mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 11:45:36 +02:00
I use thttpd for exposing Prometheus metrics using CGI script. Now it logs "spawned CGI process ..." to syslog each time the metrics endpoint is requested which fills /var/log/messages.
13 lines
292 B
Bash
13 lines
292 B
Bash
# Configuration for /etc/init.d/thttpd
|
|
|
|
# Path to the configuration file.
|
|
#cfgfile="/etc/$RC_SVCNAME.conf"
|
|
|
|
# Don't log debug messages to syslog.
|
|
log_debug=no
|
|
|
|
# Additional options to pass to thttpd(1).
|
|
#command_args=
|
|
|
|
# Comment out to disable process supervisor.
|
|
supervisor=supervise-daemon
|