Support Portal
 
Unable to see the Dial Graphs
Author : vidyavasu | Created on : Dec 29 2005
OpManager > Want to get a feature work? > Monitoring > SNMP Monitors
 
Issue:

The dial graphs are not displayed in the snapshot page of devices.

Reason:

This requires some troubleshooting. Try the steps below:

1. In the device snapshot page, scroll down to the monitors list. Clickthe Edit icon against the CPU Utilization monitor name. Click the TestMonitor link in the resulting screen. Let us know what the output is.

2.If there is an error message after step#1, it can be because of thesnmp request to the cpu variable getting timed-out, or the oid may notbe implemented in the MIB.

3. To confirm the reasons mentioned above, invoke the tool MibBrowser.bat present in /bindirectory. Load the Host Resource mib and query the oid.1.3.6.1.2.1.25.3.3.1.2 for the device that is not showing the cpu dial. For Memory(.1.3.6.1.2.1.25.5.1.1.2) Disk(.1.3.6.1.2.1.25.2.3.1.6)

Note: Similarly use the required OID and load the mib.

4.If there is a response for the query in MibBrowser, it implies that theOID is implemented and the dial not appearing can be due to snmptimeout. So, you will need to configure the snmp timeout by includingthe parameter DATA_COLLECTION_SNMP_TIMEOUT 15 in the fileNmsProcessesBE.conf for the process PROCESScom.adventnet.nms.poll.Collector'. Look for the following default entryin this file:

PROCESS com.adventnet.nms.poll.Collector
ARGSPOLL_OBJECTS_IN_MEMORY 25 POLL_JDBC true MAX_OIDS_IN_ONE_POLL 15AUTHORIZATION true DATA_COLLECTION_QUERY_INTERVAL 120000PASS_THRO_ALL_POLLING_OBJECTS true CLEAN_DATA_INTERVAL 999999

Include the mentioned additional parameter. Now the changed entry will be as shown below:

PROCESS com.adventnet.nms.poll.Collector
ARGSPOLL_OBJECTS_IN_MEMORY 25 POLL_JDBC true MAX_OIDS_IN_ONE_POLL 15AUTHORIZATION true DATA_COLLECTION_QUERY_INTERVAL 120000PASS_THRO_ALL_POLLING_OBJECTS true CLEAN_DATA_INTERVAL 999999DATA_COLLECTION_SNMP_TIMEOUT 15

5. On the other hand, if thereis no response in the Mib Browser, it implies that the OID is notimplemented. The vendor must be requested to implement this variablefor you. As an alternative, you can associate a wmi-based/CLI monitor forthis device. Delete the existing SNMP-based monitor, Click the AddMonitor link again and select wmi-based/Telnet or SSH monitors for the device.

6. Afterconfiguring the wmi-based/ CLI monitor, ensure to configure the domainadministrator username and password to access the remote servers fromthe 'Passwords' link in the device snapshot page. The username must beconfigured as \username. Eg: if the domain name isBigDomain and the user is admin, you should configure BigDomain\adminin the username field. For CLI, refer to the following user guide link for configuring the password credentials.

http://manageengine.adventnet.com/products/opmanager/help/user_guide/using_web_client/wc_managing_devices/wc_conf_telnet_wmi.html

To associate this monitor to a group of devices, do it from Admin-->Quick Configuration Wizard.

Post us a new request if you still face problems.
Login
Username
Password
 
Search Solutions
  
Customer Help Desk by SupportCenter Plus