systemd-watchdog - PyPI
pypi.org › project › systemd-watchdogMay 14, 2020 · systemd_watchdog.watchdog - commonly used properties and methods ping The only method required for the simplest implementation; combines notify_due with notify () to only send "alive" notifications at reasonable intervals. Returns boolean indicating if a message was sent or not. beat Alias for ping () if you prefer heartbeat terminology. ready ()
Systemd Watchdog for Any Service - Medo's Home Page
www.medo64.com › 2019 › 01Jan 24, 2019 · Systemd Watchdog for Any Service 2019-01-24 Josip Medved Linux Making basic systemd service is easy. Let’s assume the simplest application (not necessarily even designed to be a service) and look into making it work with systemd. Our example application will be a script in /opt/test/application with the following content: /opt/test/application