From 311c3fbdaa6100a7bda8f1b3c98944c633cc853d Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Tue, 11 Oct 2011 14:56:36 +0200 Subject: [PATCH] Better graph (week numbers) --- aptcheck/aptcheck.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aptcheck/aptcheck.pl b/aptcheck/aptcheck.pl index 1d2abe7..7801291 100755 --- a/aptcheck/aptcheck.pl +++ b/aptcheck/aptcheck.pl @@ -343,7 +343,8 @@ print F "\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 "

" . "\n". -- 1.7.10.4