CHANGE RETRY SVC CHECK INTERVAL
Command Format
CHANGE_RETRY_SVC_CHECK_INTERVAL;service;check_interval
Description
Changes the retry check interval for a particular service.
Shell Script Usage Example
sh
#!/bin/sh
# This is a shell script showing how to submit the CHANGE_RETRY_SVC_CHECK_INTERVAL command
# to Naemon. Adjust variables to fit your environment as necessary.
printf "[%lu] CHANGE_RETRY_SVC_CHECK_INTERVAL;service1;10\n" \
`date +%s` > /var/lib/naemon/naemon.cmd