<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.apple-style-span
        {mso-style-name:apple-style-span;}
span.E-MailFormatvorlage18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="DE-AT" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span class="apple-style-span"><span lang="EN-GB" style="font-size:10.0pt;font-family:"Arial","sans-serif"">Hi,<o:p></o:p></span></span></p>
<p class="MsoNormal"><span class="apple-style-span"><span lang="EN-GB" style="font-size:10.0pt;font-family:"Arial","sans-serif""><o:p> </o:p></span></span></p>
<p class="MsoNormal"><span class="apple-style-span"><span lang="EN-GB" style="font-size:10.0pt;font-family:"Arial","sans-serif"">We use<span style="color:#1F497D">
<a href="https://www.monitoringexchange.org/inventory/Check-Plugins/Network/Cisco/check_cisco_envmon">
check_cisco_envmon</a></span> to monitor our Cisco equipment. It’s using the  ciscoEnvMonxxxxState value only.<o:p></o:p></span></span></p>
<p class="MsoNormal"><span class="apple-style-span"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">I don’t know if the thresholds are available through snmp,  but you can view them by entering  “</span></span><span class="apple-style-span"><span lang="EN-GB" style="font-size:10.0pt;font-family:"Arial","sans-serif"">show
 environment alarm thresholds</span></span><span class="apple-style-span"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">” on the device.<o:p></o:p></span></span></p>
<p class="MsoNormal"><span class="apple-style-span"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""><o:p> </o:p></span></span></p>
<p class="MsoNormal"><span class="apple-style-span"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">gerald<o:p></o:p></span></span></p>
<p class="MsoNormal"><span class="apple-style-span"><span style="font-size:10.0pt;font-family:"Arial","sans-serif""><o:p> </o:p></span></span></p>
<p class="MsoNormal"><span lang="EN-GB" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB" style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span lang="DE" style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">Von:</span></b><span lang="DE" style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Jeffrey Watts [mailto:jeffrey.w.watts@gmail.com]
<br>
<b>Gesendet:</b> Mittwoch, 26. Jänner 2011 21:47<br>
<b>An:</b> Nagios Users List<br>
<b>Betreff:</b> [Nagios-users] Monitoring temperatures on Cisco equipment<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I'm looking to monitor temperature on some various Cisco equipment (2821, 3750, 4948, 6509, etc).  I've looked at the
<a href="http://check_catalyst_temp.pl">check_catalyst_temp.pl</a> and check_env_stats.py plugins, which both look in .1.3.6.1.4.1.9.9.13.1.  I see and understand the basic mechanisms of these checks.<o:p></o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">What I don't understand is why both require warning and critical thresholds.  From what I can tell, both walk ciscoEnvMonTemperatureStatusDescr, check <span class="apple-style-span"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">ciscoEnvMonTemperatureState</span></span> (and
 alert accordingly) AND also check <span class="apple-style-span"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">ciscoEnvMonTemperatureStatusValue to see if it's out of the warning and critical thresholds specified on the command line.  I understand
 why one would want to be able to set custom thresholds (that would override "normal" and "warning" states).  What I don't understand is why are they required?  Is there a reason, or is it just an oversight?  I don't have much experience monitoring network
 equipment, so I'm wondering if there's a reason for it.</span></span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><span class="apple-style-span"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">On that same note, does anyone know where those thresholds are stored?  I see in the same OID that there is ciscoEnvMonTemperatureThreshold,
 but that's an absolute upper bound before a forced shutdown occurs.  I'm assuming that the thresholds for "warning" and "critical" ciscoEnvMonTemperatureState must be stored somewhere else.  Does anyone know where that is?</span></span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><span class="apple-style-span"><span style="font-family:"Arial","sans-serif"">Unless there's a good reason for requiring -w and -c, I'll probably change one of the plugins to not require them.</span></span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><span class="apple-style-span"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Thanks in advance,</span></span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><span class="apple-style-span"><span style="font-size:10.0pt;font-family:"Arial","sans-serif"">Jeffrey.</span></span><o:p></o:p></p>
</div>
</div>
<br>
<hr>
<font face="Arial" color="Black" size="1">OOe. Gesundheits- und Spitals-AG<br>
Techcenter, Hafenstrasse 47-51, 4020 Linz DVR 2107870, ATU 51928204, Firmenbuchgericht: Landesgericht Linz, FN 210146 p<br>
</font>
</body>
</html>