Closed eanmclaughlin closed 10 years ago
Hey! Thank you for reporting.
Can you gist your phpinfo()
? From your server's shell:
$ php -a
> echo phpinfo();
Nevermind phpinfo()
. Please try commit 033108100ff1e834b27bea4735d0f1da58098394 on branch fixPluginAutoconfig.
Yep, that fixed it. Working great without port in file name and only showing it once in the graph title.
Thanks!
:cake: Glad to hear it!
As shown here: http://games.snowmew.tk/stats/snowmew.tk/games.snowmew.tk/minecraft_users_games_snowmew_tk_25565.html the port number is displayed twice in the title of the graph. The file in
/etc/munin/plugins
is namedminecraft_users_games.snowmew.tk:25565
(I couldn't get it to work without adding the port even though it's on the default and I saw regex for checking that in the program when I skimmed over it).