1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 22:25:23 +00:00

Prevent gaps in lines, line colours

This commit is contained in:
Rowdy.nl 2011-04-12 16:40:42 +02:00 committed by Steve Schnepp
parent 63357b6bbf
commit c171e5aae0

View file

@ -36,10 +36,10 @@ use strict;
# Environment variables # Environment variables
my $MYSQL = $ENV{mysql} || "/usr/bin/mysql"; my $MYSQL = $ENV{mysql} || "/usr/bin/mysql";
my $MYSQLOPTS = $ENV{mysqlopts} || ""; my $MYSQLOPTS = $ENV{mysqlopts} || "";
my $DATABASE = $ENV{database} || "spotweb"; my $DATABASE = $ENV{database} || "spotweb";
my $PERIOD = $ENV{period} || 1800; my $PERIOD = $ENV{period} || 1800;
my $COUNTPORN = $ENV{countporn} || "yes"; my $COUNTPORN = $ENV{countporn} || "yes";