Re: [Nagios-devel] Bug in trends.cgi
Posted: Wed May 19, 2004 8:20 pm
Thanks - patch will be in CVS shortly.
On 3 May 2004 at 14:26, Zdenek Svoboda wrote:
> Hello, there is a bug in trends.c at line 2077 (in nagios 1.2). The
> code
>
> center_time=start_time+((start_time-end_time)/2);
>
> should be changed to:
>
> center_time=start_time+((end_time-start_time)/2);
>
> With regards
> Zdenek Svoboda
>
>
>
>
>
>
>
>
>
> --------------------
> Vyzkousejte cocky NIGHT&DAY - par zdarma + 50% sleva na aplikaci.
> Navic kupon na slevu 300 Kc!
> http://user.centrum.cz/redir.php?url=ht ... vision.cz/
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle
> 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________ Nagios-devel mailing
> list [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
On 3 May 2004 at 14:26, Zdenek Svoboda wrote:
> Hello, there is a bug in trends.c at line 2077 (in nagios 1.2). The
> code
>
> center_time=start_time+((start_time-end_time)/2);
>
> should be changed to:
>
> center_time=start_time+((end_time-start_time)/2);
>
> With regards
> Zdenek Svoboda
>
>
>
>
>
>
>
>
>
> --------------------
> Vyzkousejte cocky NIGHT&DAY - par zdarma + 50% sleva na aplikaci.
> Navic kupon na slevu 300 Kc!
> http://user.centrum.cz/redir.php?url=ht ... vision.cz/
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle
> 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________ Nagios-devel mailing
> list [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]