Coder Social home page Coder Social logo

munin-node-win32's People

Contributors

3h-ooi avatar agroszer avatar daliborfilus avatar elbandi avatar ip-gpu avatar jcsston avatar joshrobb avatar kenyon avatar mobitux avatar mrumpf avatar petyuska avatar rrzefox avatar sdarwin avatar seidler2547 avatar singularcitrus avatar steve-gh avatar steveschnepp avatar sumpfralle avatar viddypiddy avatar wiredwonder avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

munin-node-win32's Issues

exception

Original author: [email protected] (May 31, 2010 18:59:07)

On windows 2008 R2 server

Faulting application name: munin-node.exe, version: 1.6.0.0, time stamp:
0x4b517bff
Faulting module name: munin-node.exe, version: 1.6.0.0, time stamp:
0x4b517bff
Exception code: 0x40000015
Fault offset: 0x00007b54
Faulting process id: 0x39ac
Faulting application start time: 0x01cafdc6dc56de6b
Faulting application path: C:\Program Files (x86)\Munin Node for
Windows\munin-node.exe
Faulting module path: C:\Program Files (x86)\Munin Node for Windows\munin-
node.exe
Report Id: 90534b3a-69d7-11df-bc6f-003048dda0fe

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=1

Master Branch on Windows Server 2008R2 crashes

Hi!
I compiled the current Master-Branch on a Windows 7 Machine with Visual C++ 2010 Express. (copied the release directory to bin and created an installer with NIS) After installation on one of the target machines running with Windows Server 2008R2 everything seems to be fine, but after it got a connection from Munin-Cron the client just crashes. If I can get provide debug information let me know where to get it.

Is it possible that you provide a ready to install package?

Windows 8 Compatibility : cannot open service manager

Original author: [email protected] (May 24, 2012 02:34:06)

What steps will reproduce the problem?

  1. Run munin-node.exe -install

What is the expected output? What do you see instead?
The service should be installed without any output (as tested on a Win7 x64 system). Instead, a dialog box appears, reading "Couldn't open service manager", indicating hSCM handle didn't work correctly.

What version of the product are you using? On what operating system?
I'm using v1.6.0 (stable) on a Windows 8 Consumer Preview system

Please provide any additional information below.
I'm not sure if this is a generic compatibility problem with Windows 8 or if I've got some other problem appearing.
Also note that running munin-node.exe -run results in the usual procedure of all the plugins loading, the server thread starting then stopping after a short delay.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=34

endless waits on socket when process has died

4949 stays in a listening state if munin-node dies under certain scenarios.

This does not happen often but when it does I need to restart the server running the node to get Munin-node to listen on 4949 correctly again.

Findings:
netstat -nao
TCP 0.0.0.0:4949 0.0.0.0:0 LISTENING 6000

taskkill /PID 6000 /F
ERROR: The process "6000" not found.

Possible solution to avoid endless waits on the socket:
http://msdn.microsoft.com/en-us/library/ms740476%28VS.85%29.aspx

Unable to override default PortNumber value

Original author: [email protected] (April 27, 2011 14:12:28)

Creating a new section in the munin-node.ini like this :
[MuninNode]
PortNumber=9999

doesn't override the default port number. If the port 4949 is already binded to another process, Munin-node fails silently.

[...]
Starting Server Thread
Server Thread Started
Stopping Server Thread

Any ways to change that port number?

We are using munin-node v1.6.0.0.

Thanks a lot !

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=18

the cpu plugin returns zero all the time on Win7-x64 only

Original author: [email protected] (August 19, 2010 21:03:47)

This works as expected on WINXP (32 & 64bit), VISTA (32 & 64bit) and Win7-i686. The only place where it fails is Win7-x86_64.

What is the expected output? What do you see instead?
the cpu plugin returns zero all the time:
$ rrdtool fetch win764-test0-cpu-cpu_user-g.rrd AVERAGE -s -15M
1282251000: 0.0000000000e+00
1282251300: 0.0000000000e+00
1282251600: 0.0000000000e+00

even though the Processor Time plugin works fine:
$ rrdtool fetch win764-test0-processor-processor-g.rrd AVERAGE -s -15M
1282251000: 2.5252877200e+01
1282251300: 4.1204490334e+01
1282251600: 7.9287256530e+01

