diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:23:48 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:08 -0400 |
commit | 4801d82dab62854313a3a4c020a02b2df8af629f (patch) | |
tree | 533b13520e161756519fb949692d8b2a97f5eafd /system/nagios-plugins | |
parent | 77095cfc51518d6afe026f3eece2857f14221cf7 (diff) | |
download | slackbuilds-4801d82dab62854313a3a4c020a02b2df8af629f.tar.gz |
system/nagios-plugins: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/nagios-plugins')
-rw-r--r-- | system/nagios-plugins/README | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/system/nagios-plugins/README b/system/nagios-plugins/README index b3188bef3d..c4fe320f18 100644 --- a/system/nagios-plugins/README +++ b/system/nagios-plugins/README @@ -1,15 +1,16 @@ 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. +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 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. +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. |