From: Heikki Levanto Date: Mon, 9 Dec 2013 10:29:38 +0000 (+0100) Subject: Re-display the summary above the graph X-Git-Url: http://git.indexdata.com/?p=git-tools-moved-to-github.git;a=commitdiff_plain;h=12ca199577b3174589205147fe1b2365d231ab85;hp=6d041a02372387b05375090d43199baa6e5aac44 Re-display the summary above the graph --- diff --git a/aptcheck/aptcheck.pl b/aptcheck/aptcheck.pl index 36646bb..b635300 100755 --- a/aptcheck/aptcheck.pl +++ b/aptcheck/aptcheck.pl @@ -444,6 +444,9 @@ if ( 1 ) { } print F "\n"; +print F "

" . ( $sectot + $owntot + $mantot + $normtot ) . + " packages pending ($sectot critical) \n"; + # Graph #my $secs = 60*60*24 * 7 * 2; # 2 weeks in secods #my $secs = "1m"; # one month, let nagios do the math