--- tmp/nagios-1.4.1/cgi/status.c 2005-03-10 23:19:10.000000000 -0200 +++ nagios-1.4.1/cgi/status.c 2006-11-27 23:03:48.492879136 -0200 @@ -1165,6 +1165,7 @@ void show_service_detail(void){ printf("Attempt Sort by current attempt (ascending)Sort by current attempt (descending)",temp_url,SORT_ASCENDING,SORT_CURRENTATTEMPT,url_images_path,UP_ARROW_ICON,temp_url,SORT_DESCENDING,SORT_CURRENTATTEMPT,url_images_path,DOWN_ARROW_ICON); printf("Status Information\n"); + printf("Action\n"); printf("\n"); @@ -1518,6 +1519,9 @@ void show_service_detail(void){ printf("%s\n",status_bg_class,state_duration); printf("%d/%d\n",status_bg_class,temp_status->current_attempt,temp_status->max_attempts); printf("%s \n",status_bg_class,(temp_status->information==NULL)?"":temp_status->information); + printf("restart %s",url_encode(temp_status->description),temp_status->description); + printf("\n");