article How to determine the last status of a monitor

Run the following query to get the configuration ID of the monitor you want to check:

SELECT configuration_id from erdc_instance

WHERE name <name of the monitor>;

Next, run the following query to see the status of the monitor (ordered by date) and its status message:

SELECT e.name, e.display_name, ei.configuration_id, ei.name, esr.erdc_status_mnemonic, esr.last_transition, est.message
FROM entity e, erdc_instance ei, erdc_configuration ec, erdc_status_retention esr, erdc_status_transition_log est 
WHERE ei.monitored = 1 and ei.configuration_id = <ID from first query> 
AND ei.erdc_status_retention_id = esr.erdc_status_retention_id
AND ei.entity_id = e.entity_id
AND est.erdc_instance_id = ei.erdc_instance_id
AND ec.id = ei.configuration_id
order by esr.last_transition

Related Articles


Application Availability Does Not Match Average Status of Service...

RatingViews
article

By: uptime Support | Date Created: 7-9-2007 | Last Modified: 6-28-2011 | Index: 192

  3976

Understanding the Status of Services

RatingViews
article

This article explains the status of the services that are displayed in the GlobalScan panel

By: uptime Support | Date Created: 9-6-2007 | Last Modified: 6-28-2011 | Index: 213

  3370

MySQL Monitor error: Insufficient status data returned

RatingViews
article

Monitor: MySQL (Advanced Metrics) Status Message: ------------------------------------------------ Status: CRIT Message: Insufficient status data returned Response time: 437...

By: uptime Support | Date Created: 12-31-1969 | Last Modified: 8-31-2011 | Index: 287

  2656

Configuring up.time to send alerts based on monitor status

RatingViews
article

Alert profiles are attached to one or more service monitors and they are used to tell up.time what groups of users will receive the alert. You can create an alert profile by following the steps...

By: uptime Support | Date Created: 2-3-2009 | Last Modified: 8-25-2011 | Index: 366

  4501

How does up.time determine routing?

RatingViews
article

When a monitoring station has multiple NICs that are connected to different VLANs or subnets, up.time will use the operating system's routing table to determine where specific requests should be sent.

By: uptime Support | Date Created: 6-22-2011 | Last Modified: 8-10-2011 | Index: 526

  1358

User Comments



No comments have been posted.

Copyright © 2021 IDERA, Inc.   Legal   Privacy Statement