External Command Reference

External Commands Reference - CHANGE_NORMAL_SVC_CHECK_INTERVAL

Command Format:

CHANGE_NORMAL_SVC_CHECK_INTERVAL;host_name;service_description;check_interval

Description:

Changes the normal (regularly scheduled) check interval for a particular service

Shell Script Usage Example:

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

printf "[%lu] CHANGE_NORMAL_SVC_CHECK_INTERVAL;host1;service1;10\n" `date +%s` > /var/lib/naemon/naemon.cmd