-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows_exporter service failed to start on reboot #837
Comments
Try setting WMI as a dependency on the service, and up the 'Restart service after' to 5 minutes. This worked for me. |
This issues is very anoying, I had the same and finally I created a scheduled task "start-service" every hour to be sure it runs. There is no log, no crash event, nothing to troubleshoot... |
I upgraded all my test systems to 0.18.1 on Monday in preparation for patch Tuesday. There is no real change in the inconsistent restart behavior after Windows update related reboots. This is consistent with prior releases. Service delay start was enabled around 0.16.1 timeframe which improved it from almost 100% failure to 50-60% success. 1 - 2008R2 - started |
Based on another thread, I switched all my windows_exporter test systems to depend on Winmgmt instead of the WMI service. After patch Tuesday reboots overnight, I had similar results, so the dependency service setting doesn't seem to have any affect on reliability from what I can see. 1 - 2008R2 - failed |
In theory should be solved by #1047 I have the feeling to always experience some issues after reboot on servers with a high load at boot. |
This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs. |
Hi,
After updates and rebooting the server, the windows_exporter service was not running
The windows_exporter service failed to start due to the following error:
The service did not respond to the start or control request in a timely fashion.
Delayed start
sc config windows_exporter start= delayed-auto
Restart option
sc failure windows_exporter actions= restart/60000/restart/60000/""/60000 reset= 86400
No Help on above configuration
The text was updated successfully, but these errors were encountered: