Overview
This article describes the health checks performed by the JetPatch health script for Puppet agents.
The script verifies agent connectivity and log status on both Windows and Linux (RHEL and Ubuntu) environments.
Windows
- Run agent self-test via its CLI:
puppet agent --test
- Check if the agent established a connection with the back-end server:
netstat -aof
- Check the log of the native agent for any errors
Linux (RHEL and Ubuntu)
- Run agent self-test via its CLI:
puppet agent --test
- Check if the agent established a connection with the back-end server:
netstat -an | grep ${backend_server_ip}
- Check the log of the native agent for any errors:
/var/log/pe-puppet
Comments
0 comments
Please sign in to leave a comment.