Query: nagios::plugin::range
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Nagios::Plugin::Range(3pm) User Contributed Perl Documentation Nagios::Plugin::Range(3pm)NAMENagios::Plugin::Range - class for handling Nagios::Plugin range data.SYNOPSIS# NB: This is an internal Nagios::Plugin class. # See Nagios::Plugin itself for public interfaces. # Instantiate an empty range object $r = Nagios::Plugin::Range->new; # Instantiate by parsing a standard nagios range string $r = Nagios::Plugin::Range->parse_range_string( $range_str ); # Returns true if the range is defined/non-empty $r->is_set; # Returns true if $value matches range, false otherwise $r->check_range($value);DESCRIPTIONInternal Nagios::Plugin class for handling common range data. See Nagios::Plugin for public interfaces.AUTHORThis code is maintained by the Nagios Plugin Development Team: see http://nagiosplug.sourceforge.net.COPYRIGHT AND LICENSECopyright (C) 2006-2007 Nagios Plugin Development Team This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2010-12-03 Nagios::Plugin::Range(3pm)
Related Man Pages |
---|
nagios(8) - centos |
nagios::object(3pm) - debian |
nagios::plugin(3pm) - debian |
nagios::plugin::threshold(3pm) - debian |
template::plugin::procedural(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
New UNIX and Linux History Sections |