[Nagios-devel] Bug in trends.cgi

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] Bug in trends.cgi

Post by Guest »

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]
Locked