Semaphore
Visualize Semaphore CI accounts, jobs, pipelines, and workflows, map Semaphore CI users to employees, and monitor changes through queries and alerts.
- Installation guide
- Semaphore data model
Installation
For this integration, you will need to copy your Semaphore CI API Token from within your Organization's settings in Semaphore CI.
Configuration in JupiterOne
To install the Semaphore CI integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Semaphore CI. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Semaphore CI account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.Your Semaphore CI API Token and Organization name.
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Account | semaphore_account | Account |
Job | semaphore_job | Entity |
Pipeline | semaphore_pipeline | Entity |
Project | semaphore_project | Project |
Workflow | semaphore_workflow | Task |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
semaphore_account | HAS | semaphore_project |
semaphore_pipeline | HAS | semaphore_job |
semaphore_project | HAS | semaphore_pipeline |
semaphore_project | HAS | semaphore_workflow |