You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pulse keys hosts on the identifier supplied by the agent (machine-id by default). Cloned systems frequently share `/etc/machine-id`, which makes Pulse alternate a single row between multiple machines. Keep the ID unique by regenerating the machine-id on each clone or by providing an explicit `--agent-id`/`PULSE_AGENT_ID` when installing:
207
+
208
+
```bash
209
+
sudo rm /etc/machine-id /var/lib/dbus/machine-id
210
+
sudo systemd-machine-id-setup
211
+
sudo systemctl restart pulse-host-agent
212
+
```
213
+
214
+
Re-running the installer with `--agent-id <unique-name>` achieves the same result if regenerating the machine-id is undesirable.
215
+
204
216
## Viewing Hosts
205
217
206
218
-**Settings → Agents → Host agents** lists every reporting host and provides ready-made install commands.
0 commit comments