lighttpd
This module will monitor one or more Lighttpd servers depending on configuration.
Requirements:
- lighttpd with enabled
mod_status
It produces the following charts:
- Requests in requests/s
- Bandwidth in kilobytes/s
- Servers in servers
- Scoreboard events
- 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://localhost/server-status?auto
- name: remote
url : http://100.64.0.1/server-status?auto
Without configuration, module attempts to connect to http://localhost/server-status?auto