Hello everybody!
1) there is not allowed /etc/sysconfig/snmpd file for modify server options,
so I have modify /etc/init.d/snmpd file :-(
2) the snmpd.conf directive 'disk' not work if not use -Dxxxx options :-(
See this example:
[root@firewall log]# /usr/sbin/snmpd -H 2>&1|grep disk
/etc/snmp/snmpd.local.conf: line 34: Warning: Couldn't find device for disk
/
/etc/snmp/snmpd.local.conf: line 35: Warning: Couldn't find device for disk
/u
disk path [ minspace | minpercent% ]
ignoredisk name
[root@firewall log]# /usr/sbin/snmpd -Dfoobar -H 2>&1|grep disk
disk path [ minspace | minpercent% ]
ignoredisk name
[root@firewall log]#
Now whit options '-Dfoobar' all work fine.
Some suggest?
(sorry for my bad english)
-------
Dario Lesca ([EMAIL PROTECTED])