library/roles/nagios/templates/check_library.sh.j2: Add a name to the nagios exit codes.
This commit is contained in:
parent
47c3755c0a
commit
141dd0d758
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
EXPORT NAGIOS_OK=0
|
||||||
|
EXPORT NAGIOS_WARNING=1
|
||||||
|
EXPORT NAGIOS_CRITICAL=2
|
||||||
|
EXPORT NAGIOS_UNKNOWN=3
|
||||||
|
|
||||||
ISTI_PLUGDIR={{ nagios_isti_plugdir }}
|
ISTI_PLUGDIR={{ nagios_isti_plugdir }}
|
||||||
COMMON_LIB={{ nagios_common_lib }}
|
COMMON_LIB={{ nagios_common_lib }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue