lighttpd2
This module will monitor one or more Lighttpd2
servers depending on configuration.
Requirements:
It produces the following charts:
- Requests in requests/s
- Status Codes in requests/s
- Traffic in kilobits/s
- Connections in connections
- Connection States amount connection in every state
- start
- read header
- handle request
- write response
- keepalive
- upgraded
- Memory Usage in KiB
- Uptime in seconds
configuration
Needs only url
to server's server-status?format=plain
Here is an example for 2 servers:
jobs:
- name: local
url : http://127.0.0.1/server-status?format=plain
- name: remote
url : http://100.64.0.1/server-status?format=plain
For all available options please see module configuration file.
Without configuration, module attempts to connect to http://localhost/server-status?format=plain