NAME

cksimple.pl - Check system information of hosts

SYNOPSIS

$ simpchk.pl [-v VERSION] [-c COMMUNITY_NAME]
    [-r RETRIES] [-t TIMEOUT] HOST [,HOST ...]

VERSION        ... SNMP version; 1, 2, 2c or 3. Default is 2.
COMMUNITY_NAME ... SNMP Community Name. Omitting uses 'public'.
RETRIES        ... Retrying number. Default is 1.
TIMEOUT        ... Timeout seconds. Default is 2(sec).
HOST           ... Target hosts to check.

DESCRIPTION

This program get some system entry MIB values from several hosts with snmpget().

NOTE

This script is a sample of Net::SNMP::Util.

REQUIREMENTS

Net::SNMP, Net::SNMP::Util

AUTHOR

t.onodera, <cpan :: garakuta.net>

SEE ALSO

Net::SNMP - Core module of Net::SNMP::Util which brings us good SNMP implementations. Net::SNMP::Util::OID - Sub module of Net::SNMP::Util which provides easy and simple functions to treat OID. Net::SNMP::Util::TC - Sub module of Net::SNMP::Util which provides easy and simple functions to treat textual conversion.

LICENSE AND COPYRIGHT

Copyright(C) 2011- Takahiro Ondoera.

This program is free software; you may redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.