Skip to content

Instantly share code, notes, and snippets.

@lostsnow
Created December 15, 2014 07:22
Show Gist options
  • Save lostsnow/99e59e9a6e128dc5f968 to your computer and use it in GitHub Desktop.
Save lostsnow/99e59e9a6e128dc5f968 to your computer and use it in GitHub Desktop.
zabbix mail alert script
#! /bin/bash
[email protected]
tr -d '\b\r' <<EOF | /bin/mail -s "$2" -r "$from" "$1"
$3
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment