Initial commit after complete rewrite of Linspector.
This commit is contained in:
commit
0c64555155
52 changed files with 1712 additions and 0 deletions
14
etc/linspector/monitors/network1/gateway.ini
Normal file
14
etc/linspector/monitors/network1/gateway.ini
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[main]
|
||||
; identifiers must be unique in the whole configuration so maybe it is better to create a random string for this
|
||||
; dynamically.
|
||||
identifier = cable
|
||||
service = fritzbox
|
||||
interval = 60
|
||||
# default delimiters '=' and ':' should be changed to ',' to be more native
|
||||
notifications = sms:email
|
||||
email_receivers = admin@example.com:fallback@example.com
|
||||
sms_receivers = +329084320984:+39804932409
|
||||
host = 192.168.0.1
|
||||
user = USERNAME
|
||||
password = PASSWORD
|
||||
info = Cable Provider
|
||||
Loading…
Add table
Add a link
Reference in a new issue