monitoring-plugin-perl
monitoring-plugin-perl copied to clipboard
Perl module Monitoring::Plugin - Nagios::Plugin
Given a message of "LONGOUTPUT\n\n blah.", the plugin_exit() message gave: "MONITORING-PLUGIN-FUNCTIONS-01 CRITICALLONGOUTPUT\n\n blah.\n", which was wrong. This was located as the regex in this line: ``` $output .= " -...
https://github.com/monitoring-plugins/monitoring-plugin-perl/blob/3035ed03d86da7f36ba873e0027d7d3a30504256/lib/Monitoring/Plugin/Functions.pm#L122 Isn't the intention below? /\A\s*\n/mxs; or /^\S/;
The first time you run "perl Makefile.PL" after cloning, the script complains about META.yml... and then proceeds to write it out. This is **cosmetic** in nature, though may "panic" the...
After writing tests for a monitoring tool that uses this module I notices what seems like deviations from the written specs for thresholds, going by: https://nagios-plugins.org/doc/guidelines.html#THRESHOLDFORMAT For instance, this rule:...
http://search.cpan.org/~nierlein/Monitoring-Plugin-0.39/lib/Monitoring/Plugin.pm#CONSTRUCTOR there's no documentation for `version`, `blurb`, `license`, `extra`, `plugin`, `timeout` parameters as for example i was looking where to put information about homepage and where to report bugs and...
I use check_squid.pl developed by Cyril Feraudet in Version 1.1 That uses package Nagios::Plugin which is version 0.36 The script gives out invalid performance data because value is sometimes empty...