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
I'm starting .batch script during the startup of the Windows system. During the initial execution of the script, there might be moments when Windows takes a bit time to connect to the WIFI network and during these times, grafana-kiosk gets stuck on "Navigating to http://grafana.mydomain.com/d/dashboardid/dashbaord" because of network unavailability.
This is content of my .batch startup file. C:\Users\monitoring\Downloads\grafana-kiosk.windows.amd64.exe -URL="http://grafana.mydomain.com/d/8N649LA4z/my-dashboard" -login-method=local -username=monitoring -password=awesomepassword123 -kiosk-mode=full
Is there any solution to this ? I couldn't find any retry option in the docs. What can be done in such situation ? Please advise.
I have tried to give 20-60 seconds of delay during the execution of the script but it sometimes fails as well and is not that consistent.
The text was updated successfully, but these errors were encountered:
I'm starting .batch script during the startup of the Windows system. During the initial execution of the script, there might be moments when Windows takes a bit time to connect to the WIFI network and during these times, grafana-kiosk gets stuck on "Navigating to http://grafana.mydomain.com/d/dashboardid/dashbaord" because of network unavailability.
This is content of my .batch startup file.
C:\Users\monitoring\Downloads\grafana-kiosk.windows.amd64.exe -URL="http://grafana.mydomain.com/d/8N649LA4z/my-dashboard" -login-method=local -username=monitoring -password=awesomepassword123 -kiosk-mode=full
Is there any solution to this ? I couldn't find any retry option in the docs. What can be done in such situation ? Please advise.
I have tried to give 20-60 seconds of delay during the execution of the script but it sometimes fails as well and is not that consistent.
The text was updated successfully, but these errors were encountered: