External Command Reference

External Commands Reference - DISABLE_HOSTGROUP_SVC_NOTIFICATIONS

Command Format:

DISABLE_HOSTGROUP_SVC_NOTIFICATIONS;hostgroup_name

Description:

Disables notifications for all services associated with hosts in a particular hostgroup. This does not disable notifications for the hosts in the hostgroup - see the DISABLE_HOSTGROUP_HOST_NOTIFICATIONS command for that.

Shell Script Usage Example:

#!/bin/sh
# This is a sample shell script showing how you can submit the DISABLE_HOSTGROUP_SVC_NOTIFICATIONS command
# to Naemon. Adjust variables to fit your environment as necessary.

printf "[%lu] DISABLE_HOSTGROUP_SVC_NOTIFICATIONS;hostgroup1\n" `date +%s` > /var/lib/naemon/naemon.cmd