]> granicus.if.org Git - icinga2/commitdiff
configconvert: run_icinga2 config test helper
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 24 Jun 2013 13:00:13 +0000 (15:00 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 24 Jun 2013 13:19:40 +0000 (15:19 +0200)
contrib/configconvert/run_icinga2 [new file with mode: 0755]

diff --git a/contrib/configconvert/run_icinga2 b/contrib/configconvert/run_icinga2
new file mode 100755 (executable)
index 0000000..e509523
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+ICINGA2BIN="$HOME/i2/sbin/icinga2"
+ICINGA2CONF="./icinga2-conv.conf"
+
+$ICINGA2BIN -x -c $ICINGA2CONF