Nagios::Plugin::Threshold man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Nagios::Plugin::ThreshUser3Contributed Perl DocumeNagios::Plugin::Threshold(3)

NAME
       Nagios::Plugin::Threshold - class for handling Nagios::Plugin
       thresholds.

SYNOPSIS
	   # NB: This is an internal Nagios::Plugin class.
	   # See Nagios::Plugin itself for public interfaces.

	   # Constructor
	   $t = Nagios::Plugin::Threshold->set_thresholds(
	       warning	=> $warning_range_string,
	       critical => $critical_range_string,
	   );

	   # Value checking - returns CRITICAL if in the critical range,
	   # WARNING if in the warning range, and OK otherwise
	   $status = $t->get_status($value);

	   # Accessors - return the associated N::P::Range object
	   $warning_range  = $t->warning;
	   $critical_range = $t->critical;

DESCRIPTION
       Internal Nagios::Plugin class for handling threshold data. See
       Nagios::Plugin for public interfaces.

       A threshold object contains (typically) a pair of ranges, associated
       with a particular severity e.g.

	 warning  => range1
	 critical => range2

AUTHOR
       This code is maintained by the Nagios Plugin Development Team: see
       http://nagiosplug.sourceforge.net.

COPYRIGHT AND LICENSE
       Copyright (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.1			  2010-12-03	  Nagios::Plugin::Threshold(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net