Skip to content

graylog-labs/graylog-plugin-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graylog Metrics Output Plugin

An output plugin for integrating Graphite and Ganglia with Graylog.

Please refer to http://docs.graylog.org/en/latest/pages/plugins.html for documentation on how to write plugins for Graylog.

Getting started

This project is using Maven 3 and requires Java 7 or higher. The plugin will require Graylog 1.0.0 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 plugin directory.
  • Restart the Graylog.