What version of the product are you using? On what operating system?
1.6.0.0-munin-node on Win7-x64 (Enterprise)

Please provide any additional information below.
This bug is also present with the 'original' munin-node-win32:
http://sourceforge.net/projects/munin-nodewin32/forums/forum/921022/topic/3807654

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=3

PerfCounterPlugin problem with Czech locales

Original author: [email protected] (August 25, 2011 12:29:49)

After i read http://code.google.com/p/munin-node-win32/issues/detail?id=3 i though i solved my problem but only what i found there is a problem with czech ascii like: "ěščřžýáíéúů".

Is it problem in API what are you using or in your script? Every object or counter without special ascii character works fine.

I try install 1.6.1 beta but there is the same problem.

ERROR:PerfCounter plugin: disktime: PDH add counter error=c0000bb9
RROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_disktime]
RROR:PerfCounter plugin: processor: PDH add counter error=c0000bb9
RROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_processor]
ERROR:PerfCounter plugin: uptime: PdhEnumObjectItems error=c0000bb8
ERROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_uptime]
ERROR:PerfCounter plugin: smtpmessagessent: PdhEnumObjectItems error=c0000bb8

Errorlist from MSDN:
0xC0000BB8 (PDH_CSTATUS_NO_OBJECT) The specified object is not found on the system.
0xC0000BB9 (PDH_CSTATUS_NO_COUNTER) The specified counter could not be found.

Thank you in advance for your reply.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=24

Make buffer size configurable

Original author: [email protected] (March 15, 2011 17:43:13)

