[Nagios-devel] Bug in trends.cgi
Posted: Mon May 03, 2004 4:53 am
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 post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
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 post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]