Hello everyone,
I have a Raspi 4 with Raspberry Pi OS on an external SSD (connected via USB). I have a Mumble-Server running on the Raspi. I want to use Watchdog to monitor the Mumble-Server and restart if it hang. I have the following script in Watchdog.conf for this purpose:
# Monitoring device for the watchdog
watchdog-device = /dev/watchdog
# Interval in seconds, how often the watchdog checks
interval = 10
# Maximum number of failed attempts before an action is taken
max-load-1 = 24
# Path to the PID file of the Mumble server
pidfile = /var/run/mumble-server/mumble-server.pid
# Allow realtime priority for the watchdog
realtime = yes
priority = 1
If I stop the Mumble server, the Raspi make a restart. What should I change so that only the Mumble-Server is restarted from Watchdog?
Thank you very much
Frank
I have a Raspi 4 with Raspberry Pi OS on an external SSD (connected via USB). I have a Mumble-Server running on the Raspi. I want to use Watchdog to monitor the Mumble-Server and restart if it hang. I have the following script in Watchdog.conf for this purpose:
# Monitoring device for the watchdog
watchdog-device = /dev/watchdog
# Interval in seconds, how often the watchdog checks
interval = 10
# Maximum number of failed attempts before an action is taken
max-load-1 = 24
# Path to the PID file of the Mumble server
pidfile = /var/run/mumble-server/mumble-server.pid
# Allow realtime priority for the watchdog
realtime = yes
priority = 1
If I stop the Mumble server, the Raspi make a restart. What should I change so that only the Mumble-Server is restarted from Watchdog?
Thank you very much
Frank
Statistics: Posted by raspi4alps — Tue Sep 03, 2024 2:51 pm — Replies 0 — Views 4