From 236769aa72b747f9dd6b17045d6468d79a932e33 Mon Sep 17 00:00:00 2001 From: Oli Griffiths Date: Wed, 15 Jul 2015 14:15:14 -0400 Subject: [PATCH] Updated cloudwatch namespace to use System/Linux as this is an already defined namespace --- aws-mon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-mon.sh b/aws-mon.sh index d6c3e90..3ba180f 100755 --- a/aws-mon.sh +++ b/aws-mon.sh @@ -317,7 +317,7 @@ if [ $FROM_CRON -eq 1 ]; then fi # CloudWatch Command Line Interface Option -CLOUDWATCH_OPTS="--namespace System/Detail/Linux --dimensions InstanceId=$instanceid" +CLOUDWATCH_OPTS="--namespace System/Linux --dimensions InstanceId=$instanceid" if [ -n "$PROFILE" ]; then CLOUDWATCH_OPTS="$CLOUDWATCH_OPTS --profile $PROFILE" fi