Refactoring! Removed all unused code and made stuff consistent! (0.20.4)
This commit is contained in:
parent
3078d125e8
commit
e4ad0bc5d5
7 changed files with 78 additions and 243 deletions
|
|
@ -2,11 +2,9 @@
|
|||
title = Uplink Status
|
||||
description = Cable Provider Uplink Status
|
||||
service = vendor.avm.is_connected
|
||||
; this is obsolete because the host will become part of the args but removing it now will break the code. linspector
|
||||
; should be for checking local or remote stuff so a host is optional.
|
||||
hosts = 192.168.1.1
|
||||
host = 192.168.1.1
|
||||
interval = 60
|
||||
|
||||
[args]
|
||||
host = 192.168.1.1
|
||||
password = PASSWORD
|
||||
interval = 60
|
||||
|
|
|
|||
|
|
@ -2,9 +2,8 @@
|
|||
title = Uplink Status
|
||||
description = DSL Provider Uplink Status
|
||||
service = vendor.avm.is_connected
|
||||
hosts = 192.168.2.1
|
||||
host = 192.168.2.1
|
||||
interval = 5
|
||||
|
||||
[args]
|
||||
host = 192.168.2.1
|
||||
password = PASSWORD
|
||||
interval = 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue