Added lot more Linspector design conepts.
This commit is contained in:
parent
5e7e4986e3
commit
cb6488d7da
48 changed files with 55 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
0
etc/linspector/tasks/.gitkeep
Normal file
0
etc/linspector/tasks/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue