From: Michael Friedrich Date: Mon, 24 Jun 2013 13:00:13 +0000 (+0200) Subject: configconvert: run_icinga2 config test helper X-Git-Tag: v0.0.2~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96df47ed014f1f4d5236c937a49150c46e712c8e;p=icinga2 configconvert: run_icinga2 config test helper --- diff --git a/contrib/configconvert/run_icinga2 b/contrib/configconvert/run_icinga2 new file mode 100755 index 000000000..e5095234f --- /dev/null +++ b/contrib/configconvert/run_icinga2 @@ -0,0 +1,6 @@ +#!/bin/bash + +ICINGA2BIN="$HOME/i2/sbin/icinga2" +ICINGA2CONF="./icinga2-conv.conf" + +$ICINGA2BIN -x -c $ICINGA2CONF