mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fixed indentation + configurable SDK path
This commit is contained in:
parent
bed5815230
commit
007c2825a9
8 changed files with 28 additions and 22 deletions
|
@ -31,14 +31,14 @@ $port = 3306;
|
|||
|
||||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / Statistician - new players per day
|
||||
print("graph_title Bukkit / Statistician - new players per day
|
||||
graph_category bukkit_sql
|
||||
graph_vlabel new players per day
|
||||
graph_args --base 1000 -l 0
|
||||
players.type GAUGE
|
||||
players.label new players
|
||||
");
|
||||
exit();
|
||||
exit();
|
||||
}
|
||||
|
||||
// Construct 'minumum' timstamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue