External Commands Reference - DEL_SVC_COMMENT
DEL_SVC_COMMENT;comment_id
This command is used to delete a specific service comment.
#!/bin/sh
# This is a sample shell script showing how you can submit the DEL_SVC_COMMENT command
# to Naemon. Adjust variables to fit your environment as necessary.
printf "[%lu] DEL_SVC_COMMENT;1234\n" `date +%s` > /var/lib/naemon/naemon.cmd