We have a misbehaving OSX Server (on xServe) that only sends interface data to Solarwinds via net-SNMP (but not CPU/memory load or volumes).
(Selecting "CPU and Memory" doesn't do anything.)
Checked snmpd.conf in the usual locations, /etc/snmp/ and /usr/share/snmp/, updated the .conf files, restarted the service (sudo snmpd start) - no cigar, no change whatsoever, not even syslocation and syscontact. (Currently "unknown" and "@@no.where", respectively.) I've searched for these in the above two folders (e.g. "grep -irn '/usr/share/snmp' -e '@@no.where'") and got no hits.
Do we have to exorcise the evil spirits out of this thing, or am I missing something?
Thanks!
P.S. Apologies in advance if the question is confusing. Basically: updating "/usr/share/snmp/snmpd.conf" and then restarting the snmpd service produces no expected changes in snmp data coming out of the server.