Files
cachet-monitor/example.config.json
Thomas Verchow c3d22a40db tcp from Soontao/cachet-monitor
# Conflicts:
#	.gitignore
#	cli/main.go
2020-03-27 20:07:49 +01:00

19 lines
429 B
JSON

{
"api": {
"url": "https://demo.cachethq.io/api/v1",
"token": "9yMHsdioQosnyVK4iCVR",
"insecure": false
},
"date_format": "02/01/2006 15:04:05 MST",
"slack_webhook": "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX",
"monitors": [
{
"name": "IN-Ulm IRC",
"target": "irc.in-ulm.de",
"type": "tcp",
"port": "6660",
"component_id": 4
}
]
}