hrFSAccess is inaccurate/laggy

2020-04-14 Thread Kelly Price
I'm working on monitoring the read only status of Linux file systems at work... and... It's not going as expected. For instance, on a remote RHEL 6.1 system with Net:SNMP 5.5 installed, remount a file system read-only (like /boot), then walk .1.3.6.1.2.1.25.3.8.1 . hrFSAccess reports readOnly(2)

RE: netsnmp-5.8 issue

2020-04-14 Thread Dawei Gao
I noticed something in my snmpd.conf, I guess it may be the point. # Listen for connections from the local system only agentAddress udp:127.0.0.1:161 # Listen for connections on all interfaces (both IPv4 *and* IPv6) #agentAddress udp:161,udp6:[::1]:161 Sent from Mail

Does net-snmp perform any validation on session.peername?

2020-04-14 Thread Carlos Ichikawa
snmp_open returns non-null when called with an invalid ip address. Is this expected ? Example: mysession.peername = "192.168.1.0" myhandle = snmp_open(mysession) myhandle is not null mysession.peername = "192garbish" myhandle = snmp_open(mysession) myhandle still not null I guess the more general

netsnmp-5.8 issue

2020-04-14 Thread 趙良基
Hi, I have install netsnmp-5.8,but when I try to start this service have some error: Start command:/usr/sbin/snmpd -c /etc/snmp/snmpd.conf –f Log message: Turning on AgentX master support. Turning on AgentX master support. Error opening specified endpoint "" Server Exiting with code 1 Snmpd.conf: