From bfa204a580a503a216cedbedd36586fb00458181 Mon Sep 17 00:00:00 2001
From: root <root@kremium>
Date: Fri, 18 Nov 2011 10:10:13 +0100
Subject: //Monitoring: add shinken configs

---
 Monitoring/shinken/objects/shackspace/shackgateway.shack/DNS.cfg    | 6 ++++++
 Monitoring/shinken/objects/shackspace/shackgateway.shack/Http.cfg   | 6 ++++++
 .../objects/shackspace/shackgateway.shack/Https-Certificate.cfg     | 6 ++++++
 Monitoring/shinken/objects/shackspace/shackgateway.shack/Https.cfg  | 6 ++++++
 Monitoring/shinken/objects/shackspace/shackgateway.shack/Ssh.cfg    | 6 ++++++
 .../objects/shackspace/shackgateway.shack/shackgateway.shack.cfg    | 4 ++++
 6 files changed, 34 insertions(+)
 create mode 100644 Monitoring/shinken/objects/shackspace/shackgateway.shack/DNS.cfg
 create mode 100644 Monitoring/shinken/objects/shackspace/shackgateway.shack/Http.cfg
 create mode 100644 Monitoring/shinken/objects/shackspace/shackgateway.shack/Https-Certificate.cfg
 create mode 100644 Monitoring/shinken/objects/shackspace/shackgateway.shack/Https.cfg
 create mode 100644 Monitoring/shinken/objects/shackspace/shackgateway.shack/Ssh.cfg
 create mode 100644 Monitoring/shinken/objects/shackspace/shackgateway.shack/shackgateway.shack.cfg

(limited to 'Monitoring/shinken/objects/shackspace/shackgateway.shack')

diff --git a/Monitoring/shinken/objects/shackspace/shackgateway.shack/DNS.cfg b/Monitoring/shinken/objects/shackspace/shackgateway.shack/DNS.cfg
new file mode 100644
index 00000000..3d8f832d
--- /dev/null
+++ b/Monitoring/shinken/objects/shackspace/shackgateway.shack/DNS.cfg
@@ -0,0 +1,6 @@
+define service {
+  service_description   DNS
+  use   generic-service
+  check_command   check_dig!google.de
+  host_name   shackgateway.shack
+}
diff --git a/Monitoring/shinken/objects/shackspace/shackgateway.shack/Http.cfg b/Monitoring/shinken/objects/shackspace/shackgateway.shack/Http.cfg
new file mode 100644
index 00000000..eb42c69c
--- /dev/null
+++ b/Monitoring/shinken/objects/shackspace/shackgateway.shack/Http.cfg
@@ -0,0 +1,6 @@
+define service {
+  service_description   Http
+  use   generic-service
+  check_command   check_http
+  host_name   shackgateway.shack
+}
diff --git a/Monitoring/shinken/objects/shackspace/shackgateway.shack/Https-Certificate.cfg b/Monitoring/shinken/objects/shackspace/shackgateway.shack/Https-Certificate.cfg
new file mode 100644
index 00000000..ef9a6411
--- /dev/null
+++ b/Monitoring/shinken/objects/shackspace/shackgateway.shack/Https-Certificate.cfg
@@ -0,0 +1,6 @@
+define service {
+  service_description   Https-Certificate
+  use   generic-service
+  check_command   check_https_certificate
+  host_name   shackgateway.shack
+}
diff --git a/Monitoring/shinken/objects/shackspace/shackgateway.shack/Https.cfg b/Monitoring/shinken/objects/shackspace/shackgateway.shack/Https.cfg
new file mode 100644
index 00000000..991487d4
--- /dev/null
+++ b/Monitoring/shinken/objects/shackspace/shackgateway.shack/Https.cfg
@@ -0,0 +1,6 @@
+define service {
+  service_description   Https
+  use   generic-service
+  check_command   check_https
+  host_name   shackgateway.shack
+}
diff --git a/Monitoring/shinken/objects/shackspace/shackgateway.shack/Ssh.cfg b/Monitoring/shinken/objects/shackspace/shackgateway.shack/Ssh.cfg
new file mode 100644
index 00000000..2d12f2d7
--- /dev/null
+++ b/Monitoring/shinken/objects/shackspace/shackgateway.shack/Ssh.cfg
@@ -0,0 +1,6 @@
+define service {
+  service_description   Ssh
+  use   generic-service
+  check_command   check_ssh
+  host_name   shackgateway.shack
+}
diff --git a/Monitoring/shinken/objects/shackspace/shackgateway.shack/shackgateway.shack.cfg b/Monitoring/shinken/objects/shackspace/shackgateway.shack/shackgateway.shack.cfg
new file mode 100644
index 00000000..3f80764f
--- /dev/null
+++ b/Monitoring/shinken/objects/shackspace/shackgateway.shack/shackgateway.shack.cfg
@@ -0,0 +1,4 @@
+define host {
+  use   generic-host
+  host_name   shackgateway.shack
+}
-- 
cgit v1.2.3