Do not try to rm OMIT_FROM_DIST files if they don't exist.
[git-tools-moved-to-github.git] / aptcheck / aptcheck.pl
index 1d2abe7..7801291 100755 (executable)
@@ -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".