aboutsummaryrefslogtreecommitdiff
path: root/nagios-problem-list.1
blob: 8ce7bcc723a8117df9867a6dbaf00eaf070b5db8 (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
.TH NAGIOS-PROBLEM-LIST 1 "Nagios Problem List" "Nagscripts"
.SH NAME
.B npl, nagios-problem-list
\- List hosts and services presently in problem state for ndt(1) input
.SH USAGE
.B nagios-problem-list
.PP
.B npl
| while read -r object ; do
.br
    ndt "$object" 'sunday 3:00am' 'sunday 4:00am' 'Outage for all problems'
.br
done
.SH DESCRIPTION
.B nagios-problem-list
will write to standard output the hosts and services that are presently in
problem state. It's intended as a way to select hosts for
.B nac(1)
or
.B ndt(1)
input. It differs from
.B nagios-unhandled-list
in that it shows all objects in problem state, including any that are
acknowledged or in downtime.
.SH SEE ALSO
nagios-acknowledge(1), nagios-data-search(1), nagios-descendent-list(1),
nagios-downtime(1), nagios-force-check(1), nagios-notification-switch(1),
nagios-unhandled-list(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>