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 - neutral mob kills per day
|
||||
print("graph_title Bukkit / Statistician - neutral mob kills per day
|
||||
graph_category bukkit_sql_kills
|
||||
graph_vlabel neutral mob kills per day
|
||||
graph_args --base 1000 -l 0
|
||||
|
@ -44,7 +44,7 @@ zombiepigman.label killed zombie pigmen
|
|||
snowman.type GAUGE
|
||||
snowman.label killed snowmen
|
||||
");
|
||||
exit();
|
||||
exit();
|
||||
}
|
||||
|
||||
// Construct 'minumum' timstamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue