Removing typo - had duplicate curl command.
This commit is contained in:
parent
9c69efc5e3
commit
1d9540963e
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash -
|
||||
#get instance id - used for putting metric
|
||||
INSTANCE_ID=`GET http://169.254.169.254/latest/meta-data/instance-id`
|
||||
INSTANCE_AZ=`curl -s curl http://169.254.169.254/latest/meta-data/placement/availability-zone/`
|
||||
INSTANCE_AZ=`curl -s http://169.254.169.254/latest/meta-data/placement/availability-zone/`
|
||||
INSTANCE_REGION=${INSTANCE_AZ%?}
|
||||
|
||||
#belowshould be changed to grep - get only everything after % space slash
|
||||
|
@ -14,4 +14,4 @@ for filesystemmountpoint in $filesystemlist
|
|||
done
|
||||
|
||||
#to run in cron every 5 minutes - note that you must first provide credentials for mon-put-data
|
||||
#echo "*/5 * * * * ec2-user /usr/local/bin/ec2-write-storage-used.sh" > /etc/cron.d/ec2-write-storage-used
|
||||
#echo "*/5 * * * * ec2-user /usr/local/bin/ec2-write-storage-used.sh" > /etc/cron.d/ec2-write-storage-used
|
||||
|
|
Loading…
Reference in New Issue
Block a user