icinga2 icon indicating copy to clipboard operation
icinga2 copied to clipboard

Introduce Notification#command_endpoint

Open Al2Klimov opened this issue 3 years ago • 10 comments

... for delegating notification execution to a specific endpoint.

fixes #8140

Al2Klimov avatar Oct 29 '20 10:10 Al2Klimov

Blocked by

  • [x] #8040

Al2Klimov avatar Oct 29 '20 10:10 Al2Klimov

[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

Al2Klimov avatar Oct 29 '20 12:10 Al2Klimov

@cla-bot check

Al2Klimov avatar Aug 04 '21 12:08 Al2Klimov

Hi, any news on this topic?

rafi0101 avatar Dec 16 '21 13:12 rafi0101

Any news on this topic? Isn't that already programmed?

rafi0101 avatar Apr 05 '22 06:04 rafi0101

I would also be very happy about that feature :)

hoizfux avatar Apr 11 '22 14:04 hoizfux

@Al2Klimov what else is being waited for in this pull request?

rafi0101 avatar Jun 30 '22 11:06 rafi0101

A review from a colleague.

Al2Klimov avatar Jun 30 '22 11:06 Al2Klimov

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. -_-

bechtle-simon-mueller avatar Jul 27 '22 13:07 bechtle-simon-mueller

Workaround

Let $NODE1 run a notification command as usual which does SSH to $NODE2 and does the actual stuff there.

Al2Klimov avatar Jul 28 '22 08:07 Al2Klimov