All work
Add up/down status to Monitored Services entity
Description
Details
Assignee
Scott ThelemanScott ThelemanReporter
Mark MahacekMark MahacekHB Grooming Date
Apr 25, 2023HB Backlog Status
Refined BacklogFix versions
Priority
Medium
Details
Details
Assignee
Reporter
HB Grooming Date
HB Backlog Status
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Activity
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 PMEdited
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 PMEdited
opennms-js
MonitoredServiceDAO
should be updated to include the down
field returned by the NodeMonitoredServiceRestService
.
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.