From 96df47ed014f1f4d5236c937a49150c46e712c8e Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 24 Jun 2013 15:00:13 +0200 Subject: [PATCH] configconvert: run_icinga2 config test helper --- contrib/configconvert/run_icinga2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 contrib/configconvert/run_icinga2 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