https://github.com/samn/riemann-syntax-check
Utility for validating Riemann configs
https://github.com/samn/riemann-syntax-check
Last synced: about 1 year ago
JSON representation
Utility for validating Riemann configs
- Host: GitHub
- URL: https://github.com/samn/riemann-syntax-check
- Owner: samn
- Created: 2014-04-01T15:18:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T21:53:51.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T00:11:55.799Z (about 1 year ago)
- Language: Clojure
- Size: 4.88 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`