]> Frank Brehm's Git Trees - config/ns1/etc.git/commitdiff
committing changes in /etc made by "apt dist-upgrade -y"
authorFrank Brehm <frank@brehm-online.com>
Tue, 24 Aug 2021 16:14:11 +0000 (18:14 +0200)
committerFrank Brehm <frank@brehm-online.com>
Tue, 24 Aug 2021 16:14:11 +0000 (18:14 +0200)
Package changes:
-icinga-php-library 0.6.0-1.buster all
-icinga-php-thirdparty 0.10.0-1.buster all
-icinga2 2.12.5-1.buster amd64
-icinga2-bin 2.12.5-1.buster amd64
-icinga2-common 2.12.5-1.buster all
-icinga2-ido-pgsql 2.12.5-1.buster amd64
-icingacli 2.9.0-1.buster all
-icingaweb2 2.9.0-1.buster all
-icingaweb2-common 2.9.0-1.buster all
-icingaweb2-module-monitoring 2.9.0-1.buster all
+icinga-php-library 0.6.1-1.buster all
+icinga-php-thirdparty 0.10.0-2.buster all
+icinga2 2.13.1-1.buster amd64
+icinga2-bin 2.13.1-1.buster amd64
+icinga2-common 2.13.1-1.buster all
+icinga2-ido-pgsql 2.13.1-1.buster amd64
+icingacli 2.9.3-1.buster all
+icingaweb2 2.9.3-1.buster all
+icingaweb2-common 2.9.3-1.buster all
+icingaweb2-module-monitoring 2.9.3-1.buster all
-libsndfile1 1.0.28-6 amd64
+libsndfile1 1.0.28-6+deb10u1 amd64
-libssl1.1 1.1.1d-0+deb10u6 amd64
+libssl1.1 1.1.1d-0+deb10u7 amd64
-openssl 1.1.1d-0+deb10u6 amd64
+openssl 1.1.1d-0+deb10u7 amd64
-php-icinga 2.9.0-1.buster all
+php-icinga 2.9.3-1.buster all
+php-soap 2:7.3+69 all
+php7.3-soap 7.3.29-1~deb10u1 amd64
-salt-common 3003.1+ds-1 all
-salt-minion 3003.1+ds-1 all
+salt-common 3003.2+ds-1 all
+salt-minion 3003.2+ds-1 all
-vim-icinga2 2.12.5-1.buster all
+vim-icinga2 2.13.1-1.buster all

.etckeeper
icinga2/features-available/influxdb.conf
icinga2/features-available/influxdb2.conf [new file with mode: 0644]
icinga2/scripts/mail-host-notification.sh
icinga2/scripts/mail-service-notification.sh
php/7.3/apache2/conf.d/20-soap.ini [new symlink]
php/7.3/cli/conf.d/20-soap.ini [new symlink]
php/7.3/mods-available/soap.ini [new file with mode: 0644]
php/7.3/phpdbg/conf.d/20-soap.ini [new symlink]

index 97dce1e0b24ca67d59fde0a375da74d40f3be0c1..c7a15c896937c64facbd6c52fe7c00a39e3d187c 100755 (executable)
@@ -912,6 +912,9 @@ maybe chmod 0600 'icinga2/features-available/ido-pgsql.conf'
 maybe chown 'nagios' 'icinga2/features-available/influxdb.conf'
 maybe chgrp 'nagios' 'icinga2/features-available/influxdb.conf'
 maybe chmod 0644 'icinga2/features-available/influxdb.conf'
+maybe chown 'nagios' 'icinga2/features-available/influxdb2.conf'
+maybe chgrp 'nagios' 'icinga2/features-available/influxdb2.conf'
+maybe chmod 0644 'icinga2/features-available/influxdb2.conf'
 maybe chown 'nagios' 'icinga2/features-available/livestatus.conf'
 maybe chgrp 'nagios' 'icinga2/features-available/livestatus.conf'
 maybe chmod 0644 'icinga2/features-available/livestatus.conf'
@@ -1939,6 +1942,7 @@ maybe chmod 0644 'php/7.3/mods-available/readline.ini'
 maybe chmod 0644 'php/7.3/mods-available/shmop.ini'
 maybe chmod 0644 'php/7.3/mods-available/simplexml.ini'
 maybe chmod 0644 'php/7.3/mods-available/smbclient.ini'
+maybe chmod 0644 'php/7.3/mods-available/soap.ini'
 maybe chmod 0644 'php/7.3/mods-available/sockets.ini'
 maybe chmod 0644 'php/7.3/mods-available/sysvmsg.ini'
 maybe chmod 0644 'php/7.3/mods-available/sysvsem.ini'
index af8423577d5d46aa4d998d635f2fc7ca9f2bec75..f0af37bdb5372574f2af860a7c76c7fa1fc930b5 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * The InfluxdbWriter type writes check result metrics and
- * performance data to an InfluxDB HTTP API
+ * performance data to an InfluxDB v1 HTTP API
  */
 
 object InfluxdbWriter "influxdb" {
diff --git a/icinga2/features-available/influxdb2.conf b/icinga2/features-available/influxdb2.conf
new file mode 100644 (file)
index 0000000..53f7a21
--- /dev/null
@@ -0,0 +1,27 @@
+/**
+ * The Influxdb2Writer type writes check result metrics and
+ * performance data to an InfluxDB v2 HTTP API
+ */
+
+object Influxdb2Writer "influxdb2" {
+  //host = "127.0.0.1"
+  //port = 8086
+  //organization = "monitoring"
+  //bucket = "icinga2"
+  //auth_token = "ABCDEvwxyz0189-_"
+  //flush_threshold = 1024
+  //flush_interval = 10s
+  //host_template = {
+  //  measurement = "$host.check_command$"
+  //  tags = {
+  //    hostname = "$host.name$"
+  //  }
+  //}
+  //service_template = {
+  //  measurement = "$service.check_command$"
+  //  tags = {
+  //    hostname = "$host.name$"
+  //    service = "$service.name$"
+  //  }
+  //}
+}
index 2a2c011f6b4ea8fdf8c9d45d70694761c953762d..744481a77757f97521b9af6ca69dc4fa88cdb4aa 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 # Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
 # Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license
 
index c901f234dcbb7493731efffbb37b41d62b8c13e1..8e560ac23981941965fbd4f50636b340711147f9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 # Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
 # Except of function urlencode which is Copyright (C) by Brian White (brian@aljex.com) used under MIT license
 
diff --git a/php/7.3/apache2/conf.d/20-soap.ini b/php/7.3/apache2/conf.d/20-soap.ini
new file mode 120000 (symlink)
index 0000000..bf63c37
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/7.3/mods-available/soap.ini
\ No newline at end of file
diff --git a/php/7.3/cli/conf.d/20-soap.ini b/php/7.3/cli/conf.d/20-soap.ini
new file mode 120000 (symlink)
index 0000000..bf63c37
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/7.3/mods-available/soap.ini
\ No newline at end of file
diff --git a/php/7.3/mods-available/soap.ini b/php/7.3/mods-available/soap.ini
new file mode 100644 (file)
index 0000000..d545dfb
--- /dev/null
@@ -0,0 +1,3 @@
+; configuration for php soap module
+; priority=20
+extension=soap.so
diff --git a/php/7.3/phpdbg/conf.d/20-soap.ini b/php/7.3/phpdbg/conf.d/20-soap.ini
new file mode 120000 (symlink)
index 0000000..bf63c37
--- /dev/null
@@ -0,0 +1 @@
+/etc/php/7.3/mods-available/soap.ini
\ No newline at end of file