lighttpd
This module will monitor one or more Lighttpd
servers depending on configuration.
Requirements:
It produces the following charts:
- Requests in requests/s
- Bandwidth in kilobytes/s
- Servers in servers
- Scoreboard in connections
- waiting
- open
- close
- hard error
- keepalive
- read
- read post
- write
- handle request
- requests start
- requests end
- response start
- requests end
- Uptime in seconds
configuration
Needs only url
to server's server-status?auto
Here is an example for 2 servers:
jobs:
- name: local
url : http://127.0.0.1/server-status?auto
- name: remote
url : http://100.64.0.1/server-status?auto
For all available options please see module configuration file.
Without configuration, module attempts to connect to http://127.0.0.1/server-status?auto