Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.74 KB

File metadata and controls

25 lines (16 loc) · 1.74 KB

biz.dfch.j.graylog.plugin.alarm.dfchBizClickatellAlarmPlugin

Plugin: biz.dfch.j.graylog.plugin.alarm.dfchBizClickatellAlarmPlugin

d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland

This Graylog AlarmCallback Plugin lets you send custom formatted short messages (SMS) via the Clickatell Messaging Provider and works with the upcoming version 1 of Graylog.

See Clickatell AlarmCallback Plugin for Graylog v1.0.0 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 Build Status at our drone.io account.

Getting started for users

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 and mvn 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.