SET HOST NOTIFICATION NUMBER
Command Format
SET_HOST_NOTIFICATION_NUMBER;host_name;notification_number
Description
Sets the current notification number for a particular host. A value of 0 indicates that no notification has yet been sent for the current host 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 host is currently in an UP state.
Shell Script Usage Example
sh
#!/bin/sh
# This is a shell script showing how to submit the SET_HOST_NOTIFICATION_NUMBER command
# to Naemon. Adjust variables to fit your environment as necessary.
printf "[%%lu] SET_HOST_NOTIFICATION_NUMBER;host1;0\n" \
`date +%%s` \
> /var/lib/naemon/naemon.cmd