Currently the buffer size for plugins to return data is hard coded 8k. Those of us who have a lot of multigraph data to be returned on a config easily overrun that (I'm currently returning 11k, and will probably quadruple that in production). It'd be handy to be able to turn that number up instead of hurting performance on the systems we're monitoring by breaking things up into multiple plugins and/or hacking together a cache solution to work around it.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=14

TLS configuration

Is there a method for configuring TLS usage/certificates on a windows munin node? My munin setup requires TLS communication.

external python scripts don't produce any graph

Original author: [email protected] (April 02, 2011 16:00:59)

What is the expected output? What do you see instead?

I enabled external plugins in python ( mine + diskfree.py) and no graph are produced. munin-update.log shows a lot off

2011/04/02 17:55:01 at /usr/share/perl5/Munin/Master/UpdateWorker.pm line 157
2011/04/02 17:55:01 [ERROR] Error in node communication with ...4949: [FATAL] Socket read timed out to host: alarm

Sniffing port 4949 shows that config order is not followed by fetch

fetch network
down.value 1161515
up.value 1021591
.
config drive_free
graph_title Filesystem free (in %)

graph_category disk

graph_info This graph shows the amount of free space on each disk.

graph_args --upper-limit 100 -l 0

graph_vlabel %

drive_free_c.label C:

.

What version of the product are you using? On what operating system?

munin-node 2.6.1.beta on windows seven sp1 french

thanks for your reply

jean-marc

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=15

after an exception, it's stuck at "starting server thread"

Original author: [email protected] (February 11, 2011 12:02:03)

Faulting application name: munin-node.exe, version: 1.6.0.0, time stamp: 0x4b517bff
Faulting module name: munin-node.exe, version: 1.6.0.0, time stamp: 0x4b517bff
Exception code: 0x40000015
Fault offset: 0x00007b54
Faulting process id: 0x2210
Faulting application start time: 0x01cbc972a23df563
Faulting application path: C:\Program Files (x86)\Munin Node for Windows\munin-node.exe
Faulting module path: C:\Program Files (x86)\Munin Node for Windows\munin-node.exe

On the next (automatic) restart by the service manager the node is stuck at "Starting Server Thread" never gets to "Server Thread Started".
Therefore it does not accept connections.
Service restart does not help either.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=11

PerfCounterPlugin only gives 0 values after windows update.

Original author: [email protected] (May 16, 2011 14:29:43)

What steps will reproduce the problem?

  1. Updating windows 2008 R2 to latest patches using windows update.
    2.
    3.

What is the expected output? What do you see instead?
Gen0Collections.value 106.000
.
Gen0Collections.value 0.00
.

What version of the product are you using? On what operating system?
munin-node 1.5.1942 & 1.6. Windows 2008 R2

Please provide any additional information below.
when using vbs script with following command
objShell.Run "%comspec% /c ""typeperf """ & object & "(" & instance & ")" & counter & """ -sc 1 > " & filename & """", 0, True
to write a file with the performance counter value. The value in the temporary file is 0 as well. But it works when running from command prompt.
Using a scheduled task to update a static file with the values gives me
fetch Gen0Collections
Gen0Collections.value 106.000000
.

But when trying to use the external script graphing the munin-node does simple not work and I get for example
2011/05/16 16:25:30 [WARNING] Call to accept timed out. Remaining workers:
and after about 2 minutes
2011/05/16 16:27:02 [FATAL] Socket read timed out to

Even if it seems to work when using telnet and running the commands from shell.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=19

munin.ini improvement

Original author: [email protected] (December 16, 2011 12:01:02)

What steps will reproduce the problem?

  1. see munin.ini

What version of the product are you using? On what operating system?
1.6.1.0 beta on Windows 7 64bit edition

Please provide any additional information below.
If [ExternalPlugin] section contains plugins which doesn't exist, it makes junk outputs ( "file does not exist" ) on "list" command.
And in my system, commenting out Plugin00 and Plugin01 lines fixed this problem.
So, I recommend commenting out Plugin00 and Plugin01 lines on munin.ini or checking the existence of external plugin file.

(I don't know if this problem also happens on non-Japanese Edition of Windows.)

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=29

Installer: enables firewall only on Public networks

Original author: [email protected] (June 10, 2011 07:42:14)

What steps will reproduce the problem?

  1. Install munin-node-win32
  2. Request the installer to punch a hole in the firewall
  3. Inspect firewall settings (e.g. "Allow programs through Windows Firewall")

What is the expected output? What do you see instead?

I'd expect munin to be allowed on all networks (perhaps except Public networks) but it is only allowed on Public networks.

What version of the product are you using? On what operating system?

1.6, on Windows 7 Ultimate N SP1 64bit

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=21

1.6 versions don't work on Windows 2000

Original author: [email protected] (March 09, 2011 21:17:45)

What steps will reproduce the problem?

  1. Install munin-node-win32 (either 1.6.0.0 or 1.6.1.0)
  2. Execute munin-node -run (or any options)

What is the expected output? What do you see instead?
Instead of showing the usual output a Windows message pops up saying it is not a valid win32 application.

What version of the product are you using? On what operating system?
Windows 2000 Server.

Please provide any additional information below.
Up until version 1.5 it worked fine. 1.6.1.0 worked fine also on Windows 2003 server and Windows XP systems.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=13

Service stops running

Original author: [email protected] (February 25, 2012 07:04:07)

What steps will reproduce the problem?

  1. munin-node -run
    2.
    3.

What is the expected output? What do you see instead?
program show run 'forever' (as it was a service)

What version of the product are you using? On what operating system?
1.5.1942 on Windows 7 ultimate 64 bit

Please provide any additional information below.
The program quits after a few seconds.
I tried this with the released version 1.5.1942 as well as with the latest source compiled with VC++ 2010.
It happens with a standard .ini file as well as with a reduced one (=only 1 resource to monitor).

outputs attached

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=30

Add instance selection for counters to PerfCounterPlugin

Original author: [email protected] (April 05, 2011 21:24:13)

What steps will reproduce the problem?
Using PerfCounterPlugin set Object=Process, Counter=Page Faults/sec and Instance=ProcessName

What is the expected output? What do you see instead?
Because Instance isn't supported all process are displayed. It would nice to be able to select a specified set or a single process.

What version of the product are you using? On what operating system?
1.5

Please provide any additional information below.

This is a feature request.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=16

Network plugin shows packets not bytes

Original author: [email protected] (February 02, 2011 05:14:21)

What steps will reproduce the problem?

  1. install munin-node-win32
  2. telnet localhost 4949
  3. "config network"

What is the expected output? What do you see instead?

I think most people would rather see bytes/s rather than packets/s.

The inability to find out how much traffic a system is doing is a key missing function.

What version of the product are you using? On what operating system?

windows, 1.6.0

Please provide any additional information below.

You totally rock for bringing this project back from the dead. Munin rocks and it is sad not to have a windows client. Pity Im horrid at windows programming. ;-(

Cross fingers that it's just a different counter or a simple fix.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=7

External plugin does not produce a graph

Original author: [email protected] (April 23, 2011 06:58:43)

What steps will reproduce the problem?
I added an external plugin to the munin-node.ini file like:
Plugin01=C:\Users\Administrator\Desktop\count.bat

The content of count.bat is:

@echo OFF
IF "%1"=="config" GOTO config
IF "%1"=="name" GOTO name
echo load.value 4
GOTO :EOF
:config
echo graph_title Apppool
echo graph_vlabel load
echo load.label load
GOTO :EOF
:name
echo load

which returns:

C:\Users\Administrator\Desktop>count.bat
load.value 4

C:\Users\Administrator\Desktop>count.bat config
graph_title Apppool
graph_vlabel load
load.label load

C:\Users\Administrator\Desktop>count.bat name
load

What is the expected output? What do you see instead?
The server does not list the graph, while the log does not show up any errors.

What version of the product are you using? On what operating system?
munin-node 1.5.1942 runs on windows 2008 server R2
munin server runs on Ubuntu server

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=17

Samsung SSD temps not reported

The issue seems related to munin-monitoring/contrib#15
I tried with a new SSDMuninNodePlugin.cpp and ST_SMART_INFO *pSmartInfo = g_SmartReader.GetSMARTValue(pDriveInfo->m_ucDriveIndex, SMART_ATTRIB_AIRFLOW_TEMPERATURE); but it will not report the Samsung 850 EVO temp.

Name: hdd
Config:
graph_title HDD temperature
graph_args --base 1000 -l 0
graph_vlabel temp in C
graph_category sensors
graph_info This graph shows temperature in degrees Celsius of the hard drives.
_hdd_0_.label ST31000528AS
_hdd_1_.label SamsungSSD 850 EVO 250GB
_hdd_2_.label WDCWD10EADS-00M2B0
_hdd_3_.label WDCWD10EARS-00Z5B1
.

Value:
_hdd_0_.value 39
_hdd_2_.value 40
_hdd_3_.value 37
.

It detects the drive just fine and can run diskfree.py on it.
This would seem like an easy fix but I've had no success this far.

Stack overflow in MuninNodeClient::Entry + quickfix

I've just checked out the master branch and compiled it on my own. Whenever the monitoring server connects to my local client i got an application crash due to a stack overflow.

The cause of the stack overflow is size of "buffer" on the stack.

I've changed from stack to heap allocation on line 92 from:
char buffer[BUFFER_SIZE] = {0};

to:
char* buffer = new char[BUFFER_SIZE]; buffer[0] = 0;

and added a

delete [] buffer;

at the end of the function just before return 0;

EventLog filling up

Original author: [email protected] (August 16, 2012 16:17:19)

I have installed v1.6.1 beta on several servers. I noticed that the eventlogs are filling up with event id 1. It appears that these logs are just recording a connection from a munin server, however they show up as error messages since event id 1 is not a vaild number. Is there a way to suppress these logs or change the number so it doesn't create an error?

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=36

Sensors - HDD temp should be made external

Original author: [email protected] (July 04, 2011 13:16:46)

What steps will reproduce the problem?

  1. Install a Windows on a VM and monitor it

What is the expected output? What do you see instead?
sensors disabled - Seing "missing icons" where graph for HDD temp should be

What version of the product are you using? On what operating system?
1.6 - Win2003 Svr

Please provide any additional information below.
Sensors shouldn't be placed as built-in as they aren't supported on all systems.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=22

On startup, error perfcounter plugin

Original author: [email protected] (December 17, 2010 22:53:24)

ERROR:PerfCounter plugin: disktime: PdhEnumObjectItems error
ERROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_disktime]
ERROR:PerfCounter plugin: processor: PdhEnumObjectItems error
ERROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_processor]
ERROR:PerfCounter plugin: uptime: PdhEnumObjectItems error
ERROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_uptime]

