Skip to content

Commit

Permalink
icingaweb2-module-grafana: fix dashboarduid for windows graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
NavidSassan committed Aug 7, 2023
1 parent 7fbe46e commit 5694417
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ dashboard = "Disk Usage - Windows"
panelId = "1,2"
orgId = ""
repeatable = "no"
dashboarduid = "disk-usage-windows"
dashboarduid = "disk-usage"

[cmd-check-disk-usage-windows-python]
dashboard = "Disk Usage - Windows"
panelId = "1,2"
orgId = ""
repeatable = "no"
dashboarduid = "disk-usage-windows"
dashboarduid = "disk-usage"
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ dashboard = "Memory Usage - Windows"
panelId = "1,2"
orgId = ""
repeatable = "no"
dashboarduid = "memory-usage-windows"
dashboarduid = "memory-usage"

[cmd-check-memory-usage-windows-python]
dashboard = "Memory Usage - Windows"
panelId = "1,2"
orgId = ""
repeatable = "no"
dashboarduid = "memory-usage-windows"
dashboarduid = "memory-usage"
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ dashboard = "MySQL Connections - Windows"
panelId = "1,2,3"
orgId = ""
repeatable = "no"
dashboarduid = "mysql-connections-windows"
dashboarduid = "mysql-connections"

[cmd-check-mysql-connections-windows-python]
dashboard = "MySQL Connections - Windows"
panelId = "1,2,3"
orgId = ""
repeatable = "no"
dashboarduid = "mysql-connections-windows"
dashboarduid = "mysql-connections"
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ dashboard = "MySQL Memory - Windows"
panelId = "1,2,3"
orgId = ""
repeatable = "no"
dashboarduid = "mysql-logfile-windows"
dashboarduid = "mysql-logfile"

[cmd-check-mysql-logfile-windows-python]
dashboard = "MySQL Memory - Windows"
panelId = "1,2,3"
orgId = ""
repeatable = "no"
dashboarduid = "mysql-logfile-windows"
dashboarduid = "mysql-logfile"
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ dashboard = "MySQL Memory - Windows"
panelId = "1,2,3,4,5,6"
orgId = ""
repeatable = "no"
dashboarduid = "mysql-memory-windows"
dashboarduid = "mysql-memory"

[cmd-check-mysql-memory-windows-python]
dashboard = "MySQL Memory - Windows"
panelId = "1,2,3,4,5,6"
orgId = ""
repeatable = "no"
dashboarduid = "mysql-memory-windows"
dashboarduid = "mysql-memory"

0 comments on commit 5694417

Please sign in to comment.