library/roles/nagios/templates/check_library.sh.j2: Add a name to the nagios exit codes.

This commit is contained in:
Andrea Dell'Amico 2017-06-02 13:19:13 +02:00
parent 47c3755c0a
commit 141dd0d758
1 changed files with 5 additions and 0 deletions

View File

@ -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 }}
COMMON_LIB={{ nagios_common_lib }}