Net::SNMP::Cpq provides access to the system management information collected by the vendor supplied SNMP agents on Compaq servers, aka Compaq Insight Agents. These agents use a range of special MIBs, which extend the functionality provided in standard MIBs, for example RFC 1213.
Net::SNMP::Cpq provides methods for querying these agents using the SNMP protocol, thereby making it possible to use the hardware management information from these agents within perl scripts. Although the methods provided by the module are primarily aligned with the structure of the MIBs provided by Compaq, you may notice that some of the functionality is pretty close the the functionality provided by the Compaq console application Insight Manager. See the examples section for reference.
Special attention is given to providing an easy to use access without having to deal with specifics of the underlying MIB structures.
A user of this module will be able to query any Compaq server which is running the appropriate hardware agent simply by providing IP address and SNMP connection details. This module uses the Net::SNMP module for establishing a SNMP session with and retrieving information from the agent at the target server. Currently, only blocking SNMP requests are used.
Example queries include the agent event log, processors, memory, processor utilization, file system space used and so forth.
Each method is provided in two flavors, one returning a complex data structure (mostly HoH), and one returning a report formatted as a string. The first can be used to further process the data, the second can be used for quick and dirty reporting without having to deal with the query structure in detail.
This module should be considered in the "BETA" stage. Use at your own risk.
- Bugs
( 0 open / 4 total )
Bug Tracking System
- Support Requests
( 0 open / 0 total )
Tech Support Tracking System
- Patches
( 0 open / 0 total )
Patch Tracking System
- Feature Requests
( 0 open / 0 total )
Feature Request Tracking System
Steffen Merunka, smerunka@users.sourceforge.net
Copyright (c) 2001 Steffen Merunka. All rights reserved.
This software is free software; you may use, redistribute and/or modify it under the same terms as Perl itself. See: http://www.perl.com/language/misc/Artistic.html
THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
This software is an independent development and is not affiliated with Compaq Computer Corporation in any way.
Product and company names mentioned herein may be trademarks and/or service marks of their respective owners. Trademarks and service marks are not identified, although this must not be construed as the authors expression of validity or invalidity of each trademark or service mark.