]> Frank Brehm's Git Trees - config/ns1/etc.git/commitdiff
daily autocommit
authorFrank Brehm <frank@brehm-online.com>
Wed, 11 Oct 2017 04:45:39 +0000 (06:45 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 11 Oct 2017 04:45:39 +0000 (06:45 +0200)
icinga2/icinga2.conf
icinga2/zones.conf

index a809b96949804586f2311e23277ee802a9d3b532..019072f98f5eb23367a54f349be31a1711b97b76 100644 (file)
@@ -60,4 +60,4 @@ include_recursive "repository.d"
  * the preferred way is to create separate directories and files in the conf.d
  * directory. Each of these files must have the file extension ".conf".
  */
-include_recursive "conf.d"
+#include_recursive "conf.d"
index d81674b9c7295dfe22b8d526efa57cd3ed0c4acd..480d09137af43337ccf8d351e10d63eb068fb799 100644 (file)
@@ -3,11 +3,32 @@
  * on 2017-10-10 22:56:42 +0200
  */
 
-object Endpoint NodeName {
+
+object Endpoint "ns1.uhu-banane.de" {
+        host = "ns1.uhu-banane.de"
+        port = "5665"
+}
+
+object Zone "master" {
+        endpoints = [ "ns1.uhu-banane.de" ]
+}
+
+object Endpoint "ns3.uhu-banane.de" {
+        host = "ns3.uhu-banane.de"
+        port = "5665"
+}
+
+object Endpoint "sarah.uhu-banane.de" {
+        host = "sarah.uhu-banane.de"
+        port = "5665"
 }
 
-object Zone ZoneName {
-       endpoints = [ NodeName ]
+object Zone "icinga_clients_de" {
+        endpoints = [ "ns3.uhu-banane.de", "sarah.uhu-banane.de" ]
+        parent = "master"
 }
 
+object Zone "global-templates" {
+        global = true
+}