aboutsummaryrefslogtreecommitdiff
path: root/nagios-clear.1
blob: 80058df0e5b8828fee160d1f9187997ec407b73c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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>