.TH NAGIOS-CLEAR 1 "Nagios Clear" "Nagscripts" .SH NAME .B ncl, nagios-clear \- Remove all acknowledgements and downtimes for hosts/services .SH USAGE .B nagios-clear -h .br .B nagios-clear .I (HOSTNAME[/SERVICE][,HOSTNAME[,SERVICE],...]|-) .I [COMMENT] .SH SYNOPSIS ncl webhost 'System upgrade was cancelled' .br ncl webhost/HTTP 'HTTP upgrade was rescheduled' .br ncl authdns0,authdns1,authdns2,recdns1,recdns2 'Turns out these problems are unexpected' .br nds abc-example | ncl - 'Not actually a powercut' .SH DESCRIPTION .B nagios-clear will remove all acknowledgements and downtime (both active and pending) for all of the hosts and/or services given in its first argument. .PP Multiple hosts or services can be separated by commas, and the special value - allows hosts or services to be read from stdin. .SH SEE ALSO nagios-acknowledge(1), nagios-clear(1), nagios-data-search(1), nagios-descendent-list(1), nagios-downtime(1), nagios-force-check(1), nagios-notification-switch(1), nagios-problem-list(1), nagios-unhancled-list(1) .SH AUTHOR Tom Ryder