Skip to content

REMOVE SVC ACKNOWLEDGEMENT

Command Format

REMOVE_SVC_ACKNOWLEDGEMENT;service

Description

This removes the problem acknowledgement for a particular service. Once the acknowledgement has been removed, notifications can once again be sent out for the given service.

Shell Script Usage Example

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

printf "[%lu] REMOVE_SVC_ACKNOWLEDGEMENT;service1\n" \
    `date +%s` > /var/lib/naemon/naemon.cmd