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
|
@ -32,7 +32,7 @@ $port = 3306;
|
|||
|
||||
if ((count($argv) > 1) && ($argv[1] == 'config'))
|
||||
{
|
||||
print("graph_title Bukkit / Ultrabans - shame per day
|
||||
print("graph_title Bukkit / Ultrabans - shame per day
|
||||
graph_category bukkit_sql
|
||||
graph_vlabel amount of shame per day
|
||||
graph_args --base 1000 -l 0
|
||||
|
@ -55,7 +55,7 @@ permban.label permbans
|
|||
mute.type GAUGE
|
||||
mute.label mutes
|
||||
");
|
||||
exit();
|
||||
exit();
|
||||
}
|
||||
|
||||
// Construct 'minumum' timstamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue