SCHEDULE HOST SVC CHECKS
Command Format
SCHEDULE_HOST_SVC_CHECKS;host_name;check_time
Description
Schedules the next active check of all services on a particular host at 'check_time'. The 'check_time' argument is specified in time_t format (seconds since the UNIX epoch). Note that the services may not actually be checked at the time you specify. This could occur for a number of reasons: active checks are disabled on a program-wide or service-specific basis, the services are already scheduled to be checked at an earlier time, etc. If you want to force the service checks to occur at the time you specify, look at the SCHEDULE_FORCED_HOST_SVC_CHECKS command.
Shell Script Usage Example
sh
#!/bin/sh
# This is a shell script showing how to submit the SCHEDULE_HOST_SVC_CHECKS command
# to Naemon. Adjust variables to fit your environment as necessary.
printf "[%%lu] SCHEDULE_HOST_SVC_CHECKS;host1;1478648441\n" \
`date +%%s` \
> /var/lib/naemon/naemon.cmd