Troubleshooting descriptors that does not appear in UI
L
Leo young
started a topic
about 9 years ago
In one of the components, a test descriptor is monitored currently, but not visible in the layer model page. How can i troubleshoot this issue?
Best Answer
A
Administrator
said
about 9 years ago
Check the error logs in the eG manager. Next step would be to use the queries below and check the database
Ensure that the test table has latest data(For
eg. Select * from NetworkTest)
Ensure that the measure_last table is updated with the
last measurement time correctly(For eg. Select * from measure_last where
test_name=’NetworkTest’ and trgt_host=’compname')
Check the metatest table. Msmt_time in this table should
not be older than 24 hours. Also, if the test belongs to host
system layer, the component type should be host_system in this table. For
application layers, exact component type should be there in the component type
column.( . Select * from metatest where test_name=’NetworkTest’ and
comp_name=’compname:NULL'). Note: For port based tests/app level tests, replace
: NULL with the exact port number of the component(:80)
If there is nodata in metatest, delete the test from measure_last and see metatest is
populated when measure_last is updated with measurement time when the test runs
next time.
If you still have issues, reach out to eG support.
1 Comment
A
Administrator
said
about 9 years ago
Answer
Check the error logs in the eG manager. Next step would be to use the queries below and check the database
Ensure that the test table has latest data(For
eg. Select * from NetworkTest)
Ensure that the measure_last table is updated with the
last measurement time correctly(For eg. Select * from measure_last where
test_name=’NetworkTest’ and trgt_host=’compname')
Check the metatest table. Msmt_time in this table should
not be older than 24 hours. Also, if the test belongs to host
system layer, the component type should be host_system in this table. For
application layers, exact component type should be there in the component type
column.( . Select * from metatest where test_name=’NetworkTest’ and
comp_name=’compname:NULL'). Note: For port based tests/app level tests, replace
: NULL with the exact port number of the component(:80)
If there is nodata in metatest, delete the test from measure_last and see metatest is
populated when measure_last is updated with measurement time when the test runs
next time.
If you still have issues, reach out to eG support.
Leo young
In one of the components, a test descriptor is monitored currently, but not visible in the layer model page. How can i troubleshoot this issue?
Check the error logs in the eG manager. Next step would be to use the queries below and check the database
Administrator
Check the error logs in the eG manager. Next step would be to use the queries below and check the database
-
Finding eG Agent version
-
Delete and Acknowledge alarms
-
Updating nick names
-
Changing IP address of a monitored component
-
Changing IP address of remote agent and external agent
-
Inside view metrics are not collected by eG
-
Error 1067
-
Agent stopped running
-
eG agent auto-startup
-
Remote agent connection issue
See all 77 topics