@@ -22,16 +22,8 @@ This software is released under the GPL v2.
22
22
REQUIREMENTS
23
23
============
24
24
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.
35
27
36
28
INSTALL
37
29
=======
@@ -65,6 +57,9 @@ Configure net-snmp
65
57
Add:
66
58
master agentx
67
59
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).
68
63
69
64
Configure mysql-snmp
70
65
--------------------
@@ -105,7 +100,8 @@ that can be used to let opennms graph the value reported by this agent.
105
100
datacollection-config.xml
106
101
-------------------------
107
102
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.
109
105
110
106
Then add this group to your hosts:
111
107
<systemDef name="Net-Snmp">
0 commit comments