diff --git a/evocheck.sh b/evocheck.sh index 2320605..2a980a8 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -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 \