-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
icingaweb2-module-grafana: disable non-working repeatable panels for now
- Loading branch information
1 parent
5b16e6a
commit 70a4c99
Showing
2 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
21 changes: 12 additions & 9 deletions
21
check-plugins/disk-io/icingaweb2-module-grafana/disk-io.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
[cmd-check-disk-io] | ||
dashboard = "Disk IO" | ||
panelId = "1" | ||
panelId = "2,3,4" | ||
orgId = "" | ||
repeatable = "yes" | ||
dashboarduid = "disk-io" | ||
nmetrics = "10" | ||
; just show the first panels, until repeatable works correctly | ||
; repeatable = "yes" | ||
; nmetrics = "10" | ||
|
||
[cmd-check-disk-io-windows] | ||
dashboard = "Disk IO - Windows" | ||
panelId = "1" | ||
panelId = "2,3,4" | ||
orgId = "" | ||
repeatable = "yes" | ||
dashboarduid = "disk-io" | ||
nmetrics = "10" | ||
; just show the first panels, until repeatable works correctly | ||
; repeatable = "yes" | ||
; nmetrics = "10" | ||
|
||
[cmd-check-disk-io-windows-python] | ||
dashboard = "Disk IO - Windows" | ||
panelId = "1" | ||
panelId = "2,3,4" | ||
orgId = "" | ||
repeatable = "yes" | ||
dashboarduid = "disk-io" | ||
nmetrics = "10" | ||
; just show the first panels, until repeatable works correctly | ||
; repeatable = "yes" | ||
; nmetrics = "10" |
21 changes: 12 additions & 9 deletions
21
check-plugins/network-io/icingaweb2-module-grafana/network-io.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
[cmd-check-network-io] | ||
dashboard = "Network IO" | ||
panelId = "1" | ||
panelId = "2,3,4,5" | ||
orgId = "" | ||
repeatable = "yes" | ||
dashboarduid = "network-io" | ||
nmetrics = "10" | ||
; just show the first panels, until repeatable works correctly | ||
; repeatable = "yes" | ||
; nmetrics = "10" | ||
|
||
[cmd-check-network-io-windows] | ||
dashboard = "Network IO - Windows" | ||
panelId = "1" | ||
panelId = "2,3,4,5" | ||
orgId = "" | ||
repeatable = "yes" | ||
dashboarduid = "network-io" | ||
nmetrics = "10" | ||
; just show the first panels, until repeatable works correctly | ||
; repeatable = "yes" | ||
; nmetrics = "10" | ||
|
||
[cmd-check-network-io-windows-python] | ||
dashboard = "Network IO - Windows" | ||
panelId = "1" | ||
panelId = "2,3,4,5" | ||
orgId = "" | ||
repeatable = "yes" | ||
dashboarduid = "network-io" | ||
nmetrics = "10" | ||
; just show the first panels, until repeatable works correctly | ||
; repeatable = "yes" | ||
; nmetrics = "10" |