Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensu-plugins/sensu-plugins-xmpp
Sensu XMPP Plugins
https://github.com/sensu-plugins/sensu-plugins-xmpp
sensu-handler sensu-plugins sensu-plugins-xmpp xmpp
Last synced: 3 months ago
JSON representation
Sensu XMPP Plugins
- Host: GitHub
- URL: https://github.com/sensu-plugins/sensu-plugins-xmpp
- Owner: sensu-plugins
- License: mit
- Created: 2015-02-16T11:47:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T15:04:52.000Z (over 3 years ago)
- Last Synced: 2024-09-27T12:22:13.176Z (4 months ago)
- Topics: sensu-handler, sensu-plugins, sensu-plugins-xmpp, xmpp
- Language: Ruby
- Homepage: http://sensu-plugins.io
- Size: 41 KB
- Stars: 1
- Watchers: 8
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Sensu-Plugins-xmpp
[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-xmpp.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-xmpp)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-xmpp.svg)](http://badge.fury.io/rb/sensu-plugins-xmpp)
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-xmpp/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-xmpp)
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-xmpp/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-xmpp)
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-xmpp.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-xmpp)## Functionality
## Files
* bin/handler-xmpp.rb## Usage
```
{
"xmpp": {
"jid": "user@domain",
"password": "guest",
"target": "[email protected]",
"target_type": "conference",
"server": "server.domain",
"room_password": "roompassword"
}
}
```## Installation
[Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
## Notes