Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am bbuivn on github.
  • I am jikondd (https://keybase.io/jikondd) on keybase.
  • I have a public key whose fingerprint is 51C3 25F6 2DD3 6AB6 E661 9861 8C1F 7CD2 DD8B 1C7E

To claim this, I am signing this object:

Verifying that +jikondd is my blockchain ID. https://onename.com/jikondd
#!/bin/bash
# This script is used by Shinken to post alerts for hosts into a Slack channel
# using the slackcli command line. Create the channel,
# and integration first and then add this notification script in your
# Shinken configuration.
#
# You have to set enable_environment_macros=1 in the shinken.cfg configuration file.
#
# All variables that start with NAGIOS_ are provided by Shinken as
@bbuivn
bbuivn / slack_shinken_services.sh
Last active March 21, 2017 17:37 — forked from matt448/slack_nagios.sh
Script to post Shinken service notifications into a Slack channel
#!/bin/bash
# This script is used by Shinken to post alerts for services into a Slack channel
# using the slackcli command line. Create the channel,
# and integration first and then add this notification script in your
# Shinken configuration.
#
# You have to set enable_environment_macros=1 in the shinken.cfg configuration file.
#
# All variables that start with NAGIOS_ are provided by Shinken as