Actions
Bug #2699
closedBsnmpd is not using the config /etc/snmpd.config properly
Start date:
11/28/2012
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.1-IPv6
Affected Plus Version:
Affected Architecture:
Description
I changed the config file /etc/snmpd.config
to get my cpu temp.
I installed snmp_ucd.
begemotSnmpdModulePath."ucd" = "/usr/local/lib/snmp_ucd.so"
#Temp
%ucd
extNames.0 = "temperature"
extCommand.0 = "sysctl hw.acpi.thermal.tz0.temperature | /usr/bin/cut -d ' ' -f 2 | tr -d 'C' "
when i start bsnmpd in the shell it works all fine
if the system starts it id doesn't work
Updated by Jim Pingle almost 12 years ago
- Status changed from New to Rejected
We use /var/etc/snmpd.conf, not /etc/snmpd.conf
And if you make hand edits, they will be overwritten next time it's saved from the GUI. That's just how it's setup to work.
Actions