#!/bin/bash # LinuxGSM alert_slack.sh function # Author: Kenneth Lindeof # Website: https://linuxgsm.com # Description: Sends Slack alert. local modulename="ALERT" local commandaction="Alert" local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" if ! command -v jq > /dev/null; then fn_print_fail_nl "Sending Slack alert: jq is missing." fn_script_log_fatal "Sending Slack alert: jq is missing." fi json=$(cat <