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
{{ message }}
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.
Direct Copy Paste from the URL, unfortunately it doesnt work either. var-hostname=host.fqdn&var-service=Windows_Disk_F&var-command=disk-windows&var-diskwindows=F:%5C
Url Encode will transform it into \ = %5C. And Graphite still needs "F:_"
Found a workaround, &var-diskwindows=$disk_win_path$_ i've put the Char behind the marco, it works but if it will work in other Situations I'm not sure.
If you wan't to fix it I leave the issue open, otherwise you can close it.
I'm using a custom variable var-diskwindows=$win_disk_path$ which values are windows disks.
win_disk_path = "F:"
When the variable is added to the url the variable won't be escaped so that graphite api can find the data.
var-hostname=host.fqdn&var-service=Windows_Disk_F_DB&var-command=disk-windows&var-diskwindows=F:
But to find the real value for the check the variable needs to get escaped in the graphite way.
var-hostname=host.fqdn&var-service=Windows_Disk_F_DB&var-diskwindows=F:_
Expected Behavior
Escape the value of the variable
Current Behavior
Does not ;P
Steps to Reproduce (for bugs)
Use the Windows Disk check for single partitions and try to point it to single disk in grafana.
Your Environment
icinga2 --version
): 2.10.0The text was updated successfully, but these errors were encountered: