Difference between revisions of "Net-snmp extensions"

From Net-SNMP Wiki
Jump to: navigation, search
(removing stale link)
 
(2 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
== dlmod modules ==
 
== dlmod modules ==
 
* [http://mod-apache-snmp.sourceforge.net/english/docs.htm mod-apache-snmp]: monitor Apache2 with SNMP (implementing APACHE2-MIB)
 
* [http://mod-apache-snmp.sourceforge.net/english/docs.htm mod-apache-snmp]: monitor Apache2 with SNMP (implementing APACHE2-MIB)
 +
* [http://sourceforge.net/projects/apachestatistics mod_statistics]: different approach monitoring Apache2 (expanding APACHE2-MIB)
 
* [http://www.ibr.cs.tu-bs.de/projects/jasmin/README.html Jasmin]: an implementation of the IETF Script MIB (RFC3165) for Java as the scripting language
 
* [http://www.ibr.cs.tu-bs.de/projects/jasmin/README.html Jasmin]: an implementation of the IETF Script MIB (RFC3165) for Java as the scripting language
 
* [http://savannah.nongnu.org/projects/ramon/ Ramon]: a RMON2 Network Monitoring Agent (RFC-2021)
 
* [http://savannah.nongnu.org/projects/ramon/ Ramon]: a RMON2 Network Monitoring Agent (RFC-2021)
Line 18: Line 19:
 
* [http://www.macdee.net/perl/nfsstats/ Net-SNMP Subagent for NFSv3 stats] (AgentX, implemented in Perl)
 
* [http://www.macdee.net/perl/nfsstats/ Net-SNMP Subagent for NFSv3 stats] (AgentX, implemented in Perl)
 
* [http://github.com/rixed/guile-agentx agentX implementation for GNU Guile] (scheme subagent)
 
* [http://github.com/rixed/guile-agentx agentX implementation for GNU Guile] (scheme subagent)
 +
* [https://github.com/sergevs/net-snmp-subagent-shell/wiki Net-SNMP subagent, can be used/configured to provide arbitrary data via SNMP] (AgentX, support MIB, implemented in Perl)
  
 
== Perl sub-agent ==
 
== Perl sub-agent ==
Line 38: Line 40:
 
* [http://sysadvent.blogspot.com/2008/12/day-4-extending-net-snmps-snmpd.html Extending Net-SNMP's snmpd]
 
* [http://sysadvent.blogspot.com/2008/12/day-4-extending-net-snmps-snmpd.html Extending Net-SNMP's snmpd]
 
* [http://www.logix.cz/michal/devel/nagios/ Nagios SNMP tools]
 
* [http://www.logix.cz/michal/devel/nagios/ Nagios SNMP tools]
* [http://en.doc.centreon.com/HowToUseSNMPAgentExtension How To Use SNMP Agent Extension]
 
 
* [http://www.adventuresinoss.com/?p=1147 The Many Uses of Net-SNMP]
 
* [http://www.adventuresinoss.com/?p=1147 The Many Uses of Net-SNMP]
  

Latest revision as of 03:22, 15 July 2015

Here are some links to net-snmp extensions and net-snmp-based software:

C modules

dlmod modules

AgentX

Perl sub-agent

pass scripts

pass persist scripts

exec / extend scripts

proxy

other

  • LuaSNMP Lua bindings for net-snmp (client apps)