MyBB Community Forums

Full Version: Munin plugins for MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I guess this is the most appropriate board for this, so...

I've built a set of Munin plugins for monitoring the statistics of a MyBB forum so I thought that I'd share them with anyone else who may be interested.

Currently they just fetch the data by extracting the numbers from the main board index, so it won't work for non-English boards (or ones with a heavily modified stats template) without some editing to the regex.

In future I'll probably throw together a plugin of sorts that can be put on the forum which will return all the data in JSON format or something (to remove the above limitation), as well as merging the 5 plugins together (Once I figure out the how Munin multigraph works), so that it doesn't need to make 5 separate HTTP requests.

The plugins can be found here: https://github.com/Cameron-D/munin-mybb
And the output can be seen here: http://munin.cazzaserver.com/cazzaserver....html#mybb
This is neat, thanks i'll check it out Smile