1
Fork 0
mirror of https://github.com/Steffo99/service-monitor.git synced 2025-02-16 09:33:57 +00:00
sistemi-2017-servicemonitor.../config.json

32 lines
606 B
JSON
Raw Normal View History

2017-10-19 10:40:00 +02:00
{
"stdout": true,
"log": {
"filename": "aliveHosts.log"
},
"telegram": {
"token": "375232708:AAGthX2LkCzR26Q01t-Jtc8pP79KYP2QqqI",
"channel_id": -1001128933395
},
"hosts": {
"Caronte": {
"address": "caronte.fermi.mo.it",
"interval": 5,
"services": {
"HTTP": 80,
"HTTPS": 443
}
},
"Steffo": {
"address": "royal.steffo.eu",
"interval": 5,
"services": {
"SSH": 22,
"HTTP": 80,
"HTTPS": 443,
"Postgres": 5432,
"Minecraft": 25565,
"Source DS": 27015
}
}
}
}