Hi Robert,
Yes, the PerfCounterPlugin only works on English systems in the initial configuration.
On non-English systems the Performance Counters use localized names, munin-node-node-win32 is by default configured with the English counter names.
In the ini configuration file you can update the Object and Counter properties for the plugins
- PerfCounterPlugin_disktime
- PerfCounterPlugin_processor
- PerfCounterPlugin_uptime
to the German names.
I just installed munin-node-32 1.5 on a couple of Win2k8 Web Server editions boxes and noticed that while most of the graphs are coming up fine, apparently something is wrong with the memory monitoring. Is this something you've encountered before or am I just missing something otherwise obvious?
if network plugin shows packets per second, you should fix 'up.label' property in network plugin (NetworkMuninNodePlugin.cpp) to say 'pps' instead of 'bps'.
I've got some problems running external plugins with the munin-node for win32.
crashing, or waiting and never die, with powershell, python and batch plugins.
Monday, April 6. 2009 at 02:21 (Reply)
I have installed the munin-node-win32 at 3 Windows 2003 Server.
They show me
- filesystem
- network traffic
- number of prozesses
- cpu usage
One server shows additional
- disk time
- prozessor time
- uptime.
The only difference between those servers: 1 have an english system, the other two servers have a german system.
Maybe the reason that the plugins
- PerfCounterPlugin_disktime
- PerfCounterPlugin_processor
- PerfCounterPlugin_uptime
works only on english systems?
Thank you very much for this great tool.
Greet Kraus Robert
Saturday, May 30. 2009 at 18:59 (Link) (Reply)
Yes, the PerfCounterPlugin only works on English systems in the initial configuration.
On non-English systems the Performance Counters use localized names, munin-node-node-win32 is by default configured with the English counter names.
In the ini configuration file you can update the Object and Counter properties for the plugins
- PerfCounterPlugin_disktime
- PerfCounterPlugin_processor
- PerfCounterPlugin_uptime
to the German names.
Thanks,
Jory
Friday, July 24. 2009 at 09:28 (Reply)
I just installed munin-node-32 1.5 on a couple of Win2k8 Web Server editions boxes and noticed that while most of the graphs are coming up fine, apparently something is wrong with the memory monitoring. Is this something you've encountered before or am I just missing something otherwise obvious?
Thanks otherwise for a great tool!
-Gary
Thursday, August 13. 2009 at 06:21 (Reply)
if network plugin shows packets per second, you should fix 'up.label' property in network plugin (NetworkMuninNodePlugin.cpp) to say 'pps' instead of 'bps'.
--
Nino
Wednesday, March 24. 2010 at 10:17 (Link) (Reply)
Are there any plans to release 1.6 soon? We need the memory fix that's in subversion, but don't have any way to build the binary ourselves :S
Tuesday, June 1. 2010 at 08:21 (Reply)
Tuesday, August 17. 2010 at 05:13 (Reply)
I've got some problems running external plugins with the munin-node for win32.
crashing, or waiting and never die, with powershell, python and batch plugins.
Any idea ?