
SNMP::Effective::Host - Helper module for SNMP::Effective

This document refers to version 1.05 of SNMP::Effective::Host.

This is a helper module for SNMP::Effective

newConstructor
argGet SNMP::Session args
dataGet the retrieved data
clear_dataRemove data from the host cache
addressGet host address, also overloaded by "$self"
sesssionGet SNMP::Session, also overloaded by $$self
varlistThe remaining OIDs to get/set, also overloaded by @$self
callbackGet a ref to the callback method
heapGet / set any data you like. By default, it returns a hash-ref, so you can do:
$host->heap->{'mykey'} = "remember this";
logGet the same logger as SNMP::Effective use. Ment to be used, if you want to log through the same interface as SNMP::Effective.

Debugging is enabled through Log::Log4perl. If nothing else is spesified, it will default to "error" level, and print to STDERR. The component-name you want to change is "SNMP::Effective", inless this module ins inherited.



Jan Henning Thorsen, <pm at flodhest.net>

Various contributions by Oliver Gorwits.

Copyright 2007 Jan Henning Thorsen, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.