icinga2/tools/configconvert/run_icinga2

7 lines
111 B
Plaintext
Raw Normal View History

#!/bin/bash
ICINGA2BIN="$HOME/i2/sbin/icinga2"
ICINGA2CONF="./icinga2-conv.conf"
$ICINGA2BIN -c $ICINGA2CONF