projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d041a0
)
Re-display the summary above the graph
author
Heikki Levanto
<heikki@indexdata.dk>
Mon, 9 Dec 2013 10:29:38 +0000
(11:29 +0100)
committer
Heikki Levanto
<heikki@indexdata.dk>
Mon, 9 Dec 2013 10:29:38 +0000
(11:29 +0100)
aptcheck/aptcheck.pl
patch
|
blob
|
history
diff --git
a/aptcheck/aptcheck.pl
b/aptcheck/aptcheck.pl
index
36646bb
..
b635300
100755
(executable)
--- a/
aptcheck/aptcheck.pl
+++ b/
aptcheck/aptcheck.pl
@@
-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