Helm is a Grafana application that allows users to create flexible dashboards using both fault management (FM) and performance management (PM) data from OpenNMS® Horizon™ and/or OpenNMS® Meridian™.
It is the successor to the original OpenNMS Datasource for Grafana.
Consult the Helm Documentation for help on installing, configuring and using the application.
Isolate the alarms you want displayed using custom filters and conditions that can match against over 150 different fields.
Present the fields that are most relevant to you and your teams for improved tracking and triage.
Acknowledge, escalate and create tickets for alarms directly from the dashboard.
Retrieve metrics stored in any of the available persistence engines i.e. rrdtool, JRobin and Newts.
Populate template variables with all of the nodes belonging to a set of categories, or leverage the complete filter grammar.
Remove outliers and perform trending or forecasting using the built-in series filters. Develop your own filters using Java or R.
Derive new series using JEXL expressions.
- Performance Management Data Source
- OpenNMS Horizon v16.x or greater
- OpenNMS Meridian v2016.1.0 or greater
- Fault Management Data Source
- OpenNMS Horizon v20.1.x or greater
- OpenNMS Meridian v2017.1.0 or greater
We use the Helm project in our JIRA instance to track bugs and enhancements related this to project.
- Improved error messages for incomplete or invalid queries
- Added support for overriding time intervals and max datapoints
- Labels are now shown in the order they were queried
- Labels can now be formatted using transformation functions like
nodeToLabel(<foreignSource:foreignId>)
andresourceToName(<resourceId>)
(Horizon 24 or greater) - Measurements API requests are now made in
relaxed
mode (if the server is missing a particular requested attribute, all others are still returned)
- Added additional transforms for flow data (
toBits
,onlyIngress
,onlyEgress
) - The Flow Deep Dive dashboard axis labels have been updated to be more intuitive
- Sorting by numeric columns now works as expected
- HTML alarm (event) log messages are now rendered properly
- Alarm multi-select and deselect now works as expected
- "Severity" in the Alarm Table panel is now a normal column, rather than a "Severity icons" check box in the config options -- existing configs should be automatically upgraded
- Added support for reordering columns in the Alarm Table panel
- Added support for Situations (correlated alarms), including sending feedback on alarm correlations (Horizon 23 or greater)
- Added limited support for multi-select dashboard variables in the Alarm Table panel
- Added a custom
node
attribute in the Alarm Table panel that supports node criteria (either passing anodeId
orforeignSource:foreignId
tuple) - Many enhancements were made to the Alarm Detail view (full raw response viewing, related alarms, etc.)
- It is now possible to display dates as a relative time in the Alarm Table panel
- Added a new datasource for querying flow data from OpenNMS
- Added support for "fallback" attributes to the performance datasource
- Added the ability to configure query timeouts for all of the datasources
- Require Grafana 5.x or greater
- Added support for custom actions in the Alarm Table panel
- Added the operator instructions field to the alarm details modal
- Updated the package dependencies to support Grafana 5.x
- Fixed a bug where long alarm descriptions and log messages would fill the alarm details modal
- Use consistent colors in both the Alarm Table and Alarm Histogram panels
- Initial release