Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samn/riemann-syntax-check
- Owner: samn
- Created: 2014-04-01T15:18:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T21:53:51.000Z (about 5 years ago)
- Last Synced: 2024-04-14T23:39:32.111Z (7 months ago)
- Language: Clojure
- Size: 4.88 KB
- Stars: 7
- Watchers: 3
- 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`