mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-09-18 16:48:44 +00:00
remove useless variable
This commit is contained in:
parent
24e415fec0
commit
afc0bcab08
2 changed files with 0 additions and 5 deletions
|
@ -32,8 +32,6 @@ $table_prefix = getenv('table_prefix');
|
||||||
$port = getenv('port');
|
$port = getenv('port');
|
||||||
if (!$port)
|
if (!$port)
|
||||||
$port = 3306;
|
$port = 3306;
|
||||||
//$graph_period = getenv('graph_period');
|
|
||||||
$graph_period = time() - 5*60;
|
|
||||||
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
@ -32,9 +32,6 @@ $table_prefix = getenv('table_prefix');
|
||||||
$port = getenv('port');
|
$port = getenv('port');
|
||||||
if (!$port)
|
if (!$port)
|
||||||
$port = 3306;
|
$port = 3306;
|
||||||
//$graph_period = getenv('graph_period');
|
|
||||||
$graph_period = time() - 5*60;
|
|
||||||
|
|
||||||
|
|
||||||
if (count($argv) === 2 && $argv[1] === 'config') {
|
if (count($argv) === 2 && $argv[1] === 'config') {
|
||||||
echo "graph_title Moodle Total Users\n";
|
echo "graph_title Moodle Total Users\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue