Search found 41 matches

by iwang
Tue Mar 17, 2020 2:21 pm
Forum: Nagios XI
Topic: integration with Slack
Replies: 10
Views: 1906

Re: integration with Slack

you are right. it's CentOS 6. it's caused by the old version of perl. after i switched to use python, i am able to have the slack integration. it tested successfully on nagios server side. even though, i had defined the commands, the contacts configuration defined, it doesn't push notification to th...
by iwang
Fri Mar 13, 2020 5:49 pm
Forum: Nagios XI
Topic: integration with Slack
Replies: 10
Views: 1906

Re: integration with Slack

thank you for your help. I was able to leverage the script for slack integration. but.... i have to define one webhook for each slack channel. which the IT limited. so i have to stick to the previous perl solution :geek: here is the output after I updated the openssl and curl: -bash-4.1# ./slack_nag...
by iwang
Thu Mar 12, 2020 8:57 pm
Forum: Nagios XI
Topic: integration with Slack
Replies: 10
Views: 1906

Re: integration with Slack

hello, eventually i decded to use webhook instead of the Nagios slack app. i was able to install the commandline, service, but somehow the service status always in pending status. i had referenced this tool: https://github.com/RunlevelConsulting/Nagios-Slack-Notifications and created service and com...
by iwang
Thu Mar 12, 2020 5:33 pm
Forum: Nagios XI
Topic: integration with Slack
Replies: 10
Views: 1906

Re: integration with Slack

thanks. I tried. but no luck, same error.

even the previous notificationtype was directly copied from the nagios reference link: https://assets.nagios.com/downloads/nag ... ios-XI.pdf
by iwang
Tue Mar 10, 2020 7:22 pm
Forum: Nagios XI
Topic: integration with Slack
Replies: 10
Views: 1906

Re: integration with Slack

thanks. somehow the quotes might not be the only reason. i had corrected the quotes but still got the 404. thank you ./slack_nagios.pl -field slack_channel=#dvmt30load -field HOSTALIAS="Test Host" -field HOSTSTATE="Warning" -field HOSTOUTPUT="Host is UP" -field NOTIFICA...
by iwang
Mon Mar 09, 2020 5:28 pm
Forum: Nagios XI
Topic: integration with Slack
Replies: 10
Views: 1906

integration with Slack

hello, I am trying to associate the nagios alerts with Slack. I referred this doc: https://assets.nagios.com/downloads/nagiosxi/docs/Integrating-Slack-With-Nagios-XI.pdf but i got 404 respond. can you help take a look? -bash-4.1# ./slack_nagios.pl -field slack_channel=#dvmt30load -field HOSTALIAS=&q...
by iwang
Wed Mar 04, 2020 12:09 am
Forum: Nagios XI
Topic: Command 'check_ntp_time' not defined
Replies: 3
Views: 407

Re: Command 'check_ntp_time' not defined

thanks. it worked!
by iwang
Tue Feb 25, 2020 6:28 pm
Forum: Nagios XI
Topic: migrating from one server to another with XI
Replies: 3
Views: 1010

Re: migrating from one server to another with XI

thanks for the details. what's the release note of each release?
what's main difference between 5.5 and 5.6?

Thank you
by iwang
Tue Feb 25, 2020 6:27 pm
Forum: Nagios XI
Topic: fail to apply configuration changes
Replies: 3
Views: 426

Re: fail to apply configuration changes

thanks. the error went away after reboot the server.
by iwang
Tue Feb 25, 2020 6:00 pm
Forum: Nagios XI
Topic: Command 'check_ntp_time' not defined
Replies: 3
Views: 407

Command 'check_ntp_time' not defined

Hi there is a service defined as: define service { host_name "<host list>" service_description Check NTP Time with Rolex use xiwizard_nrpe_service display_name Check NTP Time with Rolex check_command check_nrpe!check_ntp_time!!!!!!! max_check_attempts 3 check_interval 1 retry_interval 1 ac...