Update README.md

This commit is contained in:
2026-04-18 15:07:30 +02:00
committed by GitHub
parent cdba09eb5c
commit dd73107b89
+4 -4
View File
@@ -34,8 +34,8 @@ The ecosystem consists of three main parts:
#### 2. Agent Setup (Remote Nodes) #### 2. Agent Setup (Remote Nodes)
The `system_monitor.py` must be installed on every node you wish to monitor. The `system_monitor.py` must be installed on every node you wish to monitor.
* Place `system_monitor.py` and `monitor_config.ini` in a folder (e.g., `/opt/node_agent/`). * Place `system_monitor.py` and `node_config.json` in a folder (e.g., `/opt/node_agent/`).
* Edit `monitor_config.ini` to set the `NodeID` (must match the ID in `clients.json`) and MQTT credentials. * Edit `node_config.json` to set the `NodeID` (must match the ID in `clients.json`) and MQTT credentials.
* (Recommended) Set up a systemd service to run the agent automatically at boot. * (Recommended) Set up a systemd service to run the agent automatically at boot.
--- ---
@@ -70,8 +70,8 @@ L'ecosistema si compone di tre parti principali:
#### 2. Setup dell'Agente (Nodi Remoti) #### 2. Setup dell'Agente (Nodi Remoti)
Il file `system_monitor.py` va installato su ogni nodo che vuoi monitorare. Il file `system_monitor.py` va installato su ogni nodo che vuoi monitorare.
* Copia `system_monitor.py` e `monitor_config.ini` in una cartella (es. `/opt/node_agent/`). * Copia `system_monitor.py` e `node_config.json` in una cartella (es. `/opt/node_agent/`).
* Modifica `monitor_config.ini` impostando il `NodeID` (deve corrispondere all'ID in `clients.json`) e le credenziali MQTT. * Modifica `node_config.json` impostando il `NodeID` (deve corrispondere all'ID in `clients.json`) e le credenziali MQTT.
* (Consigliato) Crea un servizio systemd per avviare l'agente automaticamente al boot. * (Consigliato) Crea un servizio systemd per avviare l'agente automaticamente al boot.
--- ---