External Command Reference

External Commands Reference - DEL_DOWNTIME_BY_START_TIME_COMMENT

Command Format:

DEL_DOWNTIME_BY_START_TIME_COMMENT;downtime_start_time;comment

Description:

This command deletes all downtimes matching the specified filters.

Shell Script Usage Example:

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

printf "[%lu] DEL_DOWNTIME_BY_START_TIME_COMMENT;1478648441;This is an example comment.\n" `date +%s` > /var/lib/naemon/naemon.cmd