Re: [Design Advice Needed] Push POST notifications into Nagi
Posted: Mon Dec 01, 2014 1:26 pm
I based my analysis on this link:
http://nagios.sourceforge.net/docs/3_0/extcommands.html
When Does Nagios Check For External Commands?
- At regular intervals specified by the command_check_interval option in the main configuration file (default 60 seconds)
- Immediately after event handlers are executed. This is in addition to the regular cycle of external command checks and is done to provide immediate action if an event handler submits commands to Nagios.
Not sure when the event handlers are executed? Do you think that's the reason you get fast execution?
http://nagios.sourceforge.net/docs/3_0/extcommands.html
When Does Nagios Check For External Commands?
- At regular intervals specified by the command_check_interval option in the main configuration file (default 60 seconds)
- Immediately after event handlers are executed. This is in addition to the regular cycle of external command checks and is done to provide immediate action if an event handler submits commands to Nagios.
Not sure when the event handlers are executed? Do you think that's the reason you get fast execution?