Home » Categories » Products » Nagios XI » Troubleshooting » Common Problems

Slack Notifications Stopped Working

Slack Notifications Stopped Working

If Slack integration with Nagios XI stopped working for you with an error similar to the one below:

500 Can't connect to iaitdepartment.slack.com:443 (SSL connect attempt failed with unknown errorerror:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure)

this means that most likely you are using CentOS/RHEL 6 and older versions of TLS (v1.0 or 1.1).

The Slack announcement was made here:

https://api.slack.com/changelog/2019-07-deprecate-early-tls-versions

This issue will impact most CentOS/RHEL 6 users as it doesn't appear that the Perl packages available from official repos are able to use SNI in secure connections.

A quick work around would be to be to install NCPA on another machine(CentOS/RHEL 7 for example that have updated Perl packages) along with a copy of the slack_nagios.pl plugin, and then configure the slack_host_notification_handler and slack_service_notification_handler commands to execute the slack_nagios.pl script via ncpa:

$USER1$/check_ncpa.py -H CENTOS7MACHINE -t 'TOKEN' -M 'plugins/slack_nagios.pl' -q 'args=-field slack_channel="#hosts" -field HOSTALIAS="$HOSTNAME$" -field HOSTSTATE="$HOSTSTATE$" -field HOSTOUTPUT="$HOSTOUTPUT$" -field NOTIFICATIONTYPE="$NOTIFICATIONTYPE$"'
$USER1$/check_ncpa.py -H CENTOS7MACHINE -t 'TOKEN' -M 'plugins/slack_nagios.pl -q 'args=-field slack_channel="#services" -field HOSTALIAS="$HOSTNAME$" -field SERVICEDESC="$SERVICEDESC$" -field SERVICESTATE="$SERVICESTATE$" -field SERVICEOUTPUT="$SERVICEOUTPUT$" -field NOTIFICATIONTYPE="$NOTIFICATIONTYPE$"'

Configuring the Slack plugin: https://assets.nagios.com/downloads/nagiosxi/docs/Integrating-Slack-With-Nagios-XI.pdf

NCPA install and documentation: https://www.nagios.org/ncpa/

How to run third party scripts with NCPA: https://support.nagios.com/kb/article/nagios-xi-using-scripts-plugins-with-ncpa-722.html

5 (1)
Article Rating (1 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - Missing localhost Alerts
Viewed 5924 times since Sun, Nov 5, 2017
Nagios Core - Failed to register iobroker
Viewed 5784 times since Wed, Sep 20, 2017
Nagios XI - Oracle Services Critical After Nagios XI Upgrade
Viewed 4979 times since Wed, Jan 27, 2016
Nagios XI - CentOS 6 Installation Problems XI 2011R1.7 2011R1.8
Viewed 4205 times since Tue, Feb 2, 2016
Nagios XI - Common Upgrade Failures And Solutions
Viewed 10733 times since Thu, Jun 29, 2017
Nagios XI - Empty Screen for Wizard, Component, Dashlet
Viewed 5871 times since Wed, Jan 27, 2016
Nagios XI - Can’t Log Into The Web Interface
Viewed 55649 times since Tue, Jan 27, 2015
Nagios XI - Configuration Applies, No Changes Take Place
Viewed 7365 times since Tue, Jan 27, 2015
Nagios XI - Defining Global Environment Variables
Viewed 9189 times since Thu, Mar 17, 2016
Active Directory / LDAP - Troubleshooting Authentication Integration
Viewed 16615 times since Mon, Jun 26, 2017