18
0
Fork 0

Ajoute -M crit à check imap

This commit is contained in:
whirigoyen 2022-07-05 16:49:17 +02:00
parent 87edf3b446
commit b349843e9f
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ On utilise les checks classiques pour POP(S)/IMAP(S) :
~~~
/usr/lib/nagios/plugins/check_imap -H localhost
/usr/lib/nagios/plugins/check_imap -H localhost -E -s "a login $login $password\n" -e "Logged in" -M
/usr/lib/nagios/plugins/check_imap -H localhost -E -s "a login $login $password\n" -e "Logged in" -M crit
/usr/lib/nagios/plugins/check_imap -S -H localhost -p 993
/usr/lib/nagios/plugins/check_pop -H localhost
/usr/lib/nagios/plugins/check_pop -S -H localhost -p 995