Added lot more Linspector design conepts.

This commit is contained in:
Johannes Findeisen 2022-09-25 06:31:36 +02:00
commit cb6488d7da
48 changed files with 55 additions and 19 deletions

View file

@ -13,7 +13,7 @@ log_count = 5
log_size = 10485760
pid_file = /var/run/user/1000/linspector.pid
; default delimiters '=' and ':' should be changed to ',' to be more native
plugins = HTTPServer,MariaDB
plugins = HTTPServer:MariaDB
; maybe the run_mode is obsolete because this will be a daemon but maybe it is useful for one time execution?
; in uplink the available run_modes were cron, daemon and foreground
run_mode = cron

View file

@ -1,11 +1,12 @@
[main]
; identifiers must be unique in the whole configuration so maybe it is better to create a random string for this
; dynamically.
; dynamically. identifiers should maybe a checksum of some options so they will not change when small changes to
; the configurations changes and will remain even when doing a fresh install.
identifier = cable
service = fritzbox
service = net.Fritzbox
interval = 60
# default delimiters '=' and ':' should be changed to ',' to be more native
notifications = sms:email
notifications = SMS:Email
email_receivers = admin@example.com:fallback@example.com
sms_receivers = +329084320984:+39804932409
host = 192.168.0.1

View file

@ -1,12 +1,12 @@
[main]
identifier = dsl
service = fritzbox
service = net.Fritzbox
interval = 60
# default delimiters '=' and ':' should be changed to ',' to be more native
notifications = sms:email
notifications = phone.SMS:net.Email
email_receivers = admin@example.com:fallback@example.com
sms_receivers = +329084320984:+39804932409
host = 192.168.1.1
user = USERNAME
password = PASSWORD
info = Cable Provider
info = Cable Provider

View file