<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SCOM2Nagios 1.4</title>
	<atom:link href="http://www.mbaeker.de/2010/04/scom2nagios-1-4/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/</link>
	<description>Use %~dp0 !!!</description>
	<lastBuildDate>Sun, 22 Jan 2012 14:04:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Branden</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/comment-page-1/#comment-10812</link>
		<dc:creator>Branden</dc:creator>
		<pubDate>Tue, 11 Oct 2011 21:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbaeker.de/?p=308#comment-10812</guid>
		<description>Hi Markus,

I got this working, so thank you! 

If you ever release a new version, can you include the option for a third nagios host?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi Markus,</p>
<p>I got this working, so thank you! </p>
<p>If you ever release a new version, can you include the option for a third nagios host?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markus</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/comment-page-1/#comment-10760</link>
		<dc:creator>markus</dc:creator>
		<pubDate>Mon, 10 Oct 2011 13:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbaeker.de/?p=308#comment-10760</guid>
		<description>Hi Jan,

es ist ein Bug im Connector. Im Quellcode steht in der Klasse Processor folgendes:

                case &quot;contains&quot;: return value.Contains(compare);
                case &quot;containsIgnoreCase&quot;: return value.ToLower().Contains(compare.ToLower());
                case &quot;equals&quot;: return value.Equals(input.Value);
                case &quot;equalsIgnoreCase&quot;: return value.ToLower().Equals(input.Value.ToLower());

Es muss aber bei Equals auch die Variable Compare anstatt input.Value stehen, da sonst das falsche XML Element genommen wird. Ich schau mal, ob ich im Laufe der Woche eine korrigierte Version hochladen kann... Wenn es dringender ist, einfach den Quellcode selbst korrigieren und im Visual Studio kompilieren (Quellcode ist ja immer im ZIP File enthalten).

Grüße

