Hi all,

I just pushed the code of a new feature : "Fix it button". Ok, there is no
UI in Shinken, so there is no button. But this feature will allow such a
button to be add in the UIs :)

In fact, it's all about event handlers. I personally don't use them. Why?
It's automatic. It's good for 99% of my cases, but the 1% mean "I restart a
service when I'm patching an application". That mean a dead application. Yes
there are downtimes, but one day I'll forget them.

So this new feature is just an option to make event handlers not launched
automatically. It's disabled by default (so it will launch them). But if the
host/service got the parameter :
automatic_event_handler 0
Then the user will have to send the external command
LAUNCH_SVC_EVENT_HANDLER;host_name;description
to launch it. So now users will really use this feature. And the "fix ti"
button on the UIs will be just this external command :)

I'm just (trying) to add such a button on the Thruk interface :)


Jean
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to