Files
monitorRPi/config.example.json
T

140 lines
2.9 KiB
JSON

{
"mockMode": true,
"refreshIntervalSeconds": 30,
"idleScanIntervalSeconds": 300,
"sshTimeoutSeconds": 8,
"temperatureThresholdsC": {
"warning": 60,
"hot": 70,
"critical": 80
},
"metricThresholdsPercent": {
"cpu": {
"warning": 60,
"hot": 75,
"critical": 90
},
"memory": {
"warning": 70,
"hot": 85,
"critical": 95
},
"disk": {
"warning": 70,
"hot": 85,
"critical": 95
},
"swap": {
"warning": 50,
"hot": 75,
"critical": 90
}
},
"devices": [
{
"active": true,
"name": "Home Assistant Casa",
"host": "192.168.0.46",
"username": "pi",
"password": "",
"privateKeyPath": "",
"role": "Home Assistant Local",
"port": 22,
"id": "rpi5-ha-main",
"model": "RPi 5",
"location": "Rack"
},
{
"active": true,
"name": "Home Assistant Carabanes",
"host": "192.168.0.57",
"username": "pi",
"password": "",
"privateKeyPath": "",
"role": "Home Assistant Cabaña",
"port": 22,
"id": "rpi4-ha-second",
"model": "RPi 4",
"location": "Rack"
},
{
"active": true,
"name": "RPi5 - Jose",
"host": "192.168.0.53",
"username": "yamaray",
"password": "",
"privateKeyPath": "",
"role": "Docker",
"port": 22,
"id": "rpi5-jose-docker",
"model": "RPi 5",
"location": "Rack"
},
{
"active": false,
"name": "RPi5 - Daniel",
"host": "192.168.0.130",
"username": "pi",
"password": "",
"privateKeyPath": "",
"role": "Docker - Daniel",
"port": 22,
"id": "rpi5-dani-docker",
"model": "RPi 5",
"location": "Rack"
},
{
"active": true,
"name": "RPi EdgePi",
"host": "192.168.0.254",
"username": "yamaray",
"password": "",
"privateKeyPath": "",
"role": "nginx - wireguard ",
"port": 22,
"id": "rpi3-nginx",
"model": "RPi 3",
"location": "Rack"
},
{
"active": true,
"name": "RPi - Pi3Home",
"host": "192.168.0.37",
"username": "pi",
"password": "",
"privateKeyPath": "",
"role": "MQTT - varios",
"port": 22,
"id": "rpi3-pi3home",
"model": "RPi 3",
"location": "Rack"
},
{
"active": true,
"name": "RPi - MeshCore",
"host": "192.168.0.60",
"username": "yamaray",
"password": "",
"privateKeyPath": "",
"role": "Meshcore-Interface",
"port": 22,
"id": "rpi3-meshcore",
"model": "RPi 3",
"location": "Rack"
},
{
"active": false,
"name": "RPi3 Nodo 3",
"host": "192.168.1.47",
"username": "pi",
"password": "",
"privateKeyPath": "",
"role": "Reserva",
"port": 22,
"id": "rpi3-node-3",
"model": "RPi 3",
"location": "Rack"
}
]
}