First commit with working service execution and a defined log output (0.20).
This commit is contained in:
parent
be78e5e031
commit
c8fa991478
14 changed files with 63 additions and 177 deletions
|
|
@ -1,14 +1,10 @@
|
|||
[monitor]
|
||||
description = Cable Provider
|
||||
service = Net.FritzboxUplink
|
||||
hosts = 192.168.1.1
|
||||
title = Uplink Status
|
||||
description = DSL Provider Uplink Status
|
||||
service = net.fritzboxuplink
|
||||
hosts = 192.168.2.1
|
||||
|
||||
[args]
|
||||
interval = 60
|
||||
notifications = email
|
||||
email_receivers = admin@example.com,fallback@example.com
|
||||
sms_receivers = +number1,+number2
|
||||
tasks = mariadb,file
|
||||
user = USERNAME
|
||||
host = 192.168.2.1
|
||||
password = PASSWORD
|
||||
hostgroups = group1
|
||||
interval = 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue