<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=iso-8859-7" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt><br>
</tt>
<blockquote cite="mid200504201129.12904.djart@linux.gr" type="cite">
  <pre wrap=""><tt>DJ Art wrote:

Στείλε μας και το macro αυτό από το checkcommands.cfg να δούμε μήπως 
φταίει κάτι στο definition της check command.
</tt></pre>
</blockquote>
<tt># 'check_ping' command definition<br>
define command{<br>
    command_name    check_ping<br>
    command_line    /usr/local/nagios/plugins/plugins/check_ping -H
$HOSTADDRESS$ -w 100:10% -c 200:50% -p 10 -L</tt>
<blockquote cite="mid200504201129.12904.djart@linux.gr" type="cite">
  <pre wrap=""><tt>
Α, και το πώς καλείς αυτήν την command από το service ή host definition.
</tt></pre>
</blockquote>
<tt>Την εντολή την καλώ ορίζοντας "check_ping" στο "check command" στο
hosts.cfg και στο services.cfg</tt>
<blockquote cite="mid200504201129.12904.djart@linux.gr" type="cite">
  <pre wrap=""><tt>
Δοκίμασε να τρέξεις και αυτό που εμφανίζεται στα logs, δηλαδή:
/bin/ping -n -U -w 12 -c 10  [IPNUMBER]
</tt></pre>
</blockquote>
<tt>cain:/usr/local/nagios/var# /bin/ping -n -U -w 12 -c 10 [IPNUMBER]<br>
<br>
PING cain.itc.auth.gr ([IPNUMBER]) 56(84) bytes of data.<br>
64 bytes from [IPNUMBER]: icmp_seq=1 ttl=64 time=1.61 ms<br>
64 bytes from [IPNUMBER]: icmp_seq=2 ttl=64 time=0.309 ms<br>
<br>
χμμ... αυτή η εντολή προφανώς δουλεύει. Αλλα γιατί να εκτελείται
ΑΥΤΗ και όχι εκείνη που έχω ορίσει στο check_ping definition (και
επομένως να εμφανίζεται το error);</tt>
<blockquote cite="mid200504201129.12904.djart@linux.gr" type="cite">
  <pre wrap=""><tt>
Υπάρχει ενδεχόμενο να μην υπάρχουν όλα αυτά τα options στην ping του 
συστήματος που τρέχει το Nagios, οπότε επιστρέφει error.

  </tt></pre>
  <blockquote type="cite">
    <pre wrap=""><tt>To deutero thema einai oti akoma kai an den thelw na blepw ta
messages auta dhladh katargw to "d,u,r" apo to notification_options
kai vazw sth thesi tou "n", to Nagios pali moy ta deixnei.
    </tt></pre>
  </blockquote>
  <pre wrap=""><!----><tt>
To notification_options ελέγχει ποιά service states θα στέλνονται ως 
notifications στα contact groups (δηλαδή π.χ. με email ή με pager, ή με 
SMS κλπ). Δεν ελέγχει τί θα εμφανίζεται στα logs και τί όχι .... (αν 
αυτό βέβαια εννοείς).
</tt></pre>
</blockquote>
<tt>Έτσι όπως το λες αυτό για τα notifications, μου φαίνεται μάλλον
σωστό.</tt><br>
</body>
</html>