2022-09-27 06:07:55 +02:00
|
|
|
[monitor]
|
2023-02-22 15:25:58 +01:00
|
|
|
title = Uplink Status
|
2023-02-11 03:06:46 +01:00
|
|
|
description = Cable Provider Uplink Status
|
2023-02-22 16:55:06 +01:00
|
|
|
service = vendor.avm.is_connected
|
2023-02-22 15:25:58 +01:00
|
|
|
; 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
|
2022-10-01 04:37:35 +02:00
|
|
|
|
|
|
|
|
[args]
|
2023-02-22 15:25:58 +01:00
|
|
|
host = 192.168.1.1
|
2022-09-25 00:39:51 +02:00
|
|
|
password = PASSWORD
|
2023-02-22 15:25:58 +01:00
|
|
|
interval = 60
|