<?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: Monitor Mitel 3300 ICP with Nagios</title>
	<atom:link href="http://www.thelazysysadmin.net/2009/07/monitor-mitel-3300-icp-with-nagios/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelazysysadmin.net/2009/07/monitor-mitel-3300-icp-with-nagios/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=monitor-mitel-3300-icp-with-nagios</link>
	<description>Why do things the hard way?</description>
	<lastBuildDate>Tue, 31 Jan 2012 06:07:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jon Smith</title>
		<link>http://www.thelazysysadmin.net/2009/07/monitor-mitel-3300-icp-with-nagios/#comment-796</link>
		<dc:creator>Jon Smith</dc:creator>
		<pubDate>Thu, 08 Sep 2011 01:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=578#comment-796</guid>
		<description>Hi Gavin,

The script should be available now.

Cheers,

Jon</description>
		<content:encoded><![CDATA[<p>Hi Gavin,</p>
<p>The script should be available now.</p>
<p>Cheers,</p>
<p>Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://www.thelazysysadmin.net/2009/07/monitor-mitel-3300-icp-with-nagios/#comment-795</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Thu, 08 Sep 2011 00:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=578#comment-795</guid>
		<description>I&#039;ve been asked if we can monitor a Mitel device through Nagios and was going to test this - however the download link does not appear to be working.  Is it still available or are you no longer distributing this?

Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been asked if we can monitor a Mitel device through Nagios and was going to test this &#8211; however the download link does not appear to be working.  Is it still available or are you no longer distributing this?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.thelazysysadmin.net/2009/07/monitor-mitel-3300-icp-with-nagios/#comment-203</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 15 Feb 2011 17:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=578#comment-203</guid>
		<description>Hi John, great script! Has been working brilliantly... until we upgraded to MCD 4. the OID is ammended slightly.. so just looked at the SNMP response, and if it was a &quot;No&quot;.. then uses another OID as mitelAlarmCategories. Not sure what happens if we get an alarm with a &quot;No&quot; in it though!! Can you think of a neater way to do it? I&#039;ve never worked with perl before!


&lt;code&gt;
if ($alarmState &gt; 1) {
	my $mitelAlarmCategories = &#039;1.3.6.1.4.1.1027.4.1.1.2.2.4.1.8&#039;;
	$result = $session-&gt;get_table($mitelAlarmCategories);
	if ($result=&quot;*No&quot;) {
		my $mitelAlarmCategories = &#039;1.3.6.1.4.1.1027.4.1.1.2.2.4&#039;;
		$result = $session-&gt;get_table($mitelAlarmCategories);
		}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi John, great script! Has been working brilliantly&#8230; until we upgraded to MCD 4. the OID is ammended slightly.. so just looked at the SNMP response, and if it was a &#8220;No&#8221;.. then uses another OID as mitelAlarmCategories. Not sure what happens if we get an alarm with a &#8220;No&#8221; in it though!! Can you think of a neater way to do it? I&#8217;ve never worked with perl before!</p>
<p><code><br />
if ($alarmState &gt; 1) {<br />
	my $mitelAlarmCategories = '1.3.6.1.4.1.1027.4.1.1.2.2.4.1.8';<br />
	$result = $session-&gt;get_table($mitelAlarmCategories);<br />
	if ($result="*No") {<br />
		my $mitelAlarmCategories = '1.3.6.1.4.1.1027.4.1.1.2.2.4';<br />
		$result = $session-&gt;get_table($mitelAlarmCategories);<br />
		}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ArtZ</title>
		<link>http://www.thelazysysadmin.net/2009/07/monitor-mitel-3300-icp-with-nagios/#comment-201</link>
		<dc:creator>ArtZ</dc:creator>
		<pubDate>Mon, 12 Apr 2010 15:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelazysysadmin.net/?p=578#comment-201</guid>
		<description>Thanks for this. I oversee 4 Mitel sites on an MPLS network and would love to integrate a check through Nagios to tell me of alarms. I will implement this and see if I can get it to work.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this. I oversee 4 Mitel sites on an MPLS network and would love to integrate a check through Nagios to tell me of alarms. I will implement this and see if I can get it to work.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

