> I'm trying to run net-snmp 5.1.2 on a debian box (Kernel 2.6.6)
> I cannot get the disks correctly exported or the CPU information...  

> This is what I have in the snmpd.conf file... 

> disk  /dev/hda1 5%
> disk  /dev/hda2 5%
> disk  /dev/hda3 5%
> disk  /dev/hda5 5%
> disk  /dev/hdc1 5%

That looks like the cause of the problem.
The "disk" directive is expecting the mount point of the disk(s)
that you want to monitor - not the device name.

Try

  disk /     5%
  disk /tmp  5%
  disk /home 5%

etc

Dave


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to