Bug in trends.cgi

Zdenek Svoboda zdenek.svoboda at centrum.cz
Mon May 3 14:26:05 CEST 2004


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=http://www.cibavision.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




More information about the Developers mailing list