The 1.5v shows:
Failed to load PerfCounter plugin: [PerfCounterPlugin_disktime]
Failed to load PerfCounter plugin: [PerfCounterPlugin_processor]
Failed to load PerfCounter plugin: [PerfCounterPlugin_uptime]

whats wrong?

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=5

PATCH - Support DERIVE types for Permon counters

Original author: [email protected] (November 12, 2010 12:07:13)

I need to monitor some perfmon counters which just increment (e.g. emails sent from the SMTPSVC). This is what the DERIVE type is used for - but it was unsupported.

I've added support for specifying the .type in the ini file.

I also had to add support for changing the type according to CounterFormat because RRD doesn't support using floats for DERIVE types.

It would be cool if we could get this applied (and Franks changes too).

j.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=4

ERROR:PerfCounter plugin: processor: Could not find a local name for

When starting munin-node.exe I got these errors.

ERROR:PerfCounter plugin: disktime: Could not find a local name for Disk Time, error=c0000bbd
ERROR:PerfCounter plugin: disktime: Could not find a local name for LogicalDisk, error=c0000bbd
ERROR:PerfCounter plugin: disktime: PdhEnumObjectItems error=c0000bb8
ERROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_disktime]
ERROR:PerfCounter plugin: processor: Could not find a local name for Processor Time, error=c0000bbd
ERROR:PerfCounter plugin: processor: Could not find a local name for Processor, error=c0000bbd
ERROR:PerfCounter plugin: processor: PdhEnumObjectItems error=c0000bb8
ERROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_processor]
ERROR:PerfCounter plugin: uptime: Could not find a local name for System Up Time, error=c0000bbd
ERROR:PerfCounter plugin: uptime: Could not find a local name for System, error=c0000bbd
ERROR:PerfCounter plugin: uptime: PdhEnumObjectItems error=c0000bb8
ERROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_uptime]
ERROR:PerfCounter plugin: smtpmessagessent: Could not find a local name for Messages Sent Total, error=c0000bbd
ERROR:PerfCounter plugin: smtpmessagessent: Could not find a local name for SMTP Server, error=c0000bbd
ERROR:PerfCounter plugin: smtpmessagessent: PdhEnumObjectItems error=c0000bb8
ERROR:Failed to load PerfCounter plugin: [PerfCounterPlugin_smtpmessagessent]

