Plugin: biz.dfch.j.graylog.plugin.output.dfchBizClickatellOutputPlugin
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
This Graylog Output Plugin lets you send custom formatted short messages (SMS) via the Clickatell Messaging Provider and works with the upcoming version 1 of Graylog.
See Graylog Clickatell Output Plugin v1 and Creating a Graylog Output Plugin (v0.92.x) for further description on how to create plugins.
For your information: your build will FAIL the tests unless you specify a valid API key.
You can download the binary at our drone.io account.
This project is using Maven and requires Java 7 or higher.
- Clone this repository.
- Run
mvn package
to build a JAR file. - Optional: Run
mvn jdeb:jdeb
andmvn rpm:rpm
to create a DEB and RPM package respectively. - Copy generated jar file in target directory to your graylog server plugin directory.
- Restart the graylog server.