<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 12 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<title>Untitled Document</title>
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@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;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
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;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</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 bgcolor=white lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Using nagios event_handlers provided a couple benefits.  <o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>First, you can configure when to restart or correct the
service.  You can wait for the 2<sup>nd</sup> or 3<sup>rd</sup> SOFT non-OK
status to perform the corrective action.  This takes into account false-positives
(as described in another thread today) and will avoid corrective actions when
not needed.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Second, by using nagios event_handlers, you have a record of all
actions in one place, and visibility to the issue.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p> </o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:windowtext'>From:</span></b><span style='font-size:10.0pt;font-family:
"Tahoma","sans-serif";color:windowtext'> Leandro Quibem Magnabosco
[mailto:leandro.magnabosco@fcdl-sc.org.br] <br>
<b>Sent:</b> Thursday, September 03, 2009 8:19 AM<br>
<b>To:</b> Leonardo Carneiro<br>
<b>Cc:</b> nagios-users@lists.sourceforge.net<br>
<b>Subject:</b> Re: [Nagios-users] can nagios take some pro-active actions?<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>"Olá" Leonardo,<br>
<br>
Please note that Nagios uses mostly scripts to check services/disk/etc. and
that those scripts that 'tell' nagios the status of the
service/daemon/disk/etc.<br>
That said, I think you should not focus on Nagios to be proactive hence that
it's scripts could be used for that.<br>
<br>
Let's say you have check_http configured to check <a
href="http://www.example.com">www.example.com</a>.<br>
It would connect to <a href="http://www.example.com">www.example.com</a> on
port 80 and report if it suceeds on sending a cmd or not .<br>
If something goes wrong, it would send a critical message back.<br>
This does not mean that the script is necessarily alerting nagios about the
problem, it is alerting whatever called it in the first place.<br>
<br>
What I mean is, you don't *need* nagios to be in the middle of it and (IMO) you
should not try to integrate it into this kind of solution because it would just
make things more complicated.<br>
<br>
One simple way to implement that would be improving the scripts that comes with
nagios-plugins.<br>
A "simple" if statement and some coding after it would do the trick.<br>
If the script already has the capability to check the status of something and
be aware of the present status and take active measures .<br>
<br>
Interfere with the  "function" that prints the message
"CRITICAL" to make it, for eg., "ssh -T host /etc/init.d/apache2
restart".<br>
<br>
This email might be a little confusing cause I'm not thinking proper english
this morning, but I would be happy to help you in our both mother language
(portuguese) if you prefer.<br>
<br>
Good luck for now,<o:p></o:p></p>

<div>

<table class=MsoNormalTable border=0 cellspacing=5 cellpadding=0>
 <tr>
  <td valign=top style='padding:0in 0in 0in 0in'>
  <p><img border=0 width=160 height=89 id="_x0000_i1025"
  src="cid:image001.gif@01CA2C8B.2B064D30"><o:p></o:p></p>
  </td>
  <td valign=top style='padding:0in 0in 0in 0in'>
  <p class=MsoNormal> <o:p></o:p></p>
  </td>
  <td valign=top style='padding:0in 0in 0in 0in'>
  <p><strong><span style='font-size:10.0pt;font-family:"Verdana","sans-serif";
  color:#005DA5'>Leandro Quibem Magnabosco</span></strong><b><span
  style='font-size:10.0pt;font-family:"Verdana","sans-serif";color:#005DA5'><br>
  <strong><span style='font-family:"Verdana","sans-serif"'>Consultor de TI</span></strong><br>
  <strong><span style='font-family:"Verdana","sans-serif"'>(48) 3251-5323</span></strong><br>
  </span></b><span style='font-size:10.0pt;font-family:"Verdana","sans-serif";
  color:#005DA5'><a href="mailto:leandro.magnabosco@fcdl-sc.org.br">leandro.magnabosco@fcdl-sc.org.br</a><br>
  <a href="http://www.fcdl-sc.org.br">www.fcdl-sc.org.br</a></span><br>
  <span style='font-size:7.5pt;font-family:"Verdana","sans-serif"'>Rua: Rafael
  Bandeira, 41<br>
  CEP. 88015-450  Florianópolis - SC</span><o:p></o:p></p>
  </td>
 </tr>
</table>

<p class=MsoNormal><span style='font-size:7.5pt;font-family:"Verdana","sans-serif";
color:red'>"Este é um e-mail oriundo da Federação das Câmaras de Dirigentes
Lojistas de Santa Catarina, e seu conteúdo é confidencial e destinado
exclusivamente a seu(s) destinatário(s), não podendo ser copiado ou
repassado,no todo ou em parte, a terceiros. Se esta mensagem foi-lhe enviada
por engano, pedimos o obséquio de entrar em contato conosco.<br>
This is an e-mail from the Federação das Câmaras de Dirigentes Lojistas de
Santa Catarina and its contents are privileged and confidential to the ordinary
user(s) of the e-mail address(es) to which it was addressed, and no one else
may copy or forward all or any of it in any form. If this e-mail was sent to
you in error, please contact us."</span><o:p></o:p></p>

</div>

<p class=MsoNormal><br>
<br>
Leonardo Carneiro escreveu: <o:p></o:p></p>

<pre>hello everyone.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Started to play with Nagios a few days ago and i'm very excited with it. <o:p></o:p></pre><pre>I have a very small setup (2 linux server being monitored via npre by a <o:p></o:p></pre><pre>third linux server) and i'd wrote some bash scripts to monitor some of <o:p></o:p></pre><pre>the services that we run on those services (proprietary services, <o:p></o:p></pre><pre>non-standard ones like ssh, apache and that stuff).<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>I know Nagios can send sms, email and other things to warn <o:p></o:p></pre><pre>administrators about problems, but can Nagios take any action to fix the <o:p></o:p></pre><pre>problem, like restart the service if reach critical state, or restart <o:p></o:p></pre><pre>the service if the service stays critical for more than 5 minutes?<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>If yes, can someone just point me to the direction i should go? :)<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Tks in advance, and sorry about my poor english. I'm from Brazil.<o:p></o:p></pre><pre>  <o:p></o:p></pre></div>

</body>

</html>