itchannel / graylognotifications

Graylog Pushover Notification Addon
8 stars 2 forks source link

PushNotification Plugin for Graylog

Use this paragraph to enter a description of your plugin.

Required Graylog version: 4.0 and later

Installation

Download the plugin and place the .jar file in your Graylog plugin directory. The plugin directory is the plugins/ folder relative from your graylog-server directory by default and can be configured in your graylog.conf file.

Restart graylog-server and you are done.

Development

You can improve your development experience for the web interface part of your plugin dramatically by making use of hot reloading. To do this, do the following:

Usage

Use this paragraph to document the usage of your plugin

Getting started

This project is using Maven 3 and requires Java 8 or higher.

Ensure you have backlog messages set in the event otherwise the notifications will be blank

Plugin Release

We are using the maven release plugin:

$ mvn release:prepare
[...]
$ mvn release:perform

This sets the version numbers, creates a tag and pushes to GitHub. Travis CI will build the release artifacts and upload to GitHub automatically.