aboutsummaryrefslogblamecommitdiff
path: root/nagios-data-search.1
blob: 807836e1168350bdb0ad46be36920a7c4f019755 (plain) (tree)
1
2
3
4
5
6
7





                                                                        
                                                          




                                                                          


                                                                        

                                                                               

                                              
            


                                                                             

                               
.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 [-d | -h | -s] 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 -d is given, the host search will include all hosts downstream of all
matched hosts. This is intended for easy piping through ndt(1).
.P
If -s is given, services with a host or service description matching any of the
strings will be printed instead.
.P
The -d and -s options cannot be used together.
.SH SEE ALSO
nagios-acknowledge(1), nagios-clear(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>