Changes the name of a monitors job_id to monitor_id.

The job id should be only part of the job to not be confused.
This commit is contained in:
Johannes Findeisen 2022-10-06 22:32:34 +02:00
commit 04e30b3301
3 changed files with 21 additions and 19 deletions

View file

@ -33,8 +33,9 @@ start_scheduler = true
; multiple processes, thread mode will run only one process with multiple threads. maybe this can be combined to run
; multiple processes with multiple threads... dont know this actually but reading the APScheduler documentation will
; explain this.... :) default is "thread" but Linspector will only run on one CPU core then. default threads are 1024
; but this can be set much higher here. this should be minimal set to the number of monitors you are running.
scheduler_mode = process
; but this can be set much higher here. this should be minimal set to the number of monitors you are running. in process
; mode log rotating is not working as expected so i need to investigate some time to figure out what happens.
scheduler_mode = thread
; the default job interval can be set here. in the code 300 seconds are set when this option does not exist here nor in
; the monitor configuration.
default_interval = 5