From 12ca199577b3174589205147fe1b2365d231ab85 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Mon, 9 Dec 2013 11:29:38 +0100 Subject: [PATCH] Re-display the summary above the graph --- aptcheck/aptcheck.pl | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4