Event handlers are methods that listen for these messages and respond to the them. Essentially, an event handler is a method that determines which method to execute after the event occurs. SCL ...
Ok, so I've started trying to use eventhandlers with Nagios and I've hit a small snag. Everything in my event handler executes except the line that actually does anything. My eventhandler. Should ...