This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # ./pushover.sh -t "Pushover via Bash" -m "Pushover message sent with bash from $(hostname -f)" -p1 -s siren -u http://www.google.com -n "Google" | |
| USER_TOKEN=YOUR_USER_TOKEN_HERE | |
| # YOUR APPS TOKENS / UPPERCASE NAME WITH _TOKEN (usage: "-a monitor" uses MONITOR_TOKEN) | |
| MONITOR_TOKEN=APP_TOKEN | |
| BACKUP_TOKEN=APP_TOKEN | |
| ALERT_TOKEN=APP_TOKEN | |
| APP_LIST="monitor, backup, alert" # FOR USAGE |