Home Directory Plugins Instant Messaging Slack Status API Check Script

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Slack Status API Check Script

Rating
0 votes
Favoured:
0
Current Version
1.1
Last Release Date
2023-12-20
Compatible With
  • Nagios XI
Twitter Handle
geekmungus
License
GPL
Hits
1449
Files:
FileDescription
check_slack_status.pycheck_slack_status.py
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
The script uses the Slack Status API to be able to report the Slack service status, as presented from their API.
The script uses the Slack Status API to be able to report the Slack service status, as presented from their API. It returns if there are any known issues present and the date the last update was posted. It is recommended to review the Slack API documentation, which can be found: https://api.slack.com/docs/slack-status for further information.

Usage Normal
./check_slack_status.py -e https://api.slack.com/docs/slack-status

Usage Debug Mode
./check_slack_status.py -e https://api.slack.com/docs/slack-status -d
For troubleshooting purposes, provides some additional debug information and output.