aboutsummaryrefslogtreecommitdiff
path: root/nagios-unhandled-list.1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-20 13:08:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-20 13:08:15 +1200
commitcdc34fa78b326bd241aae7399190c739e25bf025 (patch)
tree2d12fdf161b74dcde13baf33bb46f0137f443952 /nagios-unhandled-list.1
parentRemove silly symlinks (diff)
downloadnagscripts-mk-livestatus.tar.gz
nagscripts-mk-livestatus.zip
Update to latest version with MKLivestatusmk-livestatus
No longer using NDOUtils at work, these are much nicer and more likely to work with any given Nagios installation now anyway. Added nagios-data-search, nagios-downtstream-list, nagios-exists, nagios-problem-list, and nagios-unhandled-list.
Diffstat (limited to 'nagios-unhandled-list.1')
-rw-r--r--nagios-unhandled-list.130
1 files changed, 30 insertions, 0 deletions
diff --git a/nagios-unhandled-list.1 b/nagios-unhandled-list.1
new file mode 100644
index 0000000..d67eaec
--- /dev/null
+++ b/nagios-unhandled-list.1
@@ -0,0 +1,30 @@
+.TH NAGIOS-UNHANDLED-LIST 1 "Nagios Unhandled List" "Nagscripts"
+.SH NAME
+.B nul, nagios-unhandled-list
+\- List hosts and services presently in unhandled problem state for ndt(1) input
+.SH USAGE
+.B nagios-unhandled-list
+.PP
+.B nul
+| while read -r object ; do
+.br
+ ndt "$object" 'sunday 3:00am' 'sunday 4:00am' 'Outage for all unhandled problems'
+.br
+done
+.SH DESCRIPTION
+.B nagios-unhandled-list
+will write to standard output the hosts and services that are presently in
+unhandled 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-problem-list
+in that it shows only objects in unhandled problem state, thereby excluding 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-problem-list(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>