Half-Life 2 based server statistics plugin for Munin


Overview

These srcds_* plugins graph general server information from Half-Life 2 based servers.
The plugins can be used with any gametype, which work under Valve's Source engine (ie. srcds).

Some of the supported gametypes are
Team Fortress 2, Counter-Strike: Source, Day of Deeat: Source and all mods based on these games.

Send feedback about the plugins on the forum.

Quick Install Instructions

Copy files

  • gcc -o rcon hl2rcon.c
  • chmod a+x rcon
  • cp rcon /usr/local/bin/
  • cp srcds_* /usr/share/munin/plugins/
  • chmod 755 /usr/share/munin/plugins/srcds_*

Configure

  • Edit /etc/munin/plugin-conf.d/munin-node
           [srcds_*]
           env.srcdspass password
          

Setup statistics for the game servers

  • Link plugins to activate the plugins
           cd /etc/munin/plugins/
           ln -s /usr/share/munin/plugins/srcds_fps_ srcds_fps_127.0.0.1_27015
           ln -s /usr/share/munin/plugins/srcds_inout_ srcds_inout_127.0.0.1_27015
           ln -s /usr/share/munin/plugins/srcds_players_ srcds_players_127.0.0.1_27015
           ln -s /usr/share/munin/plugins/srcds_uptime_ srcds_uptime_127.0.0.1_27015
          

Restart

  • /etc/init.d/munin restart

More detailed install instructions in the README

srcds previews


:: Server FPS
Server FPS Server FPS
:: Server Traffic
Server Traffic Server Traffic
:: Server Players
Server Players Server Players
:: Server Uptime
Server Uptime Server Uptime
HL2: Source Dedicated Server statistics plugin for Munin by Ghost. Last updated 2008-04-20.