aboutsummaryrefslogtreecommitdiff
path: root/nagios-clear.1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-04 13:31:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-04 13:38:22 +1200
commite7b180da0f0e4eab3b7c2b08ba405654baf82588 (patch)
treec5349e668f9f8329c5a636889d05c979f7c77619 /nagios-clear.1
parentRequire at least one host (diff)
downloadnagscripts-e7b180da0f0e4eab3b7c2b08ba405654baf82588.tar.gz
nagscripts-e7b180da0f0e4eab3b7c2b08ba405654baf82588.zip
Upgrading to latest version
These are sanitized from the versions we use at work, so maintaining them is becoming a bit of a pain. I may have to work out some reasonable submodule system.
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>