Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2014-02-08 | 1.9 kB | |
snmpagent.tar.gz | 2014-02-08 | 3.5 MB | |
CACTI-MIB | 2014-02-08 | 41.2 kB | |
manual.pdf | 2014-02-08 | 4.7 MB | |
snmpagent.zip | 2014-02-08 | 3.5 MB | |
snmpagent.7z | 2014-02-08 | 3.4 MB | |
Totals: 6 Items | 15.2 MB | 0 |
/******************************************************************************* Author ......... Andreas Braun Contact ........ browniebraun@cacti.net Home Site ...... http://cacti.net Program ........ SNMPAgent Version ........ 0.2 Purpose ........ Base SNMP agent for Cacti and Cacti Plugins *******************************************************************************/ ----[ Purpose Provides common infrastrucutre plugin services for Cacti's Plugin Architecture ----[ Features Provides a SNMP agent which allows to query Cacti/Cacti Plugin settings and statistics using SNMP. ----[ Prerequisites Before you install SNMPAgent, you need to have met the following pre-requisites: 1) Cacti 0.8.8a or above. 2) Instance of NET-SNMP ----[ Installation Install is similar to other plugins. Please view "docs/README" for more information. ----[ Additional Help? If you need additional help, please goto forums.cacti.net. ----[ Possible Bugs? If you figure out this problem, let me know!!! ----[ Special Thanks Special thanks to David Perkins and Evan McGinnis for their great book "Understanding SNMP MIBs". ----[ Future Changes Offers an uniform API for Cacti/Cacti Plugins to send out SNMP traps / notifications. ----[ Changelog --- 0.2 --- Feature: Allow Cacti plugins developers to register custom MIBs (SMIv2). Please request an OID first! developers@cacti.net Feature: A Graphical User Interface offers the possibility to review the MIB Cache within Cacti Feature: Registration of SNMP notification receivers and individual selection of known SNMP notifications Feature: Generation of SNMP notifications (v1, v2c and v3) based on Net-SNMP Feature: Additional Cacti templates --- 0.1 --- -initial release