I've released a new version of munin-node-win32 today.
It is an Windows client for the
Munin monitoring system. It supports getting disk usage, HDD temperatures, memory usage, and uptime. If you have
Motherboard Monitor installed and running, munin-node-win32 can query it for system temperatures, voltages, and fan speeds.
The major new feature for this release is the addition of a cpu monitoring plugin and a configuration file that allows disabling and enabling plugins.
Binary + Source Code ZIP (141KB)
Beta MSI
Installer (168KB)
I'm current working on embedding Python so Python scripts can be used to write new plugins for munin-node-win32.
Tuesday, May 20. 2008 at 13:43 (Reply)
Is it possible to build your own plugins, like under linux?
Tuesday, May 20. 2008 at 18:29 (Link) (Reply)
You would be able to write a simple Python script, similar to the following,
class Plugin:
def name(self):
return "test"
def config(self):
return ""
def values(self):
return ""
Thursday, May 29. 2008 at 10:22 (Reply)
Or do all plugins have to be compiled in?
Wednesday, May 21. 2008 at 08:14 (Reply)
Anyway, great job with munin-node-win32!
Thanks.
Wednesday, May 21. 2008 at 09:55 (Link) (Reply)
Just to let you know that I installed Munin Node for Windows v1.4 on Windows 2008 Server and it works great. The installer works like a charm too.
The only thing that I had to do was to make a "firewall exception" to Windows firewall so that it could accept connections. I'm not sure if you can automate this in the installer...
Thanks a lot for such a great job!
GFK's
Friday, May 30. 2008 at 17:59 (Reply)
cool job, thank you a lot. I use it for a bunch of win-boxes here.
BTW: I can't figure out why the uptime plugin doesn't work. Both Win2k/WinXP won't work (german l10n). Any idea?
regards,
Johann
Saturday, May 31. 2008 at 14:04 (Link) (Reply)
I believe for you the issue is that the Uptime counter name is localized to German and it's coded in the ini file as English.
In munin-node.ini,
[UptimePlugin]
; The Performance Counter path to the System Up Time counter
CounterPath=\System\System Up Time
If you change the CounterPath to what Windows uses in German the uptime plugin should work.
However, the uptime plugin does have some issues I haven't tracked down yet. It works on my Vista machine, and one of my two Windows XP machine here. They are all English so the localization isn't an issue here.
Thanks,
Jory
Monday, June 9. 2008 at 17:50 (Reply)
you were right. got it working now!
this does the job on a german windows box:
CounterPath=\System\Systembetriebszeit
instead of
CounterPath=\System\System Up Time
regards,
Johann
Wednesday, January 14. 2009 at 07:38 (Reply)
I tried \Système\Temps d'activité système but where do you found exact counter name in windows ?
Regards ;
Aymeric
Tuesday, August 25. 2009 at 04:55 (Reply)
Wednesday, September 30. 2009 at 03:03 (Link) (Reply)
Monday, February 22. 2010 at 06:43 (Link) (Reply)
i have set monitoring for all my windows servers, it was great