DISCONTINUATION OF PROJECT.
This project will no longer be maintained by Intel.
This project has been identified as having known security escapes.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
This plugin publishes snap metric data into Hawkular.
It's used in the snap framework.
All OSs currently supported by snap:
- Linux/amd64
- Darwin/amd64
You can get the pre-built binaries for your OS and architecture at snap's Github Releases page.
- Get the package:
go get github.com/intelsdi-x/snap-plugin-publisher-hawkular
- Build the snap-plugin-publisher-kawkular plugin
- From the root of the snap-plugin-publisher-hawkular path type
make all
.
- This builds the plugin in
/build/[GOOS]/[GOARCH]
.
- install Cassandra
docker run -d --name snapcass -e CASSANDRA_START_RPC=true cassandra:3.0.9
- install Hawkular services
docker run -d --name snaphawk --link=snapcass -e CASSANDRA_NODES=snapcass -p 8080:8080 -e ADMIN_TOKEN=topsecret hawkular/hawkular-services:latest
The plugin expects you to provide the following parameters:
server
the hawkular server name or ip address.
You can also set the following options if needed:
tenant
defaults tosnap
. It's required by hawkular.user
defaults tojdoe
(string).password
defaults topassword
(string).port
the hawkular server port. it defaults to8080
.insecureSkipVerify
defaults totrue
(bool).scheme
defaults tohttp
(string).
See examples/tasks folder for examples.
This plugin is still in active development. As we launch this plugin, we have a few items in mind for the next few releases:
- Additional error handling
- Large test
If you have a feature request, please add it as an issue and/or submit a pull request.
This repository is one of many plugins in snap, a powerful telemetry framework. See the full project at http://github.com/intelsdi-x/snap.
To reach out to other users, head to the main framework.
We love contributions!
There's more than one way to give back, from examples to blogs to code updates. See our recommended process in CONTRIBUTING.md.
snap, along with this plugin, is an Open Source software released under the Apache 2.0 License.
- Author: @candysmurf
And thank you! Your contribution, through code and participation, is incredibly important to us.