Skip to content
Snippets Groups Projects
Verified Commit 32098295 authored by Marco Marinello's avatar Marco Marinello
Browse files

Monitor fuss artwork and backup versions

parent 03b8c5ef
No related branches found
No related tags found
No related merge requests found
......@@ -152,11 +152,13 @@ def get_installed_packages(log, IS_FUSS_SERVER):
log.debug("%s installed packages" % client_data["ninstalledpackages"])
# fuss-* version
log.debug("Parse fuss packages version")
log.debug("Parse packages version")
pkg_cache = apt.Cache()
checked_packages = [
'fuss-client',
'fuss-artwork',
'fuss-server',
'fuss-backup',
'octofuss-client',
'octomon-sender',
'octofussd',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment