aboutsummaryrefslogtreecommitdiff
path: root/nagios-force-check.1
blob: 27d7114b6efe86b37d5fb488c85af654e48b3654 (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
31
32
33
34
35
36
.TH NAGIOS-FORCE-CHECK 1 "Nagios Force Check" "Nagscripts"
.SH NAME
.B nfc, nagios-force-check
\- Pleasant way to force a check for a Nagios host or service
.SH USAGE
.B nagios-force-check
-h
.br
.B nagios-force-check
.I HOSTNAME[/SERVICE]
.SH SYNOPSIS
.B nfc
webhost
.br
.B nfc
webhost/HTTP
.B
.br
.B nul
| while read -r object ; do
.br
    nfc "$object"
.br
done
.SH DESCRIPTION
.B nagios-force-check
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 force a
check of a particular host (and all its services) or just one particular
service.
.SH SEE ALSO
nagios-acknowledge(1), nagios-downtime(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>
.PP