aboutsummaryrefslogtreecommitdiff
path: root/nfc.1
diff options
context:
space:
mode:
Diffstat (limited to 'nfc.1')
-rw-r--r--nfc.136
1 files changed, 36 insertions, 0 deletions
diff --git a/nfc.1 b/nfc.1
new file mode 100644
index 0000000..27d7114
--- /dev/null
+++ b/nfc.1
@@ -0,0 +1,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
+