https://github.com/sensu-plugins/sensu-plugins-etcd
Sensu etcd Plugins
https://github.com/sensu-plugins/sensu-plugins-etcd
Last synced: 7 months ago
JSON representation
Sensu etcd Plugins
- Host: GitHub
- URL: https://github.com/sensu-plugins/sensu-plugins-etcd
- Owner: sensu-plugins
- License: mit
- Created: 2015-02-11T05:27:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T14:39:51.000Z (over 3 years ago)
- Last Synced: 2024-11-11T17:48:04.103Z (8 months ago)
- Language: Ruby
- Homepage: http://sensu-plugins.io
- Size: 54.7 KB
- Stars: 2
- Watchers: 9
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Sensu-Plugins-etcd
[](https://travis-ci.org/sensu-plugins/sensu-plugins-etcd)
[](http://badge.fury.io/rb/sensu-plugins-etcd)
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-etcd)
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-etcd)
[](https://gemnasium.com/sensu-plugins/sensu-plugins-etcd)## Functionality
## Files
* bin/check-etcd.rb
* bin/check-etcd-peer-count.rb
* bin/check-flannel-subnet-count.rb
* bin/metrics-etcd.rb## Usage
Usage: check-etcd.rb (options)
--ca CA SSL CA file
--cert CERT client SSL cert
--insecure change SSL verify mode to false
--key KEY client SSL key
--passphrase PASSPHRASE passphrase of the SSL key
-p, --port PORT Etcd port, defaults to 2379
-h, --host HOST Etcd host, defaults to localhost
--ssl use HTTPS (default false)## Installation
[Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
## Notes