Appearance
DEL_SVC_COMMENT;comment_id
This command is used to delete a specific service comment.
#!/bin/sh # This is a shell script showing how to 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
DEL SVC COMMENT
Command Format
DEL_SVC_COMMENT;comment_id
Description
This command is used to delete a specific service comment.
Shell Script Usage Example