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:
parent
63357b6bbf
commit
c171e5aae0
1 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue