This is a discussion on net-SNMP master agent does not receive the alarms sent by agent within the SNMP Users forums, part of the Networking and Network Related category; Hi All, The net-SNMP master agent does not receive the alarms sent by agent. Actually agent is running with ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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: net-snmp-users-admin@lists.sourceforge.net [mailto:net-snmp-users-admin@lists.sourceforge.net]On Behalf Of Dave Shield Sent: Wednesday, December 07, 2005 3:08 PM To: andre.heine@open-wwworks.de Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Disk utilization on SLES9 Linux On Tue, 2005-12-06 at 18:35 +0100, andre.heine@open-wwworks.de 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/...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/...net-snmp-users |