<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <tt>On 04.10.2011 19:33, Jon Adcock wrote:</tt>
    <blockquote cite="mid:4E8B0B3C.D962.0075.0@leoncountyfl.gov"
      type="cite">
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <meta name="GENERATOR" content="MSHTML 8.00.7601.17655">
      <div><tt>Michael,</tt></div>
      <div><tt> </tt></div>
      <div><tt>  Very helpful.  The last link gave me something the
          latch onto.  Here is the top of my status.dat file:</tt></div>
      <div><tt><br>
          info {<br>
                  created=1317748445<br>
                  version=3.3.1<br>
                  last_update_check=1317680163<br>
                  update_available=0<br>
                  last_version=3.3.1<br>
                  new_version=3.3.1<br>
                  }</tt></div>
      <div><tt> </tt></div>
      <div><tt>  So it appears that Nagios is checking just fine.  So my
          problem appears to be the in main.php, which never did display
          the "update available" banner when I was running version 3.2.3
          (and 3.3.1 had been out for a week).  Any ideas?<br>
        </tt></div>
    </blockquote>
    <tt><br>
      that'll be a bug report for nagios developers then. the only
      support from my side on that functionality - you can have a
      patchset which completely removes the home calling functionality
      from both, core and gui and re-adds the default look on the
      tac.cgi - but i don't think that you want that ;-))<br>
      <br>
      <br>
    </tt>
    <blockquote cite="mid:4E8B0B3C.D962.0075.0@leoncountyfl.gov"
      type="cite">
      <div><tt><br>
        </tt></div>
      <div><tt> </tt></div>
      <div>
        <div>
          <div><tt><em><strong></strong></em></tt></div>
          <div><tt><em><strong><img alt="Florida's Capital County"
                    src="cid:part1.06030309.08050204@univie.ac.at"
                    align="baseline" border="0" hspace="0"></strong></em></tt></div>
          <div><tt><em><strong>Jon Adcock</strong></em></tt></div>
          <div><tt><font size="1">Network Systems Administrator</font></tt></div>
          <div><tt><font size="1">Leon County MIS<br>
                301 S. Monroe St.<br>
                Tallahassee, FL  32301<br>
                Office:  (850) 606-5518</font></tt></div>
          <div><tt><a moz-do-not-send="true"
                href="mailto:adcockj@leoncountyfl.gov">adcockj@leoncountyfl.gov</a></tt></div>
          <div><tt> </tt></div>
        </div>
        <tt>>>> On 10/4/2011 at 11:32 AM, Michael Friedrich
          <a class="moz-txt-link-rfc2396E" href="mailto:michael.friedrich@univie.ac.at"><michael.friedrich@univie.ac.at></a> wrote:<br>
        </tt></div>
      <table style="margin: 0px 0px 0px 15px; font-size: 1em;"
        bgcolor="#f3f3f3" border="0">
        <tbody>
          <tr>
            <td>
              <div style="border-left: 1px solid rgb(5, 5, 5);
                padding-left: 7px;"><tt>On 02.10.2011 02:14, Jon Adcock
                  wrote:</tt>
                <blockquote
                  cite="mid:4E8774C1.D962.0075.0@leoncountyfl.gov"
                  type="cite">
                  <meta name="GENERATOR" content="MSHTML
                    8.00.7601.17655">
                  <div><tt>This feature (check for updates) does not
                      appear to be working for me.  When 3.3.1 came out,
                      I waited for a week, and never saw the update
                      available banner displayed on the Nagios main
                      landing page (main.php).  I've been playing with
                      the main.php page to get it to display the
                      date/time of the last update check, and it returns
                      blank (no value), so I'm assuming that too mean
                      it's not actually checking.</tt></div>
                  <div><tt> </tt></div>
                  <div><tt>  I am currently running Nagios 3.3.1 on the
                      Novell SLES v10 server (Nagios compiled from
                      source).  Can anyone give me some troubleshooting
                      steps to get me started?  For example, is there a
                      way to enable logging of the check for updates
                      feature, and is there a way to manually start the
                      update check (the API, not the web page URL link)?</tt></div>
                </blockquote>
                <tt><br>
                  the core is scheduling call home events and saves the
                  version information and various other attributes in
                  both status.dat and retention.dat. the cgis (or the
                  php part of it) parse that information into a readable
                  version onto the web.<br>
                  <br>
                  <a moz-do-not-send="true"
                    class="moz-txt-link-freetext"
href="http://nagios.svn.sourceforge.net/viewvc/nagios/nagioscore/trunk/include/nagios.h?revision=1786&view=markup">http://nagios.svn.sourceforge.net/viewvc/nagios/nagioscore/trunk/include/nagios.h?revision=1786&view=markup</a>
                  line 129ff<br>
                  <a moz-do-not-send="true"
                    class="moz-txt-link-freetext"
href="http://nagios.svn.sourceforge.net/viewvc/nagios/nagioscore/trunk/base/utils.c?revision=1797&view=markup">http://nagios.svn.sourceforge.net/viewvc/nagios/nagioscore/trunk/base/utils.c?revision=1797&view=markup</a>
                  line 3724ff<br>
                  <a moz-do-not-send="true"
                    class="moz-txt-link-freetext"
