Skip to content

oliverde8/munin-maniaplanet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

munin-maniaplanet

Plugin for munin that will show the number of players on each server & the total

##Installation Copy the files in /etc/munin

Edit the file /etc/munin/mp-players.php

You need to configure your servers

$settings['name'][0] = 'server - 1'; : The name of the server as you would like to see it in munin$

 $settings['ip'][0] = '127.0.0.1';
 $settings['port'][0] = '5005';
 $settings['login'][0] = 'Admin';
 $settings['pwd'][0] = 'Admin';

The rest you should know. :smile

Restart munin node and you should be Ok

About

Plugin for munin that will show the number of players on each server & the total

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages