#
# 11-Mar-2011 Heikki: Started this
# 22-Mar-2011 Heikki: Adding manually maintained packages
+# 15-Aug-2011 Heikki: Adding a total in the headline, for nagiosgrapher
#
# TODO: Assumes that we release our restricted packages for all versions
# and architectures at the same time. Gets only the highest version from
"bellone" => "<i>Niels Erik</i> does the manual upgrades",
"cfrepous" => "<i>Wolfram</i> does the manual upgrades",
"leopard" => "<i>Wolfram</i> does the manual upgrades",
+ "lsd" => "<i>Heikki</i> takes care of all upgrades",
);
print F "<head><title>Apt upgrade status</title></head>\n";
print F "<body>\n";
print F "<H1>Apt package status</H1>\n";
+print F "<b>" . ( $sectot + $owntot + $mantot + $normtot ) .
+ "</b> packages pending, including <b>$sectot</b> security \n";
+
print F "<H2>Debug run, many hosts missing!</H2>\n"
if $debug;