Skip to content

Commit

Permalink
icingaweb2-module-grafana: disable non-working repeatable panels for now
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidSassan committed Oct 18, 2024
1 parent 5b16e6a commit 70a4c99
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
21 changes: 12 additions & 9 deletions check-plugins/disk-io/icingaweb2-module-grafana/disk-io.ini
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 check-plugins/network-io/icingaweb2-module-grafana/network-io.ini
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"

0 comments on commit 70a4c99

Please sign in to comment.