Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samn/riemann-syntax-check

Utility for validating Riemann configs
https://github.com/samn/riemann-syntax-check

Last synced: about 21 hours ago
JSON representation

Utility for validating Riemann configs

Awesome Lists containing this project

README

        

# riemann-syntax-check

A library for checking the syntax of a [Riemann](http://riemann.io/) config.
This is just a wrapper around `riemann.config/validate-config` that can be run as a standalone program.

It's useful for validating a Riemann config before reloading to make sure you don't bring down your monitor.

## Usage

1. `lein uberjar`
2. `java -jar riemann-syntax-check-0.2.4-standalone.jar riemann.config`