Simplified logging, enabled start_date in monitor configuration and enabled timezone configuration.
This commit is contained in:
parent
549510c3a4
commit
2178452f39
8 changed files with 65 additions and 29 deletions
|
|
@ -4,7 +4,7 @@
|
|||
error_receivers = admin@example.com
|
||||
log_file = ~/code/linspector/linspector/log/linspector.log
|
||||
; available log levels are: "error", "warning", "info" and "debug".
|
||||
log_level= info
|
||||
log_level= x
|
||||
log_count = 5
|
||||
log_size = 10485760
|
||||
pid_file = /var/run/user/1000/linspector.pid
|
||||
|
|
@ -27,6 +27,7 @@ max_threads = 3500
|
|||
; i recommend to set this to your number of cpu cores available when running on a dedicated linspector host. but if the
|
||||
; system is running other services you should lower this value when you have too high cpu load.
|
||||
max_processes = 24
|
||||
; if timezone is not set, UTC is used by default.
|
||||
timezone = CET
|
||||
; this is for scheduling jobs to not run all at the same time. this should be set to the lowest interval you use. it
|
||||
; can be set to a lower value if you only have a small amount of services you are monitoring. i recommend the lowest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue