https://github.com/sensu-plugins/sensu-plugins-datadog
Datadog handlers for Sensu
https://github.com/sensu-plugins/sensu-plugins-datadog
Last synced: 7 months ago
JSON representation
Datadog handlers for Sensu
- Host: GitHub
- URL: https://github.com/sensu-plugins/sensu-plugins-datadog
- Owner: sensu-plugins
- License: mit
- Created: 2015-01-29T17:45:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T23:44:20.000Z (over 3 years ago)
- Last Synced: 2024-08-09T08:57:19.217Z (11 months ago)
- Language: Ruby
- Homepage: http://sensu-plugins.io
- Size: 67.4 KB
- Stars: 4
- Watchers: 10
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Sensu-Plugins-Datadog
[](https://travis-ci.org/sensu-plugins/sensu-plugins-datadog)
[](http://badge.fury.io/rb/sensu-plugins-datadog)
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-datadog)
[](https://codeclimate.com/github/sensu-plugins/sensu-plugins-datadog)
[](https://gemnasium.com/sensu-plugins/sensu-plugins-datadog)## Functionality
```json
{
"datadog": {
"source_type_name": "nagios",
"api_key": "12345",
"app_key": "54321",
"tags": []
}
}
```
## Files**bin/datadog-metrics.rb**
Send metrics to datadog
**bin/datadog-notification.rb**
Send event data to datadog
## Usage
## Installation
[Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
## Notes