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
Actions