Nagios plugin: snmp alarm notfication enhancement

Adding the script with status and the message.
This will help the calling plugins to check the status.

Change-Id: I17f7db72240dd53513064f5180f5914c9c638ed5
This commit is contained in:
Pai, Radhika (rp592h)
2019-11-14 20:16:59 +00:00
committed by Chris Wedgwood
parent 101e8f8b33
commit 3f338cac5b

View File

@@ -57,3 +57,5 @@ if [ ! -z "$6" ]; then
nSvcOutput s "$5"
fi
fi
echo "Successful"
exit 0