This file contains 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 | |
### USAGE | |
# Enter {user_token}@{api_token} as the recipient of the user media type configuration ("Send to") | |
# Also you need to add three parameters to the Media Type manually: | |
# {ALERT.SENDTO} | |
# {ALERT.SUBJECT} | |
# {ALERT.MESSAGE} | |
### |
This file contains 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 | |
#----------------------------------------------------------------------------------------------# | |
# addMonitorToUptimeRobot.sh v1.0 (#0 2016-05-05) # | |
# # | |
# This script will loop through all users on WHM server, # | |
# retreive associated domains and add them to Uptime Robot # | |
############################## Modification Log ############################## # | |
# Date Who Version Description # | |
# 20160505 KChase 1.0 Initial Release # |
This file contains 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
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |