External Command Reference

External Commands Reference - DISABLE_HOSTGROUP_PASSIVE_SVC_CHECKS

Command Format:

DISABLE_HOSTGROUP_PASSIVE_SVC_CHECKS;hostgroup_name

Description:

Disables passive checks for all services associated with hosts in a particular hostgroup.

Shell Script Usage Example:

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

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