summaryrefslogtreecommitdiffstats
path: root/health/health.d/systemdunits.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/systemdunits.conf')
-rw-r--r--health/health.d/systemdunits.conf50
1 files changed, 40 insertions, 10 deletions
diff --git a/health/health.d/systemdunits.conf b/health/health.d/systemdunits.conf
index 38213a8dbe..1701334950 100644
--- a/health/health.d/systemdunits.conf
+++ b/health/health.d/systemdunits.conf
@@ -12,7 +12,10 @@ component: Systemd units
every: 10s
warn: $this != nan AND $this == 5
delay: down 5m multiplier 1.5 max 1h
- info: one or more systemd service units are in the failed state
+ info: One or more of the systemd service units are in the failed state. \
+ It means that the service failed in some way \
+ (process returned error code on exit or crashed, an operation timed out, or after too many restarts). \
+ To see the details use [systemctl status SERVICENAME].
to: sysadmin
## Socket units
@@ -26,7 +29,10 @@ component: Systemd units
every: 10s
warn: $this != nan AND $this == 5
delay: down 5m multiplier 1.5 max 1h
- info: one or more systemd socket units are in the failed state
+ info: One or more of the systemd socket units are in the failed state. \
+ It means that the service failed in some way \
+ (process returned error code on exit or crashed, an operation timed out, or after too many restarts). \
+ To see the details use [systemctl status SERVICENAME].
to: sysadmin
## Target units
@@ -40,7 +46,10 @@ component: Systemd units
every: 10s
warn: $this != nan AND $this == 5
delay: down 5m multiplier 1.5 max 1h
- info: one or more systemd target units are in the failed state
+ info: One or more of the systemd target units are in the failed state. \
+ It means that the service failed in some way \
+ (process returned error code on exit or crashed, an operation timed out, or after too many restarts). \
+ To see the details use [systemctl status SERVICENAME].
to: sysadmin
## Path units
@@ -54,7 +63,10 @@ component: Systemd units
every: 10s
warn: $this != nan AND $this == 5
delay: down 5m multiplier 1.5 max 1h
- info: one or more systemd path units are in the failed state
+ info: One or more of the systemd path units are in the failed state. \
+ It means that the service failed in some way \
+ (process returned error code on exit or crashed, an operation timed out, or after too many restarts). \
+ To see the details use [systemctl status SERVICENAME].
to: sysadmin
## Device units
@@ -68,7 +80,10 @@ component: Systemd units
every: 10s
warn: $this != nan AND $this == 5
delay: down 5m multiplier 1.5 max 1h
- info: one or more the systemd device units are in the failed state
+ info: One or more of the systemd device units are in the failed state. \
+ It means that the service failed in some way \
+ (process returned error code on exit or crashed, an operation timed out, or after too many restarts). \
+ To see the details use [systemctl status SERVICENAME].
to: sysadmin
## Mount units
@@ -82,7 +97,10 @@ component: Systemd units
every: 10s
warn: $this != nan AND $this == 5
delay: down 5m multiplier 1.5 max 1h
- info: one or more the systemd mount units are in the failed state
+ info: One or more of the systemd mount units are in the failed state. \
+ It means that the service failed in some way \
+ (process returned error code on exit or crashed, an operation timed out, or after too many restarts). \
+ To see the details use [systemctl status SERVICENAME].
to: sysadmin
## Automount units
@@ -96,7 +114,10 @@ component: Systemd units
every: 10s
warn: $this != nan AND $this == 5
delay: down 5m multiplier 1.5 max 1h
- info: one or more systemd automount units are in the failed state
+ info: One or more of the systemd automount units are in the failed state. \
+ It means that the service failed in some way \
+ (process returned error code on exit or crashed, an operation timed out, or after too many restarts). \
+ To see the details use [systemctl status SERVICENAME].
to: sysadmin
## Swap units
@@ -110,7 +131,10 @@ component: Systemd units
every: 10s
warn: $this != nan AND $this == 5
delay: down 5m multiplier 1.5 max 1h
- info: one or more systemd swap units are in the failed state
+ info: One or more of the systemd swap units are in the failed state. \
+ It means that the service failed in some way \
+ (process returned error code on exit or crashed, an operation timed out, or after too many restarts). \
+ To see the details use [systemctl status SERVICENAME].
to: sysadmin
## Scope units
@@ -124,7 +148,10 @@ component: Systemd units
every: 10s
warn: $this != nan AND $this == 5
delay: down 5m multiplier 1.5 max 1h
- info: one or more systemd scope units are in the failed state
+ info: One or more of the systemd scope units are in the failed state. \
+ It means that the service failed in some way \
+ (process returned error code on exit or crashed, an operation timed out, or after too many restarts). \
+ To see the details use [systemctl status SERVICENAME].
to: sysadmin
## Slice units
@@ -138,5 +165,8 @@ component: Systemd units
every: 10s
warn: $this != nan AND $this == 5
delay: down 5m multiplier 1.5 max 1h
- info: one or more systemd slice units are in the failed state
+ info: One or more of the systemd scope units are in the failed state. \
+ It means that the service failed in some way \
+ (process returned error code on exit or crashed, an operation timed out, or after too many restarts). \
+ To see the details use [systemctl status SERVICENAME].
to: sysadmin