All work

Select view

Select search mode

 

Add up/down status to Monitored Services entity

Unresolved

Description

Add field to indicate a monitored service’s current up/down state. This should be available both as a filter option and an output field in the table.

Details

Assignee

Reporter

HB Grooming Date

HB Backlog Status

Fix versions

Priority

PagerDuty

Created April 24, 2023 at 4:23 PM
Updated November 7, 2023 at 3:53 PM

Activity

Show:

Scott ThelemanAugust 18, 2023 at 5:10 PM

Updated opennms-js, will need to wait for a release then update the Grafana plugin

Scott ThelemanAugust 17, 2023 at 7:22 PM

Added PR for opennms-js. We’ll then need a new opennms-js build before updating OPG.

Scott ThelemanAugust 17, 2023 at 4:18 PM

Yes, it’s in the Rest service response, which looks like what the Query Inspector is showing, but unfortunately not in opennms-js MonitoredServiceDAO which is what our Grafana plugin code uses to get the info. We could either update opennms-js to return this field (and probably a couple others), or we can re-implement opennms-js code in Grafana plugin to make the Rest call directly and do the mapping. I’ll bring this up and see how we want to handle this.

Mark MahacekAugust 17, 2023 at 4:07 PM
Edited

I’m seeing the down field in the query inspector, but it doesn’t appear in a table view of the data. Nor can I filter based on the value of the down field.

Scott ThelemanAugust 17, 2023 at 4:00 PM
Edited

opennms-js MonitoredServiceDAO should be updated to include the down field returned by the NodeMonitoredServiceRestService.