davidski / vulnpryer-aws-orchestration

🎯☁️Automated deployment of a VulnPryer pipline on AWS
http://vulnpryer.net
2 stars 2 forks source link

Missing section from cfg #7

Closed davidski closed 9 years ago

davidski commented 9 years ago

This line https://github.com/cascadeo/sch-vulnpryer-orchestration/blob/fdc06d3aeec268ecd73e03a46e898245320cfbff/deploy_vulnpryer.py#L217 looks for a pipeline_alarm_overrunning configuration variable which does not exist in the config file.

davidski commented 9 years ago

This commit a9d2580205222022dce99e62183aa88774db1994 looks to have removed this section from the cfg file. I'm not sure how to best address this. Need assistance on this one to correct.

abbyyacat commented 9 years ago

I have removed that line. We have switched to CloudWatch monitoring to detect overrunning instance. Thank you.

abbyyacat commented 9 years ago

I have done a basic routine testing to validate orchestration. Thank you.

davidski commented 9 years ago

Confirmed.