External Commands Reference - REMOVE_SVC_ACKNOWLEDGEMENT
REMOVE_SVC_ACKNOWLEDGEMENT;host_name;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.
#!/bin/sh
# This is a sample shell script showing how you can submit the REMOVE_SVC_ACKNOWLEDGEMENT command
# to Naemon. Adjust variables to fit your environment as necessary.
printf "[%lu] REMOVE_SVC_ACKNOWLEDGEMENT;host1;service1\n" `date +%s` > /var/lib/naemon/naemon.cmd