--- nagios-2.5.original/cgi/statusmap.c 2006-03-21 21:31:46.000000000 +0000 +++ nagios-2.5/cgi/statusmap.c 2006-08-16 09:26:44.970732820 +0100 @@ -174,7 +174,7 @@ int embedded=FALSE; int display_header=TRUE; -int display_popups=TRUE; +int display_popups=FALSE; int use_links=TRUE; int use_text=TRUE; int use_highlights=TRUE; @@ -768,8 +768,8 @@ printf("\n"); printf("\n"); - printf("Suppress popups:
\n"); - printf("\n",(display_popups==FALSE)?"CHECKED":""); + //printf("Suppress popups:
\n"); + //printf("\n",(display_popups==FALSE)?"CHECKED":""); printf("\n"); printf("\n"); printf("\n"); @@ -807,7 +807,9 @@ calculate_canvas_bounds(); calculate_scaling_factor(); find_eligible_hosts(); + time_t current_time; + time(¤t_time); /* display page header */ display_page_header(); @@ -831,7 +833,7 @@ /* write the URL location for the image we just generated - the web browser will come and get it... */ if(create_type==CREATE_HTML){ printf("

\n"); - printf("\n",(int)(canvas_width*scaling_factor),(int)(canvas_height*scaling_factor));