Salt
This section describes the alerts for the Salt Master and Salt Minion services.
SaltMasterServiceDown
Severity |
Critical |
Summary |
The salt-master service on the {{ $labels.host }} node is down. |
Raise condition |
procstat_running{process_name="salt-master"} == 0
|
Description |
Raises when Telegraf cannot find running salt-master processes on
a node. The host label in the raised alert contains the host name of
the affected node. |
Troubleshooting |
|
Tuning |
Not required |
SaltMinionServiceDown
Severity |
Critical |
Summary |
The salt-minion service on the {{ $labels.host }} node is down. |
Raise condition |
procstat_running{process_name="salt-minion"} == 0
|
Description |
Raises when Telegraf cannot find running salt-minion processes on
a node. The host label in the raised alert contains the host name of
the affected node. |
Troubleshooting |
|
Tuning |
Not required |