aboutsummaryrefslogtreecommitdiff
path: root/nagios-clear.1
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-clear.1')
-rw-r--r--nagios-clear.133
1 files changed, 33 insertions, 0 deletions
diff --git a/nagios-clear.1 b/nagios-clear.1
new file mode 100644
index 0000000..80058df
--- /dev/null
+++ b/nagios-clear.1
@@ -0,0 +1,33 @@
+.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 <tom@sanctum.geek.nz>