From cdc34fa78b326bd241aae7399190c739e25bf025 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 20 Jun 2016 13:08:15 +1200 Subject: Update to latest version with MKLivestatus 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. --- nagios-acknowledge.1 | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'nagios-acknowledge.1') diff --git a/nagios-acknowledge.1 b/nagios-acknowledge.1 index 48f31f7..2641acf 100644 --- a/nagios-acknowledge.1 +++ b/nagios-acknowledge.1 @@ -8,28 +8,25 @@ .br .B nagios-acknowledge [-n] -.I HOSTNAME[/SERVICE] +.I (HOSTNAME[/SERVICE][,HOSTNAME[,SERVICE],...]|-) .I [COMMENT] .SH SYNOPSIS -.B nac -webhost 'DDoS I think, fixing' -.PP -.B nac --n webhost/HTTP 'Apache HTTPD crashed, fixing' -.PP -for hostname in ns{1..3} ; do +nac webhost 'DDoS I think, fixing' .br -.B - nac -"$hostname" 'DNS is completely rooted, addressing now' +nac -n webhost/HTTP 'Apache HTTPD crashed, fixing' .br -done +nac authns1,authns2,recdns1,recdns2 'DNS is all buggered' +.br +npl | grep abc-example | nac - 'Power problems at abc-example' .SH DESCRIPTION .B nagios-acknowledge will format and attempt to write a Nagios command to the Nagios commands file which it expects to find at /usr/local/nagios/var/rw/nagios.cmd to acknowledge a problem for a particular host or service. .PP +Multiple hosts or services can be separated by commas, and the special value - +allows hosts or services to be read from stdin. +.PP The user's current login name will be used as the author field for the acknowledgement, taking into account any use of .I sudo(8) @@ -40,8 +37,8 @@ parameter is optional. By default, the script won't send an ACKNOWLEDGEMENT notification. Add a -n option if you actually want to do this. .SH SEE ALSO -nagios-downtime(1), nagios-force-check(1) +nagios-data-search(1), nagios-descendent-list(1), nagios-downtime(1), +nagios-force-check(1), nagios-problem-list(1), nagios-unhandled-list(1) .SH AUTHOR Tom Ryder .PP - -- cgit v1.2.3