<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Re: [Nagios-users] Check old data from logs</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Nagios does not store each check natively. There are several options however:<BR>
<BR>
1) Apan might work for you.<BR>
2) write an OCSP command that store the data how you want it.<BR>
3) use a postgres backend and have a trigger copy the data to a service-history type of table on insert or update from nagios.<BR>
<BR>
I'm sure there are other options. We use the third and its been very effective.<BR>
<BR>
<BR>
--<BR>
Marc<BR>
<BR>
Sent from a very tiny wireless device with a very tiny unlit keyboard.<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Tong Young <Tong@keen.com><BR>
To: nagios-users@lists.sourceforge.net <nagios-users@lists.sourceforge.net><BR>
Sent: Tue Feb 18 17:27:39 2003<BR>
Subject: [Nagios-users] Check old data from logs<BR>
<BR>
Is there a way for me to see what the previous check values were for a<BR>
service check?<BR>
<BR>
So I have a service check of my memory usage every 15 minutes.  Say I<BR>
want to look back at the last 24 hours and see the value of all the<BR>
checks every 15 minutes.<BR>
<BR>
If I look at "Availability Report" it will say like 2HRS OK then 4HRS OK<BR>
and give me the initial value but not the values during those 2 hours or<BR>
4 hours.<BR>
<BR>
If I look at notification alerts, it will only give me the values that<BR>
were emailed to me on change of status.  I do not want to add more<BR>
emails to myself and have nagios email me every 15 minutes if the<BR>
service is OK.<BR>
<BR>
Is there another way to do what I want?<BR>
<BR>
<BR>
-------------------------------------------------------<BR>
This sf.net email is sponsored by:ThinkGeek<BR>
Welcome to geek heaven.<BR>
<A HREF="http://thinkgeek.com/sf">http://thinkgeek.com/sf</A><BR>
_______________________________________________<BR>
Nagios-users mailing list<BR>
Nagios-users@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</A><BR>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<BR>
::: Messages without supporting info will risk being sent to /dev/null<BR>
</FONT>
</P>

</BODY>
</HTML>