Fixed
Details
Assignee
Benjamin ReedBenjamin ReedReporter
DJ GregorDJ GregorComponents
Fix versions
Priority
Major
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
DJ Gregor
DJ GregorComponents
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created January 7, 2011 at 9:13 PM
Updated January 27, 2017 at 4:19 PM
Resolved March 11, 2011 at 12:56 PM
Oh man, this is awesome.
Everything looks OK here, nothing has blown up as far as I can tell. Did a quick run of it, made sure OpenNMS still runs as a smoke test. I say ship it!
I did a squash-merge and committed it under your authorship, DJ:
commit 4d25ef1e7cc2f430e5b5fadfdde5dfae5c517839
Author: DJ Gregor <dj@opennms.org>
Date: Fri Mar 11 12:51:51 2011 -0500
configuration test tool
This creates a new script in $OPENNMS_HOME/bin
called "config-tester" which will use Spring to check
that every configuration file is valid and can be
loaded.
$ config-tester -h
usage: config-tester -a
OR: config-tester [config files]
OR: config-tester -l
OR: config-tester -h
a,-all check all supported configuration files
h,-help print this help and exit
l,-list list supported configuration files and exit
v,-verbose list each configuration file as it is tested