<?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: How To Monitor Network Switch and Ports Using Nagios</title>
	<atom:link href="http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Wed, 17 Mar 2010 06:04:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sawsen</title>
		<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/comment-page-1/#comment-24384</link>
		<dc:creator>sawsen</dc:creator>
		<pubDate>Tue, 01 Dec 2009 11:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=247#comment-24384</guid>
		<description>Hi,
Always i have: check_mrtgtraf: Impossible d&#039;ouvrir le fichier de log de MRTG
In the configuration of switch I have:
check_command                        check_local_mrtgtraf!/var/lib/mrtg/192.168.1.253_1.log!AVG!1000000,1000000!5000000,5000000!10
but in var/lib/mrtg i don&#039;t have a file 192.168.1.253_1.log
Can someone help me?
thank you in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Always i have: check_mrtgtraf: Impossible d&#8217;ouvrir le fichier de log de MRTG<br />
In the configuration of switch I have:<br />
check_command                        check_local_mrtgtraf!/var/lib/mrtg/192.168.1.253_1.log!AVG!1000000,1000000!5000000,5000000!10<br />
but in var/lib/mrtg i don&#8217;t have a file 192.168.1.253_1.log<br />
Can someone help me?<br />
thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman Paterson</title>
		<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/comment-page-1/#comment-24272</link>
		<dc:creator>Norman Paterson</dc:creator>
		<pubDate>Mon, 30 Nov 2009 15:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=247#comment-24272</guid>
		<description>Where is the mapping between snmp port numbers and switch port numbers defined?  It&#039;s simple enough for the first 24 ports, but my 2950 then has two more ports labelled 1 and 2 (ie duplicating the first 2 port numbers).  If I use snmpwalk to see what ports are being monitored, I get 28 in all:

# snmpwalk -v1 -c public my_switch -m ALL .1 &#124; grep ifOperStatus
RFC1213-MIB::ifOperStatus.1 = INTEGER: down(2)
RFC1213-MIB::ifOperStatus.2 = INTEGER: down(2)
RFC1213-MIB::ifOperStatus.3 = INTEGER: down(2)
...
RFC1213-MIB::ifOperStatus.26 = INTEGER: down(2)
RFC1213-MIB::ifOperStatus.27 = INTEGER: up(1)
RFC1213-MIB::ifOperStatus.28 = INTEGER: up(1)

