Re-display the summary above the graph
authorHeikki Levanto <heikki@indexdata.dk>
Mon, 9 Dec 2013 10:29:38 +0000 (11:29 +0100)
committerHeikki Levanto <heikki@indexdata.dk>
Mon, 9 Dec 2013 10:29:38 +0000 (11:29 +0100)
aptcheck/aptcheck.pl

index 36646bb..b635300 100755 (executable)
@@ -444,6 +444,9 @@ if ( 1 ) {
 }
 print F "</table>\n";
 
+print F "<p/><b>" .  ( $sectot + $owntot + $mantot + $normtot ) . 
+        "</b> packages pending (<b>$sectot</b> critical) \n";
+
 # Graph 
 #my $secs = 60*60*24 * 7 * 2; # 2 weeks in secods
 #my $secs = "1m"; # one month, let nagios do the math