SET SVC NOTIFICATION NUMBER
Command Format
SET_SVC_NOTIFICATION_NUMBER;service;notification_number
Description
Sets the current notification number for a particular service. A value of 0 indicates that no notification has yet been sent for the current service problem. Useful for forcing an escalation (based on notification number) or replicating notification information in redundant monitoring environments. Notification numbers greater than zero have no noticeable affect on the notification process if the service is currently in an OK state.
Shell Script Usage Example
sh
#!/bin/sh
# This is a shell script showing how to submit the SET_SVC_NOTIFICATION_NUMBER command
# to Naemon. Adjust variables to fit your environment as necessary.
printf "[%%lu] SET_SVC_NOTIFICATION_NUMBER;service1;0\n" \
`date +%%s` \
> /var/lib/naemon/naemon.cmd