]> Frank Brehm's Git Trees - config/ns2/etc.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Tue, 21 Nov 2017 09:11:11 +0000 (10:11 +0100)
committerFrank Brehm <frank@brehm-online.com>
Tue, 21 Nov 2017 09:11:11 +0000 (10:11 +0100)
Package changes:
-icinga2 2.7.1-2.stretch amd64
-icinga2-bin 2.7.1-2.stretch amd64
+icinga2 2.8.0-1.stretch amd64
+icinga2-bin 2.8.0-1.stretch amd64
-icinga2-common 2.7.1-2.stretch all
+icinga2-common 2.8.0-1.stretch all
-libcurl3-gnutls 7.52.1-5+deb9u1 amd64
+libcurl3-gnutls 7.52.1-5+deb9u2 amd64
-libicinga2 2.7.1-2.stretch amd64
+libicinga2 2.8.0-1.stretch amd64
-libpq5 9.6.4-0+deb9u1 amd64
+libpq5 9.6.6-0+deb9u1 amd64
-libruby2.3 2.3.3-1+deb9u1 amd64
+libruby2.3 2.3.3-1+deb9u2 amd64
-libssl1.0.2 1.0.2l-2 amd64
-libssl1.1 1.1.0f-3 amd64
+libssl1.0.2 1.0.2l-2+deb9u1 amd64
+libssl1.1 1.1.0f-3+deb9u1 amd64
-openssl 1.1.0f-3 amd64
+openssl 1.1.0f-3+deb9u1 amd64
-procmail 3.22-25+b1 amd64
+procmail 3.22-25+deb9u1 amd64
-ruby2.3 2.3.3-1+deb9u1 amd64
+ruby2.3 2.3.3-1+deb9u2 amd64
-tzdata 2017b-1 all
+tzdata 2017c-0+deb9u1 all
-vim-icinga2 2.7.1-2.stretch all
+vim-icinga2 2.8.0-1.stretch all
-wget 1.18-5 amd64
+wget 1.18-5+deb9u1 amd64

.etckeeper
icinga2/conf.d/timeperiods.conf
icinga2/features-available/elasticsearch.conf [new file with mode: 0644]

index 6f77b7eb6797428253ba3233d01126b18052ee91..80cb9f08024c085cf21913d24606d973e668ae0e 100755 (executable)
@@ -760,6 +760,7 @@ maybe chmod 0644 'icinga2/features-available/checker.conf'
 maybe chmod 0644 'icinga2/features-available/command.conf'
 maybe chmod 0644 'icinga2/features-available/compatlog.conf'
 maybe chmod 0644 'icinga2/features-available/debuglog.conf'
+maybe chmod 0644 'icinga2/features-available/elasticsearch.conf'
 maybe chmod 0644 'icinga2/features-available/gelf.conf'
 maybe chmod 0644 'icinga2/features-available/graphite.conf'
 maybe chmod 0644 'icinga2/features-available/influxdb.conf'
index 21fac5277e4d05d25f3b831629c40f5faa6cc46d..ea162ff897472933412a5b1b1101c156fa78d103 100644 (file)
@@ -1,13 +1,9 @@
 /**
- * Sample timeperiods for Icinga 2 requiring
- * 'legacy-timeperiod' template from the Icinga
- * Template Library (ITL).
+ * Sample timeperiods for Icinga 2.
  * Check the documentation for details.
  */
 
 object TimePeriod "24x7" {
-  import "legacy-timeperiod"
-
   display_name = "Icinga 2 24x7 TimePeriod"
   ranges = {
     "monday"   = "00:00-24:00"
@@ -21,8 +17,6 @@ object TimePeriod "24x7" {
 }
 
 object TimePeriod "9to5" {
-  import "legacy-timeperiod"
-
   display_name = "Icinga 2 9to5 TimePeriod"
   ranges = {
     "monday"   = "09:00-17:00"
@@ -34,8 +28,6 @@ object TimePeriod "9to5" {
 }
 
 object TimePeriod "never" {
-  import "legacy-timeperiod"
-
   display_name = "Icinga 2 never TimePeriod"
   ranges = {
   }
diff --git a/icinga2/features-available/elasticsearch.conf b/icinga2/features-available/elasticsearch.conf
new file mode 100644 (file)
index 0000000..86a05a2
--- /dev/null
@@ -0,0 +1,10 @@
+library "perfdata"
+
+object ElasticsearchWriter "elasticsearch" {
+  //host = "127.0.0.1"
+  //port = 9200
+  //index = "icinga2"
+  //enable_send_perfdata = false
+  //flush_threshold = 1024
+  //flush_interval = 10s
+}