Buster release #110

Manually merged
benpro merged 10 commits from buster-support into master 2019-07-16 12:00:28 +02:00
Showing only changes of commit a11e6f9877 - Show all commits

View file

@ -356,7 +356,7 @@ check_grsecprocs() {
}
check_apachemunin() {
if test -e /etc/apache2/apache2.conf; then
if is_debian_stretch; then
if is_debian_stretch || is_debian_buster; then
{ test -h /etc/apache2/mods-enabled/status.load \
&& test -h /etc/munin/plugins/apache_accesses \
&& test -h /etc/munin/plugins/apache_processes \