Appearance
DEL_HOST_COMMENT;comment_id
This command is used to delete a specific host comment.
#!/bin/sh # This is a shell script showing how to submit the DEL_HOST_COMMENT command # to Naemon. Adjust variables to fit your environment as necessary. printf "[%%lu] DEL_HOST_COMMENT;1234\n" \ `date +%%s` \ > /var/lib/naemon/naemon.cmd
DEL HOST COMMENT
Command Format
DEL_HOST_COMMENT;comment_id
Description
This command is used to delete a specific host comment.
Shell Script Usage Example