Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2014-02-08 | 1.4 kB | |
CACTI-SMI.txt | 2014-02-08 | 32.4 kB | |
manual.pdf | 2014-02-08 | 1.3 MB | |
snmpagent.tar.gz | 2014-02-08 | 1.3 MB | |
snmpagent.zip | 2014-02-08 | 1.3 MB | |
Totals: 5 Items | 4.0 MB | 0 |
/******************************************************************************* Author ......... Andreas Braun Contact ........ browniebraun@cacti.net Home Site ...... http://cacti.net Program ........ SNMPAgent Version ........ 0.1 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.1 --- -initial release