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/sh | |
############################################### | |
# Purpose : To push an application metric (Disk utiization metric) for visibility and subsequently creating alarms on it | |
# Usage : Run this script on ec2 instance | |
# Crontab usage : */1 * * * * /home/ec2-user/publishProcessStatus.sh | |
# | |
# Dependencies : AWS CLI needs to be installed | |
# Author : Neptune.io, Inc. | |
############################################### |