cpu - nagios-cloudwatch-plugin CPUUtilization icinga2 -


i use plugin (nagios-cloudwatch-plugin) https://github.com/fastsociety/nagios-cloudwatch-plugin/ checking aws metrics ec2 instances.

the problem if run command (just manual):

check_cloudwatch.py -r eu-west-1 -n aws/ec2  -m cpuutilization -p 600 -w 0:75 -c 0:90 -d  instanceid=i-123 -s average --delta 222222 

i following result:

cloudwatchmetric ok - cloudwatch metric aws/ec2:cpuutilization dimensions {'instanceid': 'i-123'} | cloudwatchmetric=2.304percent;75;90 

the problem 2.304percent not valid value. should 2.304% tried bit around , if add delta --delta 1 correct , uses % sign not percent.

is there possibility make plugin working or icinga2 accepts percent value?

thanks


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -