alexa-monit – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ###########################################################################
2 ## Copyright (C) Wizardry and Steamworks 2018 - License: GNU GPLv3 ##
3 ## Please see: http://www.gnu.org/licenses/gpl.html for legal details, ##
4 ## rights of fair usage, the disclaimer and warranty conditions. ##
5 ###########################################################################
6  
7 interval: 60000
8 stateFile: state/data.json
9 log: "log/monit-alexa.log"
10  
11 mmonit:
12 url: 'http://192.168.1.1:8080/'
13 username: 'admin'
14 password: 'swordfish'
15  
16 mqtt:
17 url: "mqtt://192.168.1.1"
18 # The topic mosquitto-alexa topic
19 topic: "alexa/say"
20