summaryrefslogtreecommitdiff
path: root/network/nagios-plugins/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/nagios-plugins/README')
-rw-r--r--network/nagios-plugins/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/network/nagios-plugins/README b/network/nagios-plugins/README
deleted file mode 100644
index dc132c2223..0000000000
--- a/network/nagios-plugins/README
+++ /dev/null
@@ -1,16 +0,0 @@
-nagios-plugins (Plugins for the Nagios network monitoring server)
-
-Unlike many other monitoring tools, Nagios does not include any
-internal mechanisms for checking the status of hosts and services on
-your network. Instead, Nagios relies on external programs (called
-plugins) to do all the dirty work. Plugins are compiled executables or
-scripts (Perl scripts, shell scripts, etc.) that can be run from a
-command line to check the status or a host or service.
-
-Remember to install the Nagios::Plugin perl module and its
-dependencies to ensure all functionality of perl plugins.
-
-Remember to install the applications you plan to use plugins with
-before installation of nagios-plugins as some plugins are compiled
-using the relevant libraries installed on your system for the
-application being probed.