<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>MSCS Watcher</title><link>http://www.codeplex.com/mscswatcher/Project/ProjectRss.aspx</link><description>A small Windows service written in .Net 2.0 to hook WMI MSCluster.EventResourceStateChange Events and send SMTP events when cluster resources fail or change state.  Runs on Windows 2003 Servers run...</description><item><title>Created Issue: Cluster Groups distribuitet between 2 nodes</title><link>http://www.codeplex.com/mscswatcher/WorkItem/View.aspx?WorkItemId=1486</link><description>i&amp;#39;ve installed the mscswatcher on my 2node-cluster and it works great. but&amp;#58; i don&amp;#39;t have all the groups &amp;#34;online&amp;#34; on the same cluster node, but 3 groups on one node and the other 2 on the second node. now when i try to create the generic service resource in the cluster administrator i receive an error that that service already exists. can i install mscswatcher another time as a second service or how can i watch all my cluster groups that are distribuited on 2 nodes&amp;#63;&lt;br /&gt;&lt;br /&gt;thanks for you&amp;#39;r help....mscswatcher is a great script&amp;#33;&amp;#33;&lt;br /&gt;</description><author>mix</author><pubDate>Thu, 19 Jun 2008 06:03:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Cluster Groups distribuitet between 2 nodes 20080619060329A</guid></item><item><title>CREATED RELEASE: MSCS Watcher 2.01 (Apr 08, 2008)</title><link>http://www.codeplex.com/mscswatcher/Release/ProjectReleases.aspx?ReleaseId=12382</link><description>Please make sure to read the &amp;#34;ReadMe&amp;#34; file &amp;#40;included in the installer and source code&amp;#41; to get details of what to change in the config file and how to setup the service for best results.</description><author></author><pubDate>Tue, 08 Apr 2008 20:38:43 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: MSCS Watcher 2.01 (Apr 08, 2008) 20080408083843P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/mscswatcher/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A small Windows service written in .Net 2.0 to hook WMI MSCluster.EventResourceStateChange Events and send SMTP events when cluster resources fail or change state.  Runs on Windows 2003 Servers running the MSCS Cluster Service.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Background&lt;/b&gt;&lt;br /&gt;This project came about through a deeper need for immediate notification and action when resources became unavailable or restarted in an MSCS Cluster.  The desire was for something simple and straightforward that would be easy to setup.  Our original thought was to use SCOM to watch the clusters... We're still working out our enterprise strategy for configuring and watching information from there.  Not much good for the clusters in production now.  Also no good if you don't want to spend the $$ for the SCOM licenses.  Enter the MSCS Watcher.  The first, non-released version of this was a polling tool that pinged the clusters every minute to get status and record it in a SQL table.  Although I like the &amp;quot;record your results to SQL&amp;quot; model, This really needed to be simpler, and it needed to be event driven, which is where this version comes in.&lt;br /&gt; &lt;br /&gt;I'm proud to offer the &amp;quot;2.0&amp;quot; version of MSCS Watcher out to any in need of such a tool.  This version utilized WMI events from the MSCluster WMI root to trigger cluster status scans.  It does simple SMTP notifications, although look for a 3.0 sometime in the future, when I put the option for SQL back in to it.  Full source code is provided with the installer, as well as an NSIS script to create the installer.  Enjoy!&lt;br /&gt; &lt;br /&gt;-Josef Nielsen&lt;br /&gt;
&lt;/div&gt;</description><author>josefn</author><pubDate>Tue, 08 Apr 2008 20:34:46 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080408083446P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/mscswatcher/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>josefn</author><pubDate>Tue, 08 Apr 2008 20:33:56 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080408083356P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/mscswatcher/SourceControl/ListDownloadableCommits.aspx</link><description>Distribution 2.01</description><author>josefn</author><pubDate>Tue, 08 Apr 2008 20:30:59 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080408083059P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/mscswatcher/SourceControl/ListDownloadableCommits.aspx</link><description>Initial Upload of v.2.0.1</description><author>josefn</author><pubDate>Tue, 08 Apr 2008 19:49:24 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080408074924P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/mscswatcher/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A small Windows service written in .Net 2.0 to hook WMI MSCluster.EventResourceStateChange Events and send SMTP events when cluster resources fail or change state.  Runs on Windows 2003 Servers running the MSCS Cluster Service.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Background&lt;/b&gt;&lt;br /&gt;This project came about through a deeper need for immediate notification and action when resources became unavailable or restarted in an MSCS Cluster.  The desire was for something simple and straightforward that would be easy to setup.  Our original thought was to use SCOM to watch the clusters... We're still working out our enterprise strategy for configuring and watching information from there.  Not much good for the clusters in production now.  Also no good if you don't want to spend the $$ for the SCOM licenses.  Enter the MSCS Watcher.  The first, non-released version of this was a polling tool that pinged the clusters every minute to get status and record it in a SQL table.  Although I like the &amp;quot;record your results to SQL&amp;quot; model, This really needed to be simpler, and it needed to be event driven, which is where this version comes in.&lt;br /&gt; &lt;br /&gt;I'm proud to offer the &amp;quot;2.0&amp;quot; version of MSCS Watcher out to any in need of such a tool.  This version utilized WMI events from the MSCluster WMI root to trigger cluster status scans.  It does simple SMTP notifications, although look for a 3.0 sometime in the future, when I put the option for SQL back in to it.  Full source code is provided with the installer, as well as an NSIS script to create the installer.  Enjoy!&lt;br /&gt; &lt;br /&gt;-Josef Nielsen&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;*There are three requirements before you publish:&lt;br /&gt;- Upload the initial source code for your project*&lt;br /&gt;
&lt;/div&gt;</description><author>josefn</author><pubDate>Tue, 08 Apr 2008 19:31:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080408073107P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/mscswatcher/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;A small Windows service written in .Net 2.0 to hook WMI MSCluster.EventResourceStateChange Events and send SMTP events when cluster resources fail or change state.  Runs on Windows 2003 Servers running the MSCS Cluster Service.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;There are three requirements before you publish:&lt;br /&gt; &lt;br /&gt;- Edit this page to provide information about your project&lt;br /&gt;- Upload the initial source code for your project&lt;br /&gt;- Add your project license&lt;br /&gt; &lt;br /&gt;Additional information on starting a new project is available here: &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CodePlex&amp;amp;title=CodePlex%20Project%20Startup%20Guide" class="externalLink"&gt;Project Startup Guide&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>josefn</author><pubDate>Tue, 08 Apr 2008 19:03:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080408070337P</guid></item></channel></rss>