[Nagios-devel] small diff for service check events

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] small diff for service check events

Post by Guest »

This is a multi-part message in MIME format.
--------------060408000603070404070301
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

remove this line since we're already setting this variable in exactly
the same way about 10 lines up.

--------------060408000603070404070301
Content-Type: text/x-patch;
name="events.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="events.diff"

--- events.c 2009-06-17 05:23:38.000000000 +0200
+++ /tmp/events.c 2009-08-18 23:05:10.000000000 +0200
@@ -1242,7 +1242,6 @@
log_debug_info(DEBUGL_EVENTS,0,"** Service Check Event ==> Host: '%s', Service: '%s', Options: %d, Latency: %f sec\n",temp_service->host_name,temp_service->description,event->event_options,latency);

/* run the service check */
- temp_service=(service *)event->event_data;
run_scheduled_service_check(temp_service,event->event_options,latency);
break;


--------------060408000603070404070301--





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