External Commands Reference - DEL_DOWNTIME_BY_START_TIME_COMMENT
DEL_DOWNTIME_BY_START_TIME_COMMENT;downtime_start_time;comment
This command deletes all downtimes matching the specified filters.
#!/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