Some configuration files update for testing and requirements.txt update. (0.21.6)
This commit is contained in:
parent
afc2f23308
commit
70aeccfe76
5 changed files with 7 additions and 7 deletions
|
|
@ -17,13 +17,13 @@ log_level = INFO
|
||||||
; logfile to use
|
; logfile to use
|
||||||
logfile = /home/hanez/code/linspector/linspector/log/linspector.log
|
logfile = /home/hanez/code/linspector/linspector/log/linspector.log
|
||||||
; number of logfiles to keep (default: 10)
|
; number of logfiles to keep (default: 10)
|
||||||
logfile_count = 1
|
logfile_count = 10
|
||||||
; logfile format. this overrides the default configured in the code
|
; logfile format. this overrides the default configured in the code
|
||||||
;logfile_format = [{time:YYYY-MM-DD HH:mm:ss.SSSSSS ZZ}] [{elapsed}] [{level}] [linspector] [{name}:{function}:{line}]: {message}
|
;logfile_format = [{time:YYYY-MM-DD HH:mm:ss.SSSSSS ZZ}] [{elapsed}] [{level}] [linspector] [{name}:{function}:{line}]: {message}
|
||||||
; log level for file based logging
|
; log level for file based logging
|
||||||
logfile_level = DEBUG
|
logfile_level = DEBUG
|
||||||
; size of logfiles (default: 1MB)
|
; size of logfiles (default: 1MB)
|
||||||
logfile_size = 100 MiB
|
logfile_size = 10MiB
|
||||||
|
|
||||||
notifications =
|
notifications =
|
||||||
plugins =
|
plugins =
|
||||||
|
|
|
||||||
|
|
@ -30,4 +30,4 @@ tasks =
|
||||||
|
|
||||||
; timezone can be set to a remote timezone to make monitors run at the remote time. this can be overridden in each
|
; timezone can be set to a remote timezone to make monitors run at the remote time. this can be overridden in each
|
||||||
; monitor configuration.
|
; monitor configuration.
|
||||||
timezone = UTC
|
timezone = CET
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
title = Uplink Status
|
title = Uplink Status
|
||||||
description = Cable Provider Uplink Status
|
description = Cable Provider Uplink Status
|
||||||
service = vendor.avm.is_connected
|
service = vendor.avm.is_connected
|
||||||
host = 192.168.1.1
|
host = 192.168.23.1
|
||||||
interval = 5
|
interval = 5
|
||||||
; the timezone can be set to the zone of the monitor target host to run at the remote time. this is optional. the
|
; the timezone can be set to the zone of the monitor target host to run at the remote time. this is optional. the
|
||||||
; default is the local system timezone.
|
; default is the local system timezone.
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
[monitor]
|
[monitor]
|
||||||
title = Uplink Status
|
title = Uplink Status
|
||||||
description = Cable Provider Uplink Status
|
description = DSL Provider Uplink Status
|
||||||
service = vendor.avm.is_connected
|
service = vendor.avm.is_connected
|
||||||
host = 192.168.2.1
|
host = 192.168.178.1
|
||||||
interval = 13
|
interval = 13
|
||||||
|
|
||||||
[args]
|
[args]
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ fastapi==0.100.0
|
||||||
fritzconnection==1.12.2
|
fritzconnection==1.12.2
|
||||||
loguru==0.7.0
|
loguru==0.7.0
|
||||||
paramiko==3.2.0
|
paramiko==3.2.0
|
||||||
pydantic==2.0.2
|
pydantic==2.0.3
|
||||||
pysnmp==4.4.12
|
pysnmp==4.4.12
|
||||||
python-gammu==3.2.4
|
python-gammu==3.2.4
|
||||||
pytz==2023.3
|
pytz==2023.3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue