diff --git a/src/icinga2/install-service.sh b/src/icinga2/install-service.sh index 1382c79..af2abab 100644 --- a/src/icinga2/install-service.sh +++ b/src/icinga2/install-service.sh @@ -19,9 +19,6 @@ echo "deb [signed-by=/usr/share/keyrings/netways-archive-keyring.gpg] https://pa curl -fsSL https://repos.influxdata.com/influxdata-archive_compat.key | gpg --dearmor -o /usr/share/keyrings/influxdata-archive_compat-keyring.gpg echo "deb [signed-by=/usr/share/keyrings/influxdata-archive_compat-keyring.gpg] https://repos.influxdata.com/debian $(lsb_release -cs) stable" > /etc/apt/sources.list.d/influxdata.list -#wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor -o /usr/share/keyrings/grafana-archive-keyring.gpg -#echo "deb [signed-by=/usr/share/keyrings/grafana-archive-keyring.gpg] https://apt.grafana.com stable main" > /etc/apt/sources.list.d/grafana.list - apt update apt-get install -y icinga2 nginx php${PHP_VERSION}-fpm php${PHP_VERSION}-mysql php${PHP_VERSION}-intl php${PHP_VERSION}-xml php${PHP_VERSION}-gd php${PHP_VERSION}-ldap php${PHP_VERSION}-imagick \ @@ -281,23 +278,6 @@ apply Service "smtp" { EOF -#systemctl stop grafana-server -#grafana-cli admin reset-admin-password "$GRAFANA_ADMIN_PASS" - -#mkdir -p /etc/grafana/provisioning/datasources - -#cat > /etc/grafana/provisioning/datasources/influxdb.yaml <