Skip to content

Instantly share code, notes, and snippets.

@K0rell
K0rell / gist:2c8d3c2fd695aafe00567649b30e74c5
Created November 15, 2018 16:59
Zabbix Alert in slack channel
#!/bin/bash
# Requirement curl
# Create new script in nano /usr/lib/zabbix/alertscripts/media-slack.sh
# chmod +x media-slack.sh
# Create Slack App https://api.slack.com/apps/new
# Choose your app
# Select and active Incomming Webhooks
# Choose your channel to send messages
@K0rell
K0rell / media-sms-ovh.sh
Last active April 19, 2024 15:20
Zabbix SMS Alert with OVH SMS API
#!/bin/bash
# Requirement wget
# Create new script in nano /usr/lib/zabbix/alertscripts/media-sms-ovh.sh
# chmod +x media-sms-ovh.sh
# OVH SMS API
# Login into your ovh account create SMS user
ACCOUNT=MyOvhSmsAccountName(sms-xxxxxxxxx-x)
LOGIN=MyOvhSmsUserApiLogin