Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 0bef9e0

Browse files
author
Brice Figureau
committed
Add more precision about the needed net-snmp version
1 parent 33b5132 commit 0bef9e0

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README

+7-11
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,8 @@ This software is released under the GPL v2.
2222
REQUIREMENTS
2323
============
2424

25-
This package requires Net-SNMP version 5.4.2 or better.
26-
27-
It also to be noted that the patches I provided that was included in 5.4.2 wasn't
28-
completely applied, thus counter64 exported from a perl subagent are broken.
29-
30-
It means that for the moment the only way to have correct 64 bits mib objects is
31-
to apply the following patch to net-snmp:
32-
http://sourceforge.net/tracker/?func=detail&aid=2890931&group_id=12694&atid=312694
33-
34-
Note: this patch is now included upstream, but not yet available in a tarball version.
25+
This package requires Net-SNMP version 5.4.3 or better. Previous versions have bugs preventing
26+
returning 64 bits MIBs objects correctly from a perl agentX.
3527

3628
INSTALL
3729
=======
@@ -65,6 +57,9 @@ Configure net-snmp
6557
Add:
6658
master agentx
6759
to /etc/snmp/snmpd.conf, and restart snmpd
60+
Make sure the mysql-snmp agent is able to open the agentX socket (permissions
61+
and location of said socket can be managed with the snmpd.conf agentXPerms
62+
directive).
6863

6964
Configure mysql-snmp
7065
--------------------
@@ -105,7 +100,8 @@ that can be used to let opennms graph the value reported by this agent.
105100
datacollection-config.xml
106101
-------------------------
107102

108-
Add the content of opennms/mysql.datacollection-config.xml
103+
Add the content of opennms/mysql.datacollection-config.xml to
104+
your datacollection-config.xml file.
109105

110106
Then add this group to your hosts:
111107
<systemDef name="Net-Snmp">

0 commit comments

Comments
 (0)