summaryrefslogtreecommitdiffstats
path: root/Monitoring/shinken/objects/shackspace/standby.shack
diff options
context:
space:
mode:
Diffstat (limited to 'Monitoring/shinken/objects/shackspace/standby.shack')
-rw-r--r--Monitoring/shinken/objects/shackspace/standby.shack/Http.cfg6
-rw-r--r--Monitoring/shinken/objects/shackspace/standby.shack/Ssh.cfg6
-rw-r--r--Monitoring/shinken/objects/shackspace/standby.shack/standby.shack.cfg4
3 files changed, 16 insertions, 0 deletions
diff --git a/Monitoring/shinken/objects/shackspace/standby.shack/Http.cfg b/Monitoring/shinken/objects/shackspace/standby.shack/Http.cfg
new file mode 100644
index 00000000..47eca686
--- /dev/null
+++ b/Monitoring/shinken/objects/shackspace/standby.shack/Http.cfg
@@ -0,0 +1,6 @@
+define service {
+ service_description Http
+ use generic-service
+ check_command check_http
+ host_name standby.shack
+}
diff --git a/Monitoring/shinken/objects/shackspace/standby.shack/Ssh.cfg b/Monitoring/shinken/objects/shackspace/standby.shack/Ssh.cfg
new file mode 100644
index 00000000..1cc9007e
--- /dev/null
+++ b/Monitoring/shinken/objects/shackspace/standby.shack/Ssh.cfg
@@ -0,0 +1,6 @@
+define service {
+ service_description Ssh
+ use generic-service
+ check_command check_ssh
+ host_name standby.shack
+}
diff --git a/Monitoring/shinken/objects/shackspace/standby.shack/standby.shack.cfg b/Monitoring/shinken/objects/shackspace/standby.shack/standby.shack.cfg
new file mode 100644
index 00000000..f6965c14
--- /dev/null
+++ b/Monitoring/shinken/objects/shackspace/standby.shack/standby.shack.cfg
@@ -0,0 +1,4 @@
+define host {
+ use generic-host
+ host_name standby.shack
+}