Enable Service Level Health Alerts |
When set, Cloudera Manager will send alerts when the health of this service reaches the threshold specified by the EventServer
setting eventserver_health_events_alert_threshold |
|
true |
enable_alerts |
false |
Enable Configuration Change Alerts |
When set, Cloudera Manager will send alerts when this entity's configuration changes. |
|
false |
enable_config_alerts |
false |
Service Triggers |
The configured triggers for this service. This is a JSON formatted list of triggers. These triggers are evaluated as part as the
health system. Every trigger expression is parsed, and if the trigger condition is met, the list of actions provided in the trigger expression is executed. Each trigger has all of the following
fields:
- triggerName (mandatory) - The name of the trigger. This value must be unique for the specific service.
- triggerExpression (mandatory) - A tsquery expression representing the trigger.
- streamThreshold (optional) - The maximum number of streams that can satisfy a condition of a trigger before the condition
fires. By default set to 0, and any stream returned causes the condition to fire.
- enabled (optional) - By default set to 'true'. If set to 'false', the trigger will not be evaluated.
- expressionEditorConfig (optional) - Metadata for the trigger editor. If present, the trigger should only be edited from the
Edit Trigger page; editing the trigger here may lead to inconsistencies.
For example, the followig JSON formatted trigger fires if there are more than 10 DataNodes with more than 500 file-descriptors opened:[{"triggerName": "sample-trigger",
"triggerExpression": "IF (SELECT fd_open WHERE roleType = DataNode and last(fd_open) > 500) DO health:bad", "streamThreshold": 10, "enabled": "true"}]See the trigger rules documentation for
more details on how to write triggers using tsquery.The JSON format is evolving and may change in the future and, as a result, backward compatibility is not guaranteed between releases at this
time. |
|
[] |
service_triggers |
true |
Service Monitor Derived Configs Advanced Configuration Snippet (Safety Valve) |
For advanced use only, a list of derived configuration properties that will be used by the Service Monitor instead of the default
ones. |
|
|
smon_derived_configs_safety_valve |
false |