Hi All, The net-SNMP master agent does not receive the alarms sent by agent. Actually agent is running with some other application. It (the agent) also prints a message "Error: Failed to connect to the agentx master agent: Unknown host (No such file or directory)". The master agent is running as: "snmpd -C 127.0.0.1:161". (This all story belongs to windows).
Can anybody help? Thanks and Regards, Shadab -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dave Shield Sent: Wednesday, December 07, 2005 3:08 PM To: [EMAIL PROTECTED] Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Disk utilization on SLES9 Linux On Tue, 2005-12-06 at 18:35 +0100, [EMAIL PROTECTED] wrote: > I need some help how to configure "disk utilization". > We use "OpManager" as NNM, these tools ask > this OID for the disk utilization: > > .1.3.6.1.2.1.25.2.3.1.6 That's part of the Host Resources MIB, which is supported by the Net-SNMP agent, but isn't part of the default build configuration. You may need to re-build the agent from source. Try ./configure --with-mib-modules=host; make; make install > I tried the OID with snmpget: > > linux~# snmpget -m ALL -c pl-combots -v 2c 10.17.1.124 > .1.3.6.1.2.1.25.2.3.1.6 > HOST-RESOURCES-MIB::hrStorageUsed = No Such Instance Hmmm.... I'm actually wondering whether this agent *does* support this MIB. Try with 'snmpgetnext' instead of 'snmpget'. What does that report? > My snmpd.conf: > disk / 85% > disk /data 85% > disk /gsx 85% Note that these actually refer to the Net-SNMP-specific: UCD-SNMP-MIB::dskTable Try snmpwalk -c pl-combots -v 2c 10.17.1.124 .1.3.6.1.4.1.2021.9 Dave ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users