Page 1 of 1

Re: [Nagios-devel] lost trends in nagios-cvs?

Posted: Sun Nov 13, 2005 7:19 am
by Guest
On Tue, 8 Nov 2005, Milos Wimmer wrote:

Hello,

I did not receive any answer to my previous bug report about missing "View
Trends For This Host" and "View Trends For This Service" links in the
nagios/cgi-bin/extinfo.cgi pages (in nagios-cvs tarball), so I looked
more detailed at this thing and I found where the problem is -
configure script generates bad definitions in include/cgiutils.h file.

It creates following lines:

/* #undef USE_STATUSMAP */
/* #undef USE_STATUSWRL */
/* #undef USE_TRENDS */
/* #undef USE_HISTOGRAM */

instead of:

#define USE_STATUSMAP 1
#define USE_STATUSWRL 1
#define USE_TRENDS 1
#define USE_HISTOGRAM 1


As a result of that extinfo.cgi does not support trends and does not
include them in its "Views menu".
When I changed that definitions by the hand, all works fine.

Please, could you look at it?

Regards,

Milos





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]