When I opened perfmon in Windows I got a similar error that said

Die Leistungsindikatoren konnten nicht hinzugefügt werden

The solution to both problems was to execute the following command in a cmd/PowerShell.

lodctr /r

See: https://www.computerbase.de/forum/showthread.php?t=1262332

External plugin problem

Original author: [email protected] (October 06, 2011 12:15:05)

Here's the config:

[Plugins]
; Plugin Section, 1 enables plugin, 0 disables
Disk=1
Memory=1
Processes=1
Network=1
HD=0
Cpu=1
External=1
ExternalTimeout=30

[ExternalPlugin]
Plugin01="C:\munin\PowerShellLauncher.exe C:\munin\vm_bytes_received.ps1"

But when I connects to munin-node the plugin is not visible:

Connected to SOME_IP.
Escape character is '^]'.

munin node at WIN-KO4G0OHA17A

list
df memory processes network cpu

Am I doing something wrong?
Thanks.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=28

Some removable drives are part of statistic alerted because 100% full

Hi,

It looks like some devices may be recognized as flash drives however those are license dongles for example and read-only with no disk space left. It creates problems in statistics reporting DISK red because some disks are full.

I have found lines in DiskPlugin related to it:

DiskMuninNodePlugin::DiskMuninNodePlugin()
{
int i;
for (i = 0; i < 32; i++) {
drives[i][0] = NULL;
}
i = 0;
for (int d = 'A'; d <= 'Z'; d++) {
drives[i][0] = d;
drives[i][1] = ':';
drives[i][2] = NULL;//'';
drives[i][3] = NULL;
if (GetDriveTypeA(drives[i]) != DRIVE_FIXED) {
// Remove it
drives[i][0] = NULL;
} else {
i++;
}
}
}

Shall it be like:

