You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/installation/pages/requirements.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ You also need a http://docs.grafana.org/installation[Grafana instance] (version
11
11
12
12
NOTE: We have tested the plugin with Grafana version {grafana-version-tested}.
13
13
It may work with older versions, but we have not tested them specifically.
14
+
Most likely it will also work with Grafana 10 and 11.
14
15
We recommend that you use matching versions of the plugin and Grafana (for example, {product-name} 9.x and Grafana 9.x).
15
16
16
17
The OpenNMS Grafana Dashboard Report feature requires the https://grafana.com/grafana/plugins/grafana-image-renderer/[Grafana Image Renderer plugin] to be installed.
When you upgrade your {page-component-title} installation to version 9.x, you must upgrade any previously existing dashboards.
61
+
When you upgrade your {page-component-title} installation to version 12.x, you should upgrade any previously existing dashboards.
62
+
Dashboards that worked with {product-name} version 9 will most likely still work, but it is recommended that you upgrade them to version 12.x.
63
+
64
+
Dashboards used with {product-name} version 8 or earlier *will not* work with version 12 and must be upgraded.
62
65
If they are not upgraded, they will not be displayed.
63
66
64
-
The {product-name} version 9.x includes a dashboard conversion tool to upgrade dashboards created using previous versions.
67
+
The {product-name} version 12.x includes a dashboard conversion tool to upgrade dashboards created using previous versions.
65
68
66
69
IMPORTANT: You must export your dashboards from a previous version of the plugin.
67
70
You can export them before you upgrade your {page-component-title} installation, or from a separate Grafana instance that is running the previous version.
68
71
69
72
When you export a dashboard, a JSON file is produced containing its settings and associated data.
70
73
71
-
After you export your old dashboards, upgrade your plugin to version 9.x.
74
+
After you export your old dashboards, upgrade your plugin to version 12.x.
72
75
Next, use the conversion tool to update your dashboards:
73
76
74
-
. xref:getting_started:basic_walkthrough.adoc#bw-dashboard-create[Create a new dashboard].
75
-
. Click the *Add Panel* symbol.
76
-
. Click *Add New Panel*.
77
-
. Select the *Dashboard Convert* panel.
77
+
. Go to *Dashboards*
78
+
. Click on *Dashboard Converter | OpenNMS Plugin for Grafana* which is already installed with {product-name} version 12.
78
79
. On the Dashboard Convert panel, select the version of the plugin from which you exported the dashboard using the *Source Plugin Version* list.
Copy file name to clipboardExpand all lines: docs/modules/panel_configuration/pages/index.adoc
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,23 @@ Follow these steps to customize an alarms table panel:
95
95
. Set other display options as desired.
96
96
97
97
After the panel is configured, you can right-click on an entry to access the context menu.
98
-
From there, you can access an alarm's *Details* and *Acknowledge*, *Escalate*, or *Clear* it:
98
+
From there, you can access an alarm's *Details* and *Acknowledge*, *Escalate*, or *Clear* it.
99
+
100
+
You can hold down the *Shift* key and click on the table to select multiple rows to (for example) *Acknowledge* multiple alarms at once.
101
+
102
+
There are also two additional features in the *Panel options* section:
103
+
104
+
. *Use Grafana user.*
105
+
Used to control whether operations on alarms are performed by the data source user, or the user that is currently logged in to Grafana.
106
+
Supported operations are escalating, clearing, un-acknowledging alarms as well as creating/updating a journal/memo.
107
+
*NOTE:* The data source must be configured using an user with the "admin" role in order to perform actions as other users.
108
+
Default is off.
109
+
110
+
. *Display action notice.*
111
+
Enables a notice to be displayed after performing an action such as acknowledge, clear or escalate
112
+
which will notify the user whether the action succeeded and prompt them to refresh the panel.
113
+
Default is on.
114
+
99
115
100
116
image::alarms-table-example.png["Example of an alarms table panel in edit mode. Areas of note are outlined in red.", 850]
101
117
@@ -119,6 +135,9 @@ NOTE: The query must include an `asTableSummary()` transform, otherwise the pane
119
135
This sets the method by which data is grouped in the panel.
120
136
*Stacked* displays cumulative data from all sources, grouped by incoming and outgoing data.
121
137
** (Optional) Update the legend settings as desired.
138
+
*** *Show Legend* shows or hides the legend
139
+
*** *Position* positions the legend either on the *Right Side* (the default), or else *Under Graph*
140
+
*** *Height* is the height in `px` of the legend, default is 42. You can increase this if not all legend items are showing, perhaps if there are over 10 items.
122
141
. Set other display options as desired.
123
142
124
143
Using these settings, the flow histogram panel displays the following visualization:
0 commit comments