<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Watch Those Variant Types</title>
	<atom:link href="http://operatingquadrant.com/2009/08/13/watch-those-variant-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://operatingquadrant.com/2009/08/13/watch-those-variant-types/</link>
	<description>Living in the I.T. Operating Quadrant. Useful articles on real world solutions involving Monitoring (System Center Operations Manager), Virtualization, Reporting, Scripting (PowerShell), and much more.</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:50:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kristopher Bash</title>
		<link>http://operatingquadrant.com/2009/08/13/watch-those-variant-types/#comment-223</link>
		<dc:creator><![CDATA[Kristopher Bash]]></dc:creator>
		<pubDate>Wed, 07 Oct 2009 01:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=56#comment-223</guid>
		<description><![CDATA[I agree with you about the obvious omission from the GUI.  However, much of OpsMgr&#039;s SNMP capability is not exposed through the GUI, but only in the Authoring Console, and even then, much of it is not terribly well documented.   I suspect this is an area that will be improving in every future version.

If you&#039;re working in the Authoring Console and creating composite datasources, there&#039;s a bit of handy trick you can play with the SNMP data types.   A null value can be converted to a string without error, but not to a numeric data type.   So if you&#039;re polling an OID that may or may not have a value, you can use an expression filter to compare the value in string form, and only if it looks ok there pass it to a condition detection that compares it in numeric form.]]></description>
		<content:encoded><![CDATA[<p>I agree with you about the obvious omission from the GUI.  However, much of OpsMgr&#8217;s SNMP capability is not exposed through the GUI, but only in the Authoring Console, and even then, much of it is not terribly well documented.   I suspect this is an area that will be improving in every future version.</p>
<p>If you&#8217;re working in the Authoring Console and creating composite datasources, there&#8217;s a bit of handy trick you can play with the SNMP data types.   A null value can be converted to a string without error, but not to a numeric data type.   So if you&#8217;re polling an OID that may or may not have a value, you can use an expression filter to compare the value in string form, and only if it looks ok there pass it to a condition detection that compares it in numeric form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Duguid</title>
		<link>http://operatingquadrant.com/2009/08/13/watch-those-variant-types/#comment-222</link>
		<dc:creator><![CDATA[Matt Duguid]]></dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://operatingquadrant.com/?p=56#comment-222</guid>
		<description><![CDATA[Thanks for writing this article, we ran into this particular issue with SCOM 2007 R2 and with the information quickly resolved it.

We found we also needed to set the VariantType to 3 (integer) rather than the 8 (string) and we also needed to use a XPathQuery of &quot;/DataItem/SnmpVarBinds/SnmpVarBinds[2]/Value&quot; to actually get the condition to be met.

We were left pondering why they didn&#039;t create a drop down box for variable type in the application GUI and ability to run a live check...would save a load of time when setting up a lot of monitors!]]></description>
		<content:encoded><![CDATA[<p>Thanks for writing this article, we ran into this particular issue with SCOM 2007 R2 and with the information quickly resolved it.</p>
<p>We found we also needed to set the VariantType to 3 (integer) rather than the 8 (string) and we also needed to use a XPathQuery of &#8220;/DataItem/SnmpVarBinds/SnmpVarBinds[2]/Value&#8221; to actually get the condition to be met.</p>
<p>We were left pondering why they didn&#8217;t create a drop down box for variable type in the application GUI and ability to run a live check&#8230;would save a load of time when setting up a lot of monitors!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

