Checks that both ClamAV's daemon and its updater service (freshclam) are running.
Use the policy below to verify
SELECT score FROM (SELECT case when COUNT(*) = 2 then 1 ELSE 0 END AS score FROM processes WHERE (name = 'clamd') OR (name = 'freshclam')) WHERE score == 1;