Select Supported Platforms

Select Supported Architectures

Select Tier

Github Name


v1.0.4 · public · Published 4 months ago

README
Asset Definition
Release Notes
Release Assets

sensu-ebs-monitoring

Table of Contents

Overview

The sensu-ebs-monitoring provides a diverse set of monitoring options for AWS EBS.

Usage examples

Usage:
  sensu-ebs-monitoring [flags]
  sensu-ebs-monitoring [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  version     Print the version number of this plugin

Flags:
      --region string                Sets the region of volume
      --volume-id string             Sets the volumeId
      --interval int                 Sets the interval in seconds for calcuating threshold status (default 60)
      --avg-readlatency string       Sets threshold in ms/op for read latency 
      --avg-writelatency string      Sets threshold in ms/op for write latency
      --max-iops string              Sets threshold for maximum IOPS
      --max-readops string           Sets maximum threshold for read operations
      --max-readthroughput string    Sets maximum threshold in KiB for read throughput
      --max-writeops string          Sets maximum threshold for write operations
      --max-writethroughput string   Sets maximum threshold in KiB for write throughput
      --min-iops string              Sets threshold for minimum IOPS
      --min-readops string           Sets minimum threshold for read operations
      --min-readthroughput string    Sets minimum threshold in KiB for read throughput
      --min-writeops string          Sets minimum threshold for write operations
      --min-writethroughput string   Sets minimum threshold in KiB for write throughput
      --nitro bool                   Sets whether the instance attached to ebs volume is nitro based (default false)
  -h, --help                         help for sensu-ebs-monitoring

Use "sensu-ebs-monitoring [command] --help" for more information about a command.

Note: While creating a sensu check it is important to specify the --region along with --volume-id attribute. Also the warning and critical values need to passed as comma separated values. eg:- warning=80,critical=90

Example commands

Command to create a check which sets threshold for maximum iops :

sensu-ebs-monitoring --volume-id vol-0casdf98y9h988asd --region eu-west-1 --max-iops warning=8000,critical=10000 --interval 3600

Command to create a check which sets thresold for maximum read ops :

sensu-ebs-monitoring --volume-id vol-0casdf98y9h988asd --region eu-west-1 --max-readops critical=10000 --interval 3600

Command to create a check which sets thresold for average read latency for the volume attached to nitro based instance :

sensu-ebs-monitoring --volume-id vol-0casdf98y9h988asd --region eu-west-1 --max-readops warning=5,critical=10 --nitro true interval 60 

Configuration

Asset registration

Sensu Assets are the best way to make use of this plugin. If you're not using an asset, please
consider doing so! If you're using sensuctl 5.13 with Sensu Backend 5.13 or later, you can use the
following command to add the asset:

sensuctl asset add Afaque-Anwar-Azad/sensu-ebs-monitoring

If you're using an earlier version of sensuctl, you can find the asset on the [Bonsai Asset Index][https://bonsai.sensu.io/assets/Afaque-Anwar-Azad/sensu-ebs-monitoring].

Check definition

---
type: CheckConfig
api_version: core/v2
metadata:
  name: sensu-ebs-monitoring
  namespace: default
spec:
  command: sensu-ebs-monitoring --volume-id vol-0casdf98y9h988asd --region eu-west-1 --max-readops critical=10000
  subscriptions:
  - system
  runtime_assets:
  - Afaque-Anwar-Azad/sensu-ebs-monitoring

Installation from source

The preferred way of installing and deploying this plugin is to use it as an Asset. If you would
like to compile and install the plugin from source or contribute to it, download the latest version
or create an executable script from this source.

From the local path of the sensu-ebs-monitoring repository:

go build

Additional notes

Contributing

For more information about contributing to this plugin, see Contributing.

Are you sure you want to report this asset?

Please describe the reason for reporting this asset. Our moderators will be notified and will disable the asset if it is found to be inappropriate.

×

You must be signed in to report this asset.

Sign In with Github

Download

×

Either download the source code:

Download Source

Or download the asset definition: