Summary on first line, for nagiosgrapher
authorHeikki Levanto <heikki@indexdata.dk>
Mon, 15 Aug 2011 08:39:39 +0000 (10:39 +0200)
committerHeikki Levanto <heikki@indexdata.dk>
Mon, 15 Aug 2011 08:39:39 +0000 (10:39 +0200)
aptcheck/aptcheck.pl

index 7c9245b..de1708b 100755 (executable)
@@ -18,6 +18,7 @@
 #
 # 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
@@ -36,6 +37,7 @@ my %hostcomments = (
       "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",
       );
       
 
@@ -239,6 +241,9 @@ print F "<html>\n";
 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;