Skip to content

Commit 5694417

Browse files
committed
icingaweb2-module-grafana: fix dashboarduid for windows graphs
1 parent 7fbe46e commit 5694417

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

check-plugins/disk-usage/icingaweb2-module-grafana/disk-usage.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ dashboard = "Disk Usage - Windows"
1010
panelId = "1,2"
1111
orgId = ""
1212
repeatable = "no"
13-
dashboarduid = "disk-usage-windows"
13+
dashboarduid = "disk-usage"
1414

1515
[cmd-check-disk-usage-windows-python]
1616
dashboard = "Disk Usage - Windows"
1717
panelId = "1,2"
1818
orgId = ""
1919
repeatable = "no"
20-
dashboarduid = "disk-usage-windows"
20+
dashboarduid = "disk-usage"

check-plugins/memory-usage/icingaweb2-module-grafana/memory-usage.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ dashboard = "Memory Usage - Windows"
1010
panelId = "1,2"
1111
orgId = ""
1212
repeatable = "no"
13-
dashboarduid = "memory-usage-windows"
13+
dashboarduid = "memory-usage"
1414

1515
[cmd-check-memory-usage-windows-python]
1616
dashboard = "Memory Usage - Windows"
1717
panelId = "1,2"
1818
orgId = ""
1919
repeatable = "no"
20-
dashboarduid = "memory-usage-windows"
20+
dashboarduid = "memory-usage"

check-plugins/mysql-connections/icingaweb2-module-grafana/mysql-connections.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ dashboard = "MySQL Connections - Windows"
1010
panelId = "1,2,3"
1111
orgId = ""
1212
repeatable = "no"
13-
dashboarduid = "mysql-connections-windows"
13+
dashboarduid = "mysql-connections"
1414

1515
[cmd-check-mysql-connections-windows-python]
1616
dashboard = "MySQL Connections - Windows"
1717
panelId = "1,2,3"
1818
orgId = ""
1919
repeatable = "no"
20-
dashboarduid = "mysql-connections-windows"
20+
dashboarduid = "mysql-connections"

check-plugins/mysql-logfile/icingaweb2-module-grafana/mysql-logfile.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ dashboard = "MySQL Memory - Windows"
1010
panelId = "1,2,3"
1111
orgId = ""
1212
repeatable = "no"
13-
dashboarduid = "mysql-logfile-windows"
13+
dashboarduid = "mysql-logfile"
1414

1515
[cmd-check-mysql-logfile-windows-python]
1616
dashboard = "MySQL Memory - Windows"
1717
panelId = "1,2,3"
1818
orgId = ""
1919
repeatable = "no"
20-
dashboarduid = "mysql-logfile-windows"
20+
dashboarduid = "mysql-logfile"

check-plugins/mysql-memory/icingaweb2-module-grafana/mysql-memory.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ dashboard = "MySQL Memory - Windows"
1010
panelId = "1,2,3,4,5,6"
1111
orgId = ""
1212
repeatable = "no"
13-
dashboarduid = "mysql-memory-windows"
13+
dashboarduid = "mysql-memory"
1414

1515
[cmd-check-mysql-memory-windows-python]
1616
dashboard = "MySQL Memory - Windows"
1717
panelId = "1,2,3,4,5,6"
1818
orgId = ""
1919
repeatable = "no"
20-
dashboarduid = "mysql-memory-windows"
20+
dashboarduid = "mysql-memory"

0 commit comments

Comments
 (0)