href="http://nagios.svn.sourceforge.net/viewvc/nagios/nagioscore/trunk/xdata/xsddefault.c?revision=1793&view=markup">http://nagios.svn.sourceforge.net/viewvc/nagios/nagioscore/trunk/xdata/xsddefault.c?revision=1793&view=markup</a>
                  405ff<br>
                  <a moz-do-not-send="true"
                    class="moz-txt-link-freetext"
href="http://nagios.svn.sourceforge.net/viewvc/nagios/nagioscore/trunk/xdata/xrddefault.c?revision=1787&view=markup">http://nagios.svn.sourceforge.net/viewvc/nagios/nagioscore/trunk/xdata/xrddefault.c?revision=1787&view=markup</a>
                  317ff<br>
                  <a moz-do-not-send="true"
                    class="moz-txt-link-freetext"
href="http://nagios.svn.sourceforge.net/viewvc/nagios/nagioscore/trunk/html/includes/utils.inc.php?revision=1242">http://nagios.svn.sourceforge.net/viewvc/nagios/nagioscore/trunk/html/includes/utils.inc.php?revision=1242</a><br>
                  <br>
                  so i would guess if you don't allow the nagios core to
                  phone home, it won't show an updated version.
                  scheduling cycle is somewhere around 22 hours,
                  changing is only possible if you recompile.<br>
                  <br>
                  <br>
                  <br>
                </tt>
                <blockquote
                  cite="mid:4E8774C1.D962.0075.0@leoncountyfl.gov"
                  type="cite">
                  <div><tt> </tt></div>
                  <div><tt> </tt></div>
                  <div>
                    <div><tt><em><strong></strong></em></tt></div>
                    <div><tt><em><strong><img alt="Florida's Capital
                              County"
                              src="cid:part2.05060601.01090700@univie.ac.at"
                              align="baseline" border="0" hspace="0"></strong></em></tt></div>
                    <div><tt><em><strong>Jon Adcock</strong></em></tt></div>
                    <div><tt><font size="1">Network Systems
                          Administrator</font></tt></div>
                    <div><tt><font size="1">Leon County MIS<br>
                          301 S. Monroe St.<br>
                          Tallahassee, FL  32301<br>
                          Office:  (850) 606-5518</font></tt></div>
                    <div><tt><a href="mailto:adcockj@leoncountyfl.gov"
                          moz-do-not-send="true">adcockj@leoncountyfl.gov</a></tt></div>
                    <div><tt> </tt></div>
                  </div>
                  <pre wrap=""><tt>
</tt><fieldset class="mimeAttachmentHeader"></fieldset><tt>
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://p.sf.net/sfu/splunk-d2dcopy2">http://p.sf.net/sfu/splunk-d2dcopy2</a></tt></pre>
                  <pre wrap=""><tt>
</tt><fieldset class="mimeAttachmentHeader"></fieldset><tt>
_______________________________________________
Nagios-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null</tt></pre>
                </blockquote>
                <tt><br>
                  <br>
                </tt>
                <pre class="moz-signature" cols="72"><tt>-- 
DI (FH) Michael Friedrich

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria

email:     <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:michael.friedrich@univie.ac.at">michael.friedrich@univie.ac.at</a>
phone:     +43 1 4277 14359
mobile:    +43 664 60277 14359 
fax:       +43 1 4277 14338
web:       <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.univie.ac.at/zid">http://www.univie.ac.at/zid</a>
           <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.aco.net">http://www.aco.net</a>

Icinga Core & IDOUtils Developer
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.icinga.org">http://www.icinga.org</a>
</tt></pre>
              </div>
            </td>
          </tr>
        </tbody>
      </table>
      <pre wrap=""><tt>
</tt><fieldset class="mimeAttachmentHeader"></fieldset><tt>
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/splunk-d2dcopy1">http://p.sf.net/sfu/splunk-d2dcopy1</a></tt></pre>
      <pre wrap=""><tt>
</tt><fieldset class="mimeAttachmentHeader"></fieldset><tt>
_______________________________________________
Nagios-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</a>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null</tt></pre>
    </blockquote>
    <tt><br>
      <br>
    </tt>
    <pre class="moz-signature" cols="72"><tt>-- 
DI (FH) Michael Friedrich

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria

email:     <a class="moz-txt-link-abbreviated" href="mailto:michael.friedrich@univie.ac.at">michael.friedrich@univie.ac.at</a>
phone:     +43 1 4277 14359
mobile:    +43 664 60277 14359 
fax:       +43 1 4277 14338
web:       <a class="moz-txt-link-freetext" href="http://www.univie.ac.at/zid">http://www.univie.ac.at/zid</a>
           <a class="moz-txt-link-freetext" href="http://www.aco.net">http://www.aco.net</a>

Icinga Core & IDOUtils Developer
<a class="moz-txt-link-freetext" href="http://www.icinga.org">http://www.icinga.org</a>
</tt></pre>
  </body>
</html>