1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-05 22:55:17 +01:00

check_ironport plugin added

This commit is contained in:
Páll Guðjón Sigurðsson
2010-12-14 16:23:02 +00:00
parent a185861c30
commit 2ba163a879
5 changed files with 468 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ done
# We we are not checking localhost, lets get remote uptime via NRPE
if [ "$HOSTN" != "localhost" ]; then
export PATH=$PATH:/usr/lib/nagios/plugins:/usr/lib64/nagios/plugins
export PATH=$PATH:/usr/lib/nagios/plugins:/usr/lib64/nagios/plugins:/nagios/usr/lib/nagios/plugins
CHECK_COMMAND="check_nrpe -H $HOSTN -c get_uptime"
fi