I don't think it's version issue. You get the FPS values with munin-run, so it's probaly just some user permission problem or something.
Try to set more verbose logging and then see the log file: /etc/munin/munin-node.conf log_level 4 Then restart munin and see the log file: /var/log/munin/munin-node.log Another way to try how the plugin works is to connect directly to the munin node and give it commands. Like this: telnet localhost 4949 help # Unknown command. Try list, nodes, config, fetch, version or quit list open_inodes srcds_fps_xxx.xxx.xxx.xxx_27015 irqstats ... fetch srcds_fps_xxx.xxx.xxx.xxx_27015 fps.value 432 If you get value with the telnet way then the munin-node is definitely working 100%. If you have had troube while installing the plugin or Munin, then I suggest you shut down Munin and delete the database files from Munin's data directory (/var/lib/munin/DOMAIN/). After restart Munin will re-create the files and start stats from scratch. Do you have other Munin stats working OK? On Thu, 17 Jul 2008, Olivetiti wrote: > I already did this test. " munin-run srcds_fps_127.0.0.1_27015" return > the fps. I tried again but still the same when I update manually. (su -c > '/usr/bin/munin-cron' munin ) > > Do you think it could be a munin version issue ? > If you do not have any idea, I'll give a try with v1.2.5 instead of v1.2.6. > Just have to know how to downgrade :) -- Ghost _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

