Endpoint Monitoring Agent
The Endpoint Monitoring Agent helps you track the availability, responsiveness, and SSL certificate status of your network endpoints. Stay informed about expiring SSL certificates, downtime, and other connectivity issues before they impact your users.
Key Features
- SSL Expiration Alerts: Receive notifications as SSL certificates approach expiration, preventing service interruptions.
- Uptime Monitoring: Track endpoint availability to detect and resolve downtime issues swiftly.
- Performance Metrics: Measure response time and reliability for each endpoint.
Installation
To install the Endpoint Monitoring Agent:
bitaic install agent endpointConfiguration
Configure the endpoints to monitor by editing the endpoint-agent-config.yml file:
endpoints: - url: https://your-domain.com ssl_alert_days: 30 - url: https://another-endpoint.com ssl_alert_days: 15- url: The endpoint URL you wish to monitor.
- ssl_alert_days: Number of days before SSL expiration to trigger an alert.
Usage
Start the agent with:
bitaic agent start endpointCheck the status:
bitaic agent status endpointMonitoring Results
Access detailed endpoint metrics and alerts from the Bitaic Dashboard or retrieve data through the CLI.