Jonathan Ballet

Results 89 comments of Jonathan Ballet

It would also be cool to display the "flapping rate" somewhere in the check details, that would help to configure flapping thresholds in the server.

Related issues: * https://github.com/sensu-plugins/sensu-plugins-aws/issues/2 * https://github.com/sensu-plugins/sensu-plugins-aws/issues/168 * https://github.com/sensu-plugins/sensu-plugins-aws/issues/219 * https://github.com/sensu-plugins/sensu-plugins-aws/issues/254 * https://github.com/sensu-plugins/sensu-plugins-aws/issues/216 (I guess?)

@majormoses I'd be happy to help with this issue and propose one (or several) pull request(s). As far as I understand (cf. https://github.com/sensu-plugins/sensu-plugins-aws#authentication) that would require: 1. to migrate all...

@majormoses There are 3 "ELB health" checks currently in the repository, wouldn't it make sense to drop ``check-elb-health.rb`` and ``check-elb-health-fog.rb``, which are not using the AWS SDK directly and rename...

Also, @arthurlogilab are you able to try the "sdk" variant of this check to see if it works, for some reason all my ELB are reported as "not active" and...

It seems [there's a problem with the latest versions of the `aws-sdk` gem and Rubygems](http://help.rubygems.org/discussions/problems/33673-gateway-error-on-httpsapirubygemsorgapiv1dependencies-with-more-than-127-dependencies), that makes installing the Sensu plugin verrrryyyy slow also for me.

> When I run `terraform apply` on imported team, it says that the team will be updated-in-place: > > ``` > Terraform will perform the following actions: > > #...

I tried the following configuration: ```hcl locals { users = { john = { first_name = "john" last_name = "doe" is_superadmin = false timezone = "Europe/Paris" login = "[email protected]" },...

@emmahsax Can you try to upgrade your provider to 0.6.14 and check if you still encounter the issue? This has been reported before in https://github.com/opsgenie/terraform-provider-opsgenie/issues/288 and should have been fixed...

This is fixed in #318 , we are all waiting for an official release now.