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 Defeat: Source and all mods based on these games.
Send feedback about the plugins on the forum.
Latest update: 2011-02-06
Download: munin_srcds_plugin.tar.gz
cp Rcon.pm /usr/share/munin/plugins/
cp srcds_* /usr/share/munin/plugins/
chmod 644 /usr/share/munin/plugins/Rcon.pm
chmod 755 /usr/share/munin/plugins/srcds_*
[srcds_*]
env.srcdspass your-rcon-password
cd /etc/munin/plugins/
ln -s /usr/share/munin/plugins/srcds_cpu_ srcds_cpu_127.0.0.1_27015
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
/etc/init.d/munin restart
More detailed install instructions in the README