Metrics being stored on the DB?
Problem
If you think Germain monitoring isn't working, might be the data isn't being stored in the database used by Germain..check that Metrics are being stored in the DB.
Solution
If you are monitoring OS Metrics on at least one system then you can check the
GENERIC_METRIC
table. Connect toGermain_DATAMART
and use one of the two queries below:#MySQL SELECT t.* from GENERIC_METRIC t WHERE t.timestamp BETWEEN (DATE_SUB(NOW(),INTERVAL 30 MINUTE)) AND NOW(); #Oracle SELECT t.* from GENERIC_METRIC t where t.timestamp >= sysdate - 30/(24*60);
SQLIf you do not see any new data in
GENERIC_MERTIC
, but MQs are getting data ( See MQ queues getting data? ), the issue is on the Server side. Reviewstorage-services.log
for errors related to: license expired, license limit exceeded, and any other errors.If MQ is not getting data, review the Engines' logs.
If you need help, please contact us: Support