Markus</description>
		<content:encoded><![CDATA[<p>Hi Jan,</p>
<p>es ist ein Bug im Connector. Im Quellcode steht in der Klasse Processor folgendes:</p>
<p>                case &#8220;contains&#8221;: return value.Contains(compare);<br />
                case &#8220;containsIgnoreCase&#8221;: return value.ToLower().Contains(compare.ToLower());<br />
                case &#8220;equals&#8221;: return value.Equals(input.Value);<br />
                case &#8220;equalsIgnoreCase&#8221;: return value.ToLower().Equals(input.Value.ToLower());</p>
<p>Es muss aber bei Equals auch die Variable Compare anstatt input.Value stehen, da sonst das falsche XML Element genommen wird. Ich schau mal, ob ich im Laufe der Woche eine korrigierte Version hochladen kann&#8230; Wenn es dringender ist, einfach den Quellcode selbst korrigieren und im Visual Studio kompilieren (Quellcode ist ja immer im ZIP File enthalten).</p>
<p>Grüße</p>
<p>Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/comment-page-1/#comment-10573</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Wed, 05 Oct 2011 08:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbaeker.de/?p=308#comment-10573</guid>
		<description>Hi Markus,

zunächst einmal ein großes Danke für diesen Connector, er hat mir jede Menge Arbeit erspart :)

Allerdings habe ich momentan ein Problem mit der processing.xml - um genauer zu sein mit dem Vergleichsoperand &quot;equal&quot;, den ich gern nutzen würde um die Resolutionstates zu verarbeiten.
-&gt; Leider passiert an dieser Stelle nichts, die Regeln sind nach diesem Muster erstellt:


  0
  New Alert


Dennoch wird die Regeln einfach übergangen... verwende ich statt &quot;equals&quot; den Operand &quot;contains&quot;, wird die Regel angewandt.
Ich vermute das Problem beim &quot;equals&quot;, denn wenn ich mir den &quot;$state&quot; ausgeben lasse, sehe ich, dass dort wie erwartet die &quot;0&quot; rauskommt.

Gibt es hier einen Bedienfehler auf meiner Seite, oder handelt es sich hier um einen Bug?</description>
		<content:encoded><![CDATA[<p>Hi Markus,</p>
<p>zunächst einmal ein großes Danke für diesen Connector, er hat mir jede Menge Arbeit erspart <img src='http://www.mbaeker.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Allerdings habe ich momentan ein Problem mit der processing.xml &#8211; um genauer zu sein mit dem Vergleichsoperand &#8220;equal&#8221;, den ich gern nutzen würde um die Resolutionstates zu verarbeiten.<br />
-&gt; Leider passiert an dieser Stelle nichts, die Regeln sind nach diesem Muster erstellt:</p>
<p>  0<br />
  New Alert</p>
<p>Dennoch wird die Regeln einfach übergangen&#8230; verwende ich statt &#8220;equals&#8221; den Operand &#8220;contains&#8221;, wird die Regel angewandt.<br />
Ich vermute das Problem beim &#8220;equals&#8221;, denn wenn ich mir den &#8220;$state&#8221; ausgeben lasse, sehe ich, dass dort wie erwartet die &#8220;0&#8243; rauskommt.</p>
<p>Gibt es hier einen Bedienfehler auf meiner Seite, oder handelt es sich hier um einen Bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markus</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/comment-page-1/#comment-9673</link>
		<dc:creator>markus</dc:creator>
		<pubDate>Tue, 06 Sep 2011 17:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbaeker.de/?p=308#comment-9673</guid>
		<description>&lt;a href=&quot;#comment-9668&quot; rel=&quot;nofollow&quot;&gt;@Sandra &lt;/a&gt; 
1. The connector needs the SCOM services for a start. But there is no dependency between them. You can add this on a command line with sc config NagiosServiceName depend= scomserviceName

2. Currently I cannot understand your second question. Can you be more detailed or send me your config by e-mail (see Impressium)

with best regards

Markus</description>
		<content:encoded><![CDATA[<p><a href="#comment-9668" rel="nofollow">@Sandra </a><br />
1. The connector needs the SCOM services for a start. But there is no dependency between them. You can add this on a command line with sc config NagiosServiceName depend= scomserviceName</p>
<p>2. Currently I cannot understand your second question. Can you be more detailed or send me your config by e-mail (see Impressium)</p>
<p>with best regards</p>
<p>Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandra</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/comment-page-1/#comment-9668</link>
		<dc:creator>Sandra</dc:creator>
		<pubDate>Tue, 06 Sep 2011 15:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbaeker.de/?p=308#comment-9668</guid>
		<description>Hi Markus,

Got some questions and a small problem. The connector service won&#039;t start automaticly when a reboot is done.

And I really would like to send notification subscriptions (because I only want to send  specific monitors and rules) to the internal connector. Is that a possibility?

With kind regards, Sandra</description>
		<content:encoded><![CDATA[<p>Hi Markus,</p>
<p>Got some questions and a small problem. The connector service won&#8217;t start automaticly when a reboot is done.</p>
<p>And I really would like to send notification subscriptions (because I only want to send  specific monitors and rules) to the internal connector. Is that a possibility?</p>
<p>With kind regards, Sandra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandra</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/comment-page-1/#comment-8122</link>
		<dc:creator>Sandra</dc:creator>
		<pubDate>Tue, 26 Jul 2011 08:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbaeker.de/?p=308#comment-8122</guid>
		<description>Hi Markus,

I&#039;ve been looking at this tool for a long time now and never needed to use it. Until recently, but there are some &quot;small&quot; bugs. It took me over a week to figure them all out. ;)

1. in the manual there is no mentioning to move the processing.xml and where to find the log file ;) (in my case ProgramData\kit)
2. the send_nsca.config file has the wrong extention in the zip file</description>
		<content:encoded><![CDATA[<p>Hi Markus,</p>
<p>I&#8217;ve been looking at this tool for a long time now and never needed to use it. Until recently, but there are some &#8220;small&#8221; bugs. It took me over a week to figure them all out. <img src='http://www.mbaeker.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>1. in the manual there is no mentioning to move the processing.xml and where to find the log file <img src='http://www.mbaeker.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (in my case ProgramData\kit)<br />
2. the send_nsca.config file has the wrong extention in the zip file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markus</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/comment-page-1/#comment-4964</link>
		<dc:creator>markus</dc:creator>
		<pubDate>Wed, 06 Apr 2011 11:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbaeker.de/?p=308#comment-4964</guid>
		<description>Hi,

yes you have to configure NCSA on your nagios server (the target with the ip 10.1.2.234). It is descripted in this article and the linked pdf: http://community.nagios.org/2009/06/11/nagios-setting-up-the-nsca-addon-for-passive-checks/. 
After that you have to define a host with the name vrt-server-test.scom.be and with a passive check named p_scom.

I hoped it was helpful...

Markus</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>yes you have to configure NCSA on your nagios server (the target with the ip 10.1.2.234). It is descripted in this article and the linked pdf: <a href="http://community.nagios.org/2009/06/11/nagios-setting-up-the-nsca-addon-for-passive-checks/" rel="nofollow">http://community.nagios.org/2009/06/11/nagios-setting-up-the-nsca-addon-for-passive-checks/</a>.<br />
After that you have to define a host with the name vrt-server-test.scom.be and with a passive check named p_scom.</p>
<p>I hoped it was helpful&#8230;</p>
<p>Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/comment-page-1/#comment-4952</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Tue, 05 Apr 2011 14:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbaeker.de/?p=308#comment-4952</guid>
		<description>Hello

We succussfully installed the nagiostoscom connector in windows server 2003. 
The log file is showing the following
***********************************************************************
5-4-2011 16:38:09: Send to Nagios C:\scom2nagios\send_nsca.exe commandline:  -H 10.1.2.234 -d ; -c &quot;C:\scom2nagios\send_nsca.cfg&quot; -p 5667, Message: vrt-server-test.scom.be;p_scom;2;OleDB: Results Error

5-4-2011 16:38:10: Event send to nagios
***********************************************************************

In wireshark in ubuntu we can see that nsca packets were sent but how can see the messages in Nagios? How do you have to configure Nagios to receive these messages? Do I have to install nsca or something?

Thanks for help

Jonas</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>We succussfully installed the nagiostoscom connector in windows server 2003.<br />
The log file is showing the following<br />
***********************************************************************<br />
5-4-2011 16:38:09: Send to Nagios C:\scom2nagios\send_nsca.exe commandline:  -H 10.1.2.234 -d ; -c &#8220;C:\scom2nagios\send_nsca.cfg&#8221; -p 5667, Message: vrt-server-test.scom.be;p_scom;2;OleDB: Results Error</p>
<p>5-4-2011 16:38:10: Event send to nagios<br />
***********************************************************************</p>
<p>In wireshark in ubuntu we can see that nsca packets were sent but how can see the messages in Nagios? How do you have to configure Nagios to receive these messages? Do I have to install nsca or something?</p>
<p>Thanks for help</p>
<p>Jonas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/comment-page-1/#comment-2103</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 03 Nov 2010 17:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbaeker.de/?p=308#comment-2103</guid>
		<description>&lt;a href=&quot;#comment-2101&quot; rel=&quot;nofollow&quot;&gt;@John &lt;/a&gt; 

I can see that the source is included.  Sorry for asking about that.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2101" rel="nofollow">@John </a> </p>
<p>I can see that the source is included.  Sorry for asking about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/comment-page-1/#comment-2101</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 03 Nov 2010 16:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mbaeker.de/?p=308#comment-2101</guid>
		<description>I set up NSCA on a Centos machine and installed the connector on the SCOM server.  The connector log reported that the message was successfully sent, but viewing /var/log/messages on the Linux machine with NSCA running in debug mode did not show a connection.

I ran send_nsca from the command line with the exact same flags and message as indicated in the log, and discovered the source of the problem.  The connector is trying to read the send_nsca configuration file as &quot;send_nsca.config&quot; but the file provided with the application is named &quot;send_nsca.cfg&quot;.  I renamed the file and the connector is successfully sending alerts to the nsca server now.  Now I just have to configure Nagios...

Also, is the source code for the connector available?</description>
		<content:encoded><![CDATA[<p>I set up NSCA on a Centos machine and installed the connector on the SCOM server.  The connector log reported that the message was successfully sent, but viewing /var/log/messages on the Linux machine with NSCA running in debug mode did not show a connection.</p>
<p>I ran send_nsca from the command line with the exact same flags and message as indicated in the log, and discovered the source of the problem.  The connector is trying to read the send_nsca configuration file as &#8220;send_nsca.config&#8221; but the file provided with the application is named &#8220;send_nsca.cfg&#8221;.  I renamed the file and the connector is successfully sending alerts to the nsca server now.  Now I just have to configure Nagios&#8230;</p>
<p>Also, is the source code for the connector available?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

