Version inicial monitor RPi
This commit is contained in:
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"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": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"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": "",
|
||||
"role": "Reserva",
|
||||
"port": 22,
|
||||
"id": "rpi3-node-3",
|
||||
"model": "RPi 3",
|
||||
"location": "Rack"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user