Implemented timezone setting corretly and requirements.txt update. (0.21.6)

This commit is contained in:
Johannes Findeisen 2023-05-30 02:44:52 +02:00
commit cd978108b0
5 changed files with 21 additions and 20 deletions

View file

@ -47,8 +47,9 @@ max_threads = 2048
; system is running other services you should lower this value when you have too high CPU load. if you have enough
; resources this value really can be higher then your available CPU cores.
max_processes = 8
; if timezone is not set, UTC is used by default.
timezone = CET
; timezone can be set to a remote timezone to make monitors run at the remote time. this can be overridden in each
; monitor configuration.
timezone = UTC
; this is for scheduling jobs to not run all at the same time. this should not be set lower then the lowest interval
; you use in monitors. it can be set to a lower value if you only have a small amount of services you are monitoring.
; i recommend the lowest interval you use in any monitor but higher values will reduce cpu load when using monitors
@ -122,4 +123,4 @@ mariadb_database = linspector
mariadb_host = 10.0.0.254
mariadb_password = PASSWORD
mariadb_port = 3306
mariadb_user = USER
mariadb_user = USER