Problem in integration Slack with proxy
Posted: Thu Apr 25, 2019 12:12 am
Hi team,
I am integrating NagioXI with Slack. I have followed below document to integrate nagiosxi with slack.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Every thing is fine, but i need to call slack through proxy, and problem is here.
we usually config nagios.pl file like this
my $opt_domain = "foo.slack.com";
i setup a proxy to call foo.slack.com through foo.slack.local:8088, it worked
but when i config nagios.pl
my $opt_domain = "foo.slack.local:8088";
then i use check command, slack say it cant connect to "foo.slack.local:8088"
is that nagios not support proxy port, or im missing anything?
i really need ur help.
thks all!
I am integrating NagioXI with Slack. I have followed below document to integrate nagiosxi with slack.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Every thing is fine, but i need to call slack through proxy, and problem is here.
we usually config nagios.pl file like this
my $opt_domain = "foo.slack.com";
i setup a proxy to call foo.slack.com through foo.slack.local:8088, it worked
but when i config nagios.pl
my $opt_domain = "foo.slack.local:8088";
then i use check command, slack say it cant connect to "foo.slack.local:8088"
is that nagios not support proxy port, or im missing anything?
i really need ur help.
thks all!