Sever Poller

jonimpson

New Member
I am looking for a plugin that can periodically poll a server to retrieve some statistics and then have them output so they can be used in a template.

I did not write this but here is a working example of the code on, https://github.com/felladrin/joinuo

A sample of what the server returns on a successful response,
ServUO, Name=Server Name, Age=17, Clients=2, Items=136819, Chars=2994, Mem=357329K, Ver=2

Please let me know if this can be done, thank you.



I would have posted a working example but I believe the text is too long.
 

jonimpson

New Member
I should expand on this a bit more, this will also need to go into a database of course so I can pull that information and display it. I will also have the user fields for the IP and Port of each user that the poller would need to run and update on so all sites will display that information.

As this is going to be somewhat of a job for someone to code I am also willing to compensate fairly for the addon, I would also like to keep it closed source if I am paying for it. If others are interested in this as well and are wiling to chip in I would be open to having it available for all.
 
Top