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:
f84aec4
)
Better graph (week numbers)
author
Heikki Levanto
<heikki@indexdata.dk>
Tue, 11 Oct 2011 12:56:36 +0000
(14:56 +0200)
committer
Heikki Levanto
<heikki@indexdata.dk>
Tue, 11 Oct 2011 12:56:36 +0000
(14:56 +0200)
aptcheck/aptcheck.pl
patch
|
blob
|
history
diff --git
a/aptcheck/aptcheck.pl
b/aptcheck/aptcheck.pl
index
1d2abe7
..
7801291
100755
(executable)
--- a/
aptcheck/aptcheck.pl
+++ b/
aptcheck/aptcheck.pl
@@
-343,7
+343,8
@@
print F "</table>\n";
# Graph
#my $secs = 60*60*24 * 7 * 2; # 2 weeks in secods
-my $secs = "1m"; # one month, let nagios do the math
+#my $secs = "1m"; # one month, let nagios do the math
+my $secs = "45d";
print F "<p/>" .
"<a href='http://nagios.indexdata.com/cgi-bin/nagios3/graphs.cgi?" .
"host=nagios&service=Apt%20Summary'>\n".