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,7 +31,7 @@ $port = 3306;
|
|||
|
||||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / Statistician - hostile mob kills per day
|
||||
print("graph_title Bukkit / Statistician - hostile mob kills per day
|
||||
graph_category bukkit_sql_kills
|
||||
graph_vlabel hostile mob kills per day
|
||||
graph_args --base 1000 -l 0
|
||||
|
@ -62,7 +62,7 @@ enderdragon.label killed ender dragons
|
|||
wither.type GAUGE
|
||||
wither.label killed withers
|
||||
");
|
||||
exit();
|
||||
exit();
|
||||
}
|
||||
|
||||
## Construct 'minumum' timstamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue