Notification for AWS/CE Summary

Hello Team,
I am using Check_MK raw edition 1.5.0p17 and have configured datasource to monitor AWS, every thing is working as correct but now I wants to setup notification on billing summary of AWS account and tried to setup it as below and it showing that it is enabled in checkmk by checking with cmk -D <aws_dummy_host>, since it showing it is enabled but I am not getting any alarm or even it is not change the status on the check_mk ui on the aws host for this “AWS/CE Summary” even it is not showing that reaching above the warn/crit levels when my billing goes beyond critical level
Can some one please help me on this.

  • -> etc/check_mk/main.mk
    check_parameters += [

    #aws_billing aws_costs_and_usage daily

    ({“aws_costs_unblended” : (150, 200)}, [“AWS”], ALL_HOSTS, [ “AWS/CE Summary” ]),
    ]

  • -> cmk -D <aws_dummy_host>
    aws_costs_and_usage Summary {‘aws_costs_unblended’: (150, 200)} AWS/CE Summary AWS

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.