Skip to content

DISABLE HOSTGROUP PASSIVE HOST CHECKS

Command Format

DISABLE_HOSTGROUP_PASSIVE_HOST_CHECKS;hostgroup_name

Description

Disables passive checks for all hosts in a particular hostgroup.

Shell Script Usage Example

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

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