You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration must be set in a YAML file located in conf/ folder from the current working directory. The file name is config.yaml.
The full path is conf/config.yaml.
CachetHQ Component group name in which the component is. Only required if your component is part of a group, and can be useful when you have multiple components with the same name into multiple groups.
status
String
Yes
None
CachetHQ Component status (OPERATIONAL, PERFORMANCE_ISSUES, PARTIAL_OUTAGE or MAJOR_OUTAGE)
TargetAlertConfiguration
Key
Type
Required
Default
Description
name
String
Required if labels are not present
""
Prometheus Alert name
labels
Map[String]String
Required if name isn't present
None
Prometheus Alert labels
TargetIncidentConfiguration
Key
Type
Required
Default
Description
name
String
Yes
None
CachetHQ Incident name
content
String
Yes
None
CachetHQ Incident content
status
String
Yes
None
CachetHQ Incident status (INVESTIGATING, IDENTIFIED, WATCHING or FIXED)