Add python-psutil and fix cfn-push-stats options

Change-Id: Ic88e1e886c5f8ccbcbc5bc49fa612366c7faeae5
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2012-07-23 13:09:19 +10:00
parent b34a5cd51d
commit b48d869244
1 changed files with 3 additions and 2 deletions

View File

@ -178,9 +178,9 @@
"MAIL=\"\"\n",
"\n",
"* * * * * /opt/aws/bin/cfn-push-stats --watch ",
{ "Ref" : "MEMAlarmHigh" }, " ----mem-util\n",
{ "Ref" : "MEMAlarmHigh" }, " --mem-util\n",
"* * * * * /opt/aws/bin/cfn-push-stats --watch ",
{ "Ref" : "MEMAlarmLow" }, " ----mem-util\n"
{ "Ref" : "MEMAlarmLow" }, " --mem-util\n"
]]},
"mode" : "000600",
"owner" : "root",
@ -189,6 +189,7 @@
},
"packages" : {
"yum" : {
"python-psutil": [],
"cronie" : [],
"mysql" : [],
"mysql-server" : [],