[Nagios-devel] New field in service_struct

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] New field in service_struct

Post by Guest »

Hello,

I want to add in objects.h a field to service_struct so I put after "int
last_state;"
int last_state_before_flapping;

For the moment, I just put this line. When I compil Nagios and after a
notification, the process crash with Program received signal SIGSEGV,
Segmentation fault.

Do you have an idea ?

Regards,
Samuel Mutel.






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