Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sensu-plugins/sensu-plugins-aws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.0.0
Choose a base ref
...
head repository: sensu-plugins/sensu-plugins-aws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12.1.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 28, 2018

  1. Add check-efs-metric.rb plugin

    This plugin checks a CloudWatch metric for the named EFS filesystem.
    An optional `-N` argument will return an `ok` result if the filesystem
    is not found - useful for running the same check across environments
    where filesystems may not always exist.
    
    This plugin is based on `check-cloudwatch-metric.rb` and queries the
    `AWS/EFS` CloudWatch namespace using the EFS filesystem ID determined
    from its name.
    
    Here is a sample run of the plugin:
    
    ```
    $ check-efs-metric.rb --region us-west-2 --name app_nfs --metric PercentIOLimit --operator greater --warning 60.0 --critical 80.0
    EFSMetric OK: PercentIOLimit for app_nfs is 0.0: comparison=greater, will alarm at 60.0
    ```
    ivanfetch authored and majormoses committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    5184b3e View commit details
    Browse the repository at this point in the history
  2. add changelog for #292

    majormoses committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    8a18116 View commit details
    Browse the repository at this point in the history
  3. prep for 12.1.0 release

    majormoses committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    f7eee71 View commit details
    Browse the repository at this point in the history
Loading