All work
- Asset Record Components Not Supported When Using nodes(assetRecord) Template QueryOPG-349Scott Theleman
- Fallback Attribute Supportability with Queries of Type ExpressionOPG-350
- [OpeNMS Entities] Column count not working in grafana 9OPG-357Alberto
- Review Helm documenation before 9.0 releaseOPG-368Emily Marsh
- Support expressions with multi-value variablesOPG-370
- Add metadata support to Grafana pluginOPG-372
- Migrate to Grafana 9 libraries and build processOPG-376Scott Theleman
- Remove Angular CodeOPG-377Scott Theleman
- DOC: Document flow managementOPG-378Emily Marsh
- DOC: Combine Debian and RPM pages into "Install from Package"OPG-380Emily Marsh
- Add Data Source and Query Help ContentsOPG-387Scott Theleman
- Filter Panel: Tie to DashboardOPG-389Scott Theleman
- Add ability to clear Filter Panel dataOPG-390Scott Theleman
- Document for Dashboard Conversion UtilityOPG-394Scott Theleman
- Alarm Table Freezes when right-clickedOPG-395
- Alarm Table - allow right-click anywhere in panelOPG-396Scott Theleman
- Alarm Table / Entity Datasource: Enable "Use Grafana User"OPG-398Scott Theleman
- Update system requirements in documentationOPG-402Bonnie Robinson
- Alarm Table - click handlers lost upon refreshed data or date rangeOPG-403
- Address Sonar Regex IssuesOPG-405
- Add up/down status to Monitored Services entityOPG-410Scott Theleman
- Fix Flow Deep Dive DashboardOPG-412Scott Theleman
- Converted dashboards that use expressions fail because attribute labels are misplaced after conversionOPG-414Scott Theleman
- Docs direct user to create a Custom Action when creating a Dashboard but this feature no longer exists in Grafana v9OPG-415Bonnie Robinson
- Docs about Predefined Dashboards are misleadingOPG-416Bonnie Robinson
- Default flow dashboards need updating for v9 pluginOPG-422Scott Theleman
- Node metadata not always returnedOPG-427
- Support label formatters with glob resourcesOPG-428
- Perf DS Query doesn't support ${variable} syntaxOPG-430Scott Theleman
- String properties don't render correctly on repeated rowsOPG-431
- v9 Dashboard Converter tool is resetting query datasources to default namesOPG-438Scott Theleman
- Filter panel field order does not adapt to panel shapeOPG-439
- Dashboard converter does not update Entity Alarm queries properlyOPG-440Scott Theleman
- Sankey Diagrams for flowsOPG-444
- Stat Panel "Last *" Calculation doesn't ignore NaN valuesOPG-446Scott Theleman
- Extend `locations()` query to allow filter optionsOPG-447Scott Theleman
- Flow query with multi-value withHost does not return dataOPG-454Scott Theleman
- Add filtering options to all Flow query typesOPG-455Scott Theleman
- Entities DS - Nodes Table - Category Values showing under Primary SNMP ifIndexOPG-460Scott Theleman
- Entitles DS Tables Limit does not allow a value of zeroOPG-463Scott Theleman
- Node ID field missing from some Entity DS resultsOPG-464Scott Theleman
- Entity Node query does not display Parent or OS fieldsOPG-465Scott Theleman
- Unable to filter Alarm query by a multi-value node variableOPG-466Scott Theleman
- The plugin can't handle Grafana's light skinOPG-481
- Issue with "Flows buttons" in OpenNMS that lead to a Grafana DashboardOPG-485Scott Theleman
- Add documentation for developer setup and tips for OPGOPG-489Scott Theleman
- Flow DS conversations() query filter by location does not workOPG-495Scott Theleman
Asset Record Components Not Supported When Using nodes(assetRecord) Template Query
Description
Attachments
Cannot finish until linked issue is finished.
Lucidchart Diagrams
Details
Assignee
Scott ThelemanScott ThelemanReporter
Ahmed EssamAhmed Essam(Deactivated)HB Grooming Date
Oct 11, 2022HB Backlog Status
Refined BacklogFix versions
Priority
Medium
Details
Details
Assignee
Reporter
HB Grooming Date
HB Backlog Status
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Activity
AlbertoMay 24, 2023 at 6:36 PM
Asset records now support address1, adddress2, city, state, country and zip.
Jeff GehlbachNovember 10, 2022 at 6:25 PM
that comment is ten years old I'm not sure whether we've done any work in the meantime toward implementing OnmsGeoLocation
. For the moment, those asset fields are the mechanism of record for conveying physical location. I see we're already exposing a great many other asset fields, so only good things can come of adding these ones.
AlbertoNovember 9, 2022 at 10:46 PM
To work on this request and we need to clarify what approach to take regarding Geolocation.
There a few comments about removing all the following fields and replace them with Geolocation when there is a Geolocation table in place. I'm not sure if there is a jira for the Geolocation piece that could explain what kind of work that involves. Or should we just ignore them and go ahead and use the current AssetRecords fields instead....I don't think thats an ideal option. Sounds more like we should do the Geolocation implementation instead. do you know what is this about?
Asset_address1
Asset_address2
Asset_city
Asset_country
Asset_latitude
Asset_longitude
Asset_state
Asset_zip
Jeff GehlbachOctober 11, 2022 at 9:17 PM
Pulling into refined backlog for the upcoming sprint, along with its companion NMS issue.
Jeff GehlbachOctober 11, 2022 at 9:11 PM
seems to describe a superset of the items identified as missing in .
Trying to filter out using assestRecord in nodes() template query with different components not all components currently supported.
e.g. nodes(assetRecord.city)
1- Not Supported Components with Helm (while supported with Meridian)
address1
address2
city
state
zip
2- Not Supported Components with Helm (while supported with PRIS)
Asset_address1
Asset_address2
Asset_city
Asset_country
Asset_latitude
Asset_longitude
Asset_state
Asset_vmwareManagedEntityType
Asset_vmwareManagedObjectId
Asset_vmwareManagementServer
Asset_vmwareState
Asset_vmwareTopologyInfo
Asset_zip
List of all components can be checked in two references below:
1- Meredian Parameters
https://docs.opennms.com/meridian/2022/reference/configuration/filters/parameters.html
2- Pris Asset Field Mapper
https://docs.opennms.com/pris/1.3.2/mapper/asset-fields.html