I&#039;ve not been able to find this information from the usual sources (ie Google, Cisco).</description>
		<content:encoded><![CDATA[<p>Where is the mapping between snmp port numbers and switch port numbers defined?  It&#8217;s simple enough for the first 24 ports, but my 2950 then has two more ports labelled 1 and 2 (ie duplicating the first 2 port numbers).  If I use snmpwalk to see what ports are being monitored, I get 28 in all:</p>
<p># snmpwalk -v1 -c public my_switch -m ALL .1 | grep ifOperStatus<br />
RFC1213-MIB::ifOperStatus.1 = INTEGER: down(2)<br />
RFC1213-MIB::ifOperStatus.2 = INTEGER: down(2)<br />
RFC1213-MIB::ifOperStatus.3 = INTEGER: down(2)<br />
&#8230;<br />
RFC1213-MIB::ifOperStatus.26 = INTEGER: down(2)<br />
RFC1213-MIB::ifOperStatus.27 = INTEGER: up(1)<br />
RFC1213-MIB::ifOperStatus.28 = INTEGER: up(1)</p>
<p>I&#8217;ve not been able to find this information from the usual sources (ie Google, Cisco).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bronislav Kaminsky</title>
		<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/comment-page-1/#comment-20791</link>
		<dc:creator>Bronislav Kaminsky</dc:creator>
		<pubDate>Thu, 29 Oct 2009 10:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=247#comment-20791</guid>
		<description>Hy guys!
Does anyone have an idea on making smth like subservices in Nagios. A.e. I need to monitor the throughput on each port of the switch and each port status. I wrote a small script using snmpwalk command, that gives a list of ports and their status(or anything that snmpwalk shows) as a result. And I dont&#039;t even imagine how to make Nagios understand it in this way: host -&gt; service(my script) -&gt; port(as a result of the previous) -&gt; smth I choose from snmpwalk
Thanx</description>
		<content:encoded><![CDATA[<p>Hy guys!<br />
Does anyone have an idea on making smth like subservices in Nagios. A.e. I need to monitor the throughput on each port of the switch and each port status. I wrote a small script using snmpwalk command, that gives a list of ports and their status(or anything that snmpwalk shows) as a result. And I dont&#8217;t even imagine how to make Nagios understand it in this way: host -&gt; service(my script) -&gt; port(as a result of the previous) -&gt; smth I choose from snmpwalk<br />
Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron</title>
		<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/comment-page-1/#comment-17392</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Tue, 15 Sep 2009 04:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=247#comment-17392</guid>
		<description>Hi Guys,

I&#039;m interested in monitoring a switch stack (echoing Jeremy&#039;s question above). The cisco plugin that Ramesh linked to looks good, but I&#039;m using Enterasys equipment.

Is anyone aware of any ways to monitor switch stacks via snmp? 

Cheers,
Cameron</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I&#8217;m interested in monitoring a switch stack (echoing Jeremy&#8217;s question above). The cisco plugin that Ramesh linked to looks good, but I&#8217;m using Enterasys equipment.</p>
<p>Is anyone aware of any ways to monitor switch stacks via snmp? </p>
<p>Cheers,<br />
Cameron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nagios 3.0 Jumpstart Guide For Linux &#8211; Overview, Installation and Configuration</title>
		<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/comment-page-1/#comment-14667</link>
		<dc:creator>Nagios 3.0 Jumpstart Guide For Linux &#8211; Overview, Installation and Configuration</dc:creator>
		<pubDate>Sat, 15 Aug 2009 23:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=247#comment-14667</guid>
		<description>[...] How To Monitor Network Switch and Ports Using Nagios [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Monitor Network Switch and Ports Using Nagios [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Monitor Remote Linux Host using Nagios 3.0</title>
		<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/comment-page-1/#comment-14666</link>
		<dc:creator>How To Monitor Remote Linux Host using Nagios 3.0</dc:creator>
		<pubDate>Sat, 15 Aug 2009 23:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=247#comment-14666</guid>
		<description>[...] How To Monitor Network Switch and Ports Using Nagios [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Monitor Network Switch and Ports Using Nagios [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Monitor Remote Windows Machine Using Nagios on Linux</title>
		<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/comment-page-1/#comment-14660</link>
		<dc:creator>How To Monitor Remote Windows Machine Using Nagios on Linux</dc:creator>
		<pubDate>Sat, 15 Aug 2009 22:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=247#comment-14660</guid>
		<description>[...] How To Monitor Network Switch and Ports Using Nagios [...]</description>
		<content:encoded><![CDATA[<p>[...] How To Monitor Network Switch and Ports Using Nagios [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salaz</title>
		<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/comment-page-1/#comment-12451</link>
		<dc:creator>salaz</dc:creator>
		<pubDate>Thu, 09 Jul 2009 08:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=247#comment-12451</guid>
		<description>Hello, 

How about if i want to monitor network bandwidth usage within a building, where do i should place the nagios server? after the firewall?</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>How about if i want to monitor network bandwidth usage within a building, where do i should place the nagios server? after the firewall?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/comment-page-1/#comment-8315</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Sat, 11 Apr 2009 06:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=247#comment-8315</guid>
		<description>&lt;strong&gt;@Prune, @Bryan,&lt;/strong&gt;

Thanks for the information about &lt;a href=&quot;http://www.cacti.net/&quot; rel=&quot;nofollow&quot;&gt;Cacti - The complete RRDtool based graphing solution&lt;/a&gt;. I&#039;ll check it out.
&lt;code&gt;&#160;&lt;/code&gt;

&lt;strong&gt;@Jeremy,&lt;/strong&gt;

If you are using cisco switches, Check-out &lt;a href=&quot;http://www.nagiosexchange.org/cgi-bin/page.cgi?g=2549.html;d=1&quot; rel=&quot;nofollow&quot;&gt;check_cisco.pl Nagios Plugin&lt;/a&gt;found in the Nagios Exchange that seems to monitor the ports that are part of the multiple stacked switches.</description>
		<content:encoded><![CDATA[<p><strong>@Prune, @Bryan,</strong></p>
<p>Thanks for the information about <a href="http://www.cacti.net/" rel="nofollow">Cacti &#8211; The complete RRDtool based graphing solution</a>. I&#8217;ll check it out.<br />
<code>&nbsp;</code></p>
<p><strong>@Jeremy,</strong></p>
<p>If you are using cisco switches, Check-out <a href="http://www.nagiosexchange.org/cgi-bin/page.cgi?g=2549.html;d=1" rel="nofollow">check_cisco.pl Nagios Plugin</a>found in the Nagios Exchange that seems to monitor the ports that are part of the multiple stacked switches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.thegeekstuff.com/2008/11/how-to-monitor-network-switch-and-ports-using-nagios/comment-page-1/#comment-7841</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 03 Apr 2009 19:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=247#comment-7841</guid>
		<description>What if there are 2 switches in a stack? How do I monitor the ports on the 2nd switch on the stack?</description>
		<content:encoded><![CDATA[<p>What if there are 2 switches in a stack? How do I monitor the ports on the 2nd switch on the stack?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
