ProgrammersOfVilnius / pov-check-health

Debian package that runs basic system health monitoring checks hourly from cron
https://launchpad.net/~pov/+archive/ppa
2 stars 0 forks source link

pov-check-health -g generates bad daemon names on Ubuntu 20.04 LTS #25

Open mgedmin opened 3 years ago

mgedmin commented 3 years ago

On a fresh Hetzner "rootserver" with Ubuntu 20.04 LTS the default config file generated by pov-check-health -g fails with these errors:

mdcheck is not running
networkd-dispat is not running
systemd-network is not running
systemd-resolve is not running
unattended-upgr is not running

mdcheck and unattended-upgrades are transient processes started by cron and should be skipped.

The others are probably playing games with argv[0] and/or pidof is smarter in newer ubuntus and no longer truncates program names to 15 characters? Some investigation may be required.