icinga2
icinga2 copied to clipboard
Introduce Notification#command_endpoint
... for delegating notification execution to a specific endpoint.
fixes #8140
Blocked by
- [x] #8040
[2020-10-29 13:28:12 +0100] notice/JsonRpcConnection: Received 'event::ExecuteCommand' message from identity 'master'.
[2020-10-29 13:28:12 +0100] notice/Process: Running command 'echo' '2' 'root@localhost' 'PROBLEM': PID 50566
[2020-10-29 13:28:12 +0100] notice/Process: PID 50566 ('echo' '2' 'root@localhost' 'PROBLEM') terminated with exit code 0
@cla-bot check
Hi, any news on this topic?
Any news on this topic? Isn't that already programmed?
I would also be very happy about that feature :)
@Al2Klimov what else is being waited for in this pull request?
A review from a colleague.
Come on guys, what's the keep-up? In other open source tools you can choose if you want to notify from satellite or master since years. -_-
Workaround
Let $NODE1 run a notification command as usual which does SSH to $NODE2 and does the actual stuff there.