Automated Diagnostics
Automated Diagnostics
Windows OS & Applications
When responding to incidents related to Windows servers, there are many sorts of diagnostics that can be run.
Unlike some cloud diagnostics, connecting to servers will involve using node executors to connect.
Node executors will be utilized by Runners with Runbook Automation or directly by servers with Runbook Automation Self-Hosted.
Node executors are configured as part of node definitions at the project level or per-node and then used as needed at job run-time by the Runner or server.
Often, Windows diagnostics are jobs composed of one or more command or script steps that gather data from the node about resources or services on that node.
Examples:
- Check the health of a Windows service such as a web server or database using PowerShell
- Parse server logs for common error messages
- Check health of components of a custom application across one or more servers
- Collect resource diagnostics from the server, such as memory utilization, cpu resources or available disk space