Collector Type: Agent
Category: Application Monitors
Application Name: Lighttpd
Global Template Name: LINUX Lighttpd Template
Introduction
Lighttpd is an open-source web server optimized for speed-critical environments while remaining standards-compliant, secure and flexible. The low memory footprint (compared to other web servers), small CPU load and speed optimizations make lighttpd suitable for servers that are suffering load problems, or for serving static media separately from the dynamic content. lighttpd is free and open-source software and is distributed under the BSD license. It runs natively on Unix-like operating systems and Microsoft Windows. lighttpd supports the FastCGI, SCGI and CGI interfaces to external programs, allowing web applications written in any programming language to be used with the server.
Prerequisites: The status mod should be enabled.
Parameters
Name | Default Value | Description |
---|---|---|
Protocol | http | The protocol to be used. |
Host IP Address | 127.0.0.1 | The host on which Lighttpd is running. |
Port | 80 | The port on which Lighttpd is running. |
URI | server-status?auto | The URI for getting server-status of Lighttpd. |
User Name | NA | The username of the server, if authentication is enabled. |
Password | NA | The password of the server, if authentication is enabled. |
Note: All field attributes are mandatory, use default values wherever applicable.
Collected Metrics
Metric Name | Display Name | Description |
---|---|---|
lighttpd.uptime | Lighttpd Uptime | Check the uptime lighttpd service. |
lighttpd.bytes_rate | Lighttpd Bytes Rate | Provides the number of bytes transferred per second. |
lighttpd.bytes_per_request | Lighttpd Bytes per request | Provides the number of bytes transferred per request. |
lighttpd.requests_rate | Lighttpd Requests Rate | Provides the number of requests made per second. |
lighttpd.total.accesses | Lighttpd Total Accesses | Provides the total number of accesses made. |
lighttpd.total.kbytes | Lighttpd Total kBytes | Provides the number of total kbytes. |
lighttpd.open.slots | Lighttpd Open Slots | Provides the number of open slots. |
lighttpd.busy_servers | Lighttpd Busy Servers | Provides the number of busy servers. |
lighttpd.idle_servers | Lighttpd Idle Servers | Provides the number of idle servers. |