Alignak-monitoring / alignak

Monitoring tool, highly flexible and new standard oriented
https://alignak-monitoring.github.io
GNU Affero General Public License v3.0
86 stars 19 forks source link

External commands not currently implemented #862

Open jsamaniegog opened 7 years ago

jsamaniegog commented 7 years ago

Hi,

i'm user of Shinken and some external commands are not implemented yet, neither in Alignak There is an issue: https://github.com/naparuba/shinken/issues/623

I've seen this in the code, that's why this issue:

logger.warning("The external command 'SEND_CUSTOM_HOST_NOTIFICATION' "
                       "is not currently implemented in Alignak. If you really need it, "
                       "request for its implementation in the project repository: "
                       "https://github.com/Alignak-monitoring/alignak")

I think this is useful for send a notification of unknown traps received to all contacts of host. If there is another way please tell me.

Thank you very much.

mohierf commented 7 years ago

Thanks for reporting. Which commands are you interested with ? Please list...

jsamaniegog commented 7 years ago

SEND_CUSTOM_HOST_NOTIFICATION SEND_CUSTOM_SVC_NOTIFICATION

Thanks!

mohierf commented 7 years ago

I had a look on how to implement these external commands and it is not an easy job... this will be implemented in a next version