aboutsummaryrefslogtreecommitdiff
path: root/nagios-data-search.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-data-search.1
parentRemove silly symlinks (diff)
downloadnagscripts-3023a404a59a8ec51e9ebe0b5fea3a4f9f8ddf0c.tar.gz
nagscripts-3023a404a59a8ec51e9ebe0b5fea3a4f9f8ddf0c.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-data-search.1')
-rw-r--r--nagios-data-search.119
1 files changed, 19 insertions, 0 deletions
diff --git a/nagios-data-search.1 b/nagios-data-search.1
new file mode 100644
index 0000000..3c1adf7
--- /dev/null
+++ b/nagios-data-search.1
@@ -0,0 +1,19 @@
+.TH NAGIOS-DATA-SEARCH 1 "Nagios Data Search" "Nagscripts"
+.SH NAME
+.B nds, nagios-data-search
+\- List hosts (or services) with names matching at least one of a set of
+strings
+.SH USAGE
+.B nagios-data-search [-hs] STRING1 [STRING2 ...]
+.SH DESCRIPTION
+.B nagios-data-search
+will write to standard output the names of hosts matching any of the given
+arguments as a substring.
+.P
+If -s is given, services with a host or service description matching any of the
+strings will be printed instead.
+.SH SEE ALSO
+nagios-acknowledge(1), nagios-downtime(1), nagios-force-check(1),
+nagios-notification-switch(1), nagios-problem-list(1), nagios-unhandled-list(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>