Configuration and monitor configuration update.

This commit is contained in:
Johannes Findeisen 2022-10-04 02:19:18 +02:00
commit dfedaa5d2e
14 changed files with 37 additions and 15 deletions

View file

@ -2,11 +2,13 @@
[linspector]
; report core errors to the following users
error_receivers = admin@example.com
log_file = ~/code/linspector/linspector/log/linspector.log
; available log levels are: "error", "warning", "info" and "debug".
log_level= debug
log_count = 5
log_size = 10485760
log_file = ~/code/linspector/linspector/log/linspector.log
; number of log files to be kept.
log_file_count = 50
; log file size in megabytes as float.
log_file_size = 1.00
pid_file = /var/run/user/1000/linspector.pid
; plugins separated by ','. no whitespaces allowed. not case sensitive.
plugins = Lish,HTTPServer