Sysload Nginx and Web Services Agent
Monitor Nginx servers and any Web Service
Gather statistics on :
- Nginx Web server : requests, active connections, response time, availability
- URL / Web service : availability, response time
This custom agent is ideal to monitor Sysload Analyst 6.0 (Web UI) or any other web server or URL.
Configuration :
You can define in 2 ways :
- Single Nginx server defined by its hostname, port, and status web page
- Define a list of URL to monitor in a file (url.ini) including Nginx servers
Prerequisites :
- Stub status module enabled on Nginx in https
To add to nginx.conf :
location /nginx_status {
# Turn on nginx status page
stub_status on;
# Do not log access entries for status page
access_log off;
# Only allow access from aaa.bbb.ccc.ddd
#allow aaa.bbb.ccc.ddd;
# Deny the rest of the connections
#deny all;
}
- Powershell v3.0 or higher
Works on Windows only
Products | Workload Automation, Automic Automation |
Operating Systems | Windows |
Last update | 2015-11-12 08:44:17.0 |
Supported by | |
Community Source | sysload-nginx-web-services-agent |
Broadcom does not support, maintain or warrant Solutions, Templates, Actions and any other content published on the Community
and is subject to Broadcom Community Terms and Conditions.
|