nexbr

Untitled

Oct 9th, 2015
1,194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.79 KB | None | 0 0
  1. packages:
  2.   yum:
  3.     perl-DateTime: []
  4.     perl-Sys-Syslog: []
  5.     perl-LWP-Protocol-https: []
  6.     perl-Switch: []
  7.     perl-URI: []
  8.     perl-Bundle-LWP: []
  9. container_commands:
  10.   01download:
  11.     command: "wget http://ec2-downloads.s3.amazonaws.com/cloudwatch-samples/CloudWatchMonitoringScripts-v1.1.0.zip"
  12.     ignoreErrors: true
  13.   02extract:
  14.     command: "unzip CloudWatchMonitoringScripts-v1.1.0.zip"
  15.     ignoreErrors: true
  16.   03rmzip:
  17.     command: "rm CloudWatchMonitoringScripts-v1.1.0.zip"
  18.     ignoreErrors: true
  19.   04cdinto:
  20.     command: "mv aws-scripts-mon/ /home/ec2-user"
  21.     ignoreErrors: true
  22.   05cron:
  23.     command: "crontab -l | { cat; echo '* * * * * /home/ec2-user/aws-scripts-mon/mon-put-instance-data.pl --mem-util --mem-used --mem-avail'; } | crontab -"
  24.     ignoreErrors: false
Advertisement
Add Comment
Please, Sign In to add comment