Those stats haven't been working for some time. They were informative but I don't think many people ever looked at them. I used the stats page mainly to see what aliases were available. I'm very busy with my main occupation but I might have time in the next few days to recreate and host them on a crypto related website I'm setting up if you don't get a response from Crypto Zoidberg. He is the person in control of the boolberry.com website.
I whipped something up based on what was on boolberry.com. It's at
https://cncoin.farm/munin/ if you want to use it. Click on the BoolberryStats link to see graphs.
Thank You!
I feel bad for not getting something put up. But honestly, I had some issues. I've never used Munin and ran into some problems and didn't have the time to figure things out.
Yeah, i had some issues trying to get it working, too. Got the plugins from the boolberry repo working yesterday or the day before and didn't try to get the alias list working. I just looked at what the website was doing and figured out it was just using the output from the
get_all_alias_details
rpc call and put
curl -X POST http://host:port/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"'get_all_alias_details'"}' -H 'Content-Type: application/json' -omunin/web/path/aliases.json
into cron and adjusted what boolberry.com's javascript was doing a bit to work on my server. I guess I could make it one of the menu options in the pool code with instructions to get munin working there. That might be nice.