if (GetDriveTypeA(drives[i]) != DRIVE_FIXED || GetDriveTypeA(drives[i]) != DRIVE_REMOVABLE) {

So to check explicitly for removable disk drive.

Thank you,
Oleg

Speed Fan only display temperature

Hello,
I don't know if it is normal, but the Speed Fan plugin in Munin-node only dispay temperatures. Is there a way to also display speed fan and voltage ?

Select one instance only from multiple-instance perf counters

Original author: [email protected] (December 07, 2012 14:41:55)

Hi,

This is not really a problem, but I don't know if this feature available or not.
Is it possible to monitor just one counter instance from a multiple-instance performance counter?
For example if I take the "Processor Time" has instances for all cores + the _total instance.
I would like to monitor only the _total instance.
Same also if I like to monitor memory usage for a single process only.
I can choose the "Virtual Bytes" counter but this one has multiple instances.
Would be great if in the config file I can specify only a single instance.

Many thanks,
Damjan.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=38

-uninstall and -install corrupts system

Original author: [email protected] (March 28, 2012 13:40:26)

I'm not going to attempt repeat to re-create the symptoms as this was a critical issue, and I had to restart my system to avoid further problems.
I am new to munin, and was simply exploring the files that had been installed on my system.

  1. installed using munin-node-win32-1.6.0.0-installer.exe
  2. clicked the munin-node shortcut in the start menu and then closed the opened shell window right after.
  3. created a munin-node.exe -uninstall shortcut and clicked it to test
  4. created a munin-node.exe -install shortcut and clicked it to test
  5. restarted the munin service in services.msc
    This was exactly how I did it. I had the Event Viewer opened all the time to look for errors.

At step 3, I instantly saw that the "Source" column in the Event Viewer was now blanked out (data deleted). This sort of freaked me out, but I guessed maybe this was something that would be sorted out on the next login or reboot.

Well, that was what I though until I tried right clicking a file on my desktop... Symantec Antivirus (already installed on my system) would then launch it's installer. I clicked cancel.
I try right clicking again. Same thing again.
Any file or folder i right click will instantly produce the same problem. After the SAV installer is launched, the right click context menu is displayed as normally.

I try logging out, and logging back in. It doesnt help. Event Viewer "source" column is still blanked out.

I quickly uninstall Munin Node for Windows using the provided exe.

Reboot.

And now right click works like it should.
But my event Application log is empty (deleted) - there is only data there from current boot time - the "Source" column is working ok - but all applications are giving the same type of error message. They will start ok, but giving this error message in Event Viewer...

The description for Event ID ( 1 ) in Source ( WinVNC4 ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: ../..

So, care to explain what your software has done to my system?

Windows 2003 Standard Edition English x32

Let me know if more info is needed.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=32

Add Crash Report Support

Original author: [email protected] (February 19, 2011 05:55:04)

Instead of using a home grown crash catcher I think using the Open Source CrashRpt library (http://code.google.com/p/crashrpt/) would be a better plan.

The primary downside of using CrashRpt is that an additional SDK will be needed to compile in VC++ Express. A plus is that the library makes sending crash reports very easy for the users.

Original issue: http://code.google.com/p/munin-node-win32/issues/detail?id=12

EventLog has a new event every 5 min (every connection)

In the event log, it shows the following information every 5 minutes

The description for Event ID ( 1 ) in Source ( munin-node ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE = flag to retrieve this description; see Help and Support for details. The following information is part of the event: Connection from ...

(I replaced the IP of our server with the ... above).

There is a fork that has a fix for this issue in the joshrobb branch: Committed at
e69c31e

Is there up-to-date binaries for Win 7, here or elsewhere ?

Hi,
I tested about half-a-dozen of forks on munin-node-win32 on Windows 7 and 8 (this one, and the latest active forks from its network).
All of them run well at first, but all fail quickly without exception, just saying "Stopping Server Thread", for no reason.

There isn't any command line option to printout a traceback or a log, so I am sorry but cannot give more detail 😢...

Bug

If my munin-server is quick enough, it successively connects to the Win32 server once or twice before it fails, even acquiring some data, which are perfectly correct.
So I guess the program (and all the basic plugins) works fine, but some nasty behavior is making it stop (let's call that a bug).

Questions

  • First question: does any one already heard about that bug Any idea how I could fix it? (I don't know enough on C++ and C++ debugging to find out what to do myself).

  • Second question: is there anyone in charge of this repository? Some forks have been updated recently, but the "official" repo seems to not be active anymore. Can anyone suggest a fork, with compiled binary, working fine for Win 7 ?

Thanks in advance.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.