From 9456cfffea015812acf5dcdd2d074e98ca54e720 Mon Sep 17 00:00:00 2001 From: euer Date: Sun, 23 Dec 2012 00:21:25 +0100 Subject: //Monitoring -> //god/Monitoring --- .../nagios/shinken/objects/shackspace/rzdoku.shack/Http.cfg | 6 ++++++ .../nagios/shinken/objects/shackspace/rzdoku.shack/Ssh.cfg | 6 ++++++ .../nagios/shinken/objects/shackspace/rzdoku.shack/rzdoku.shack.cfg | 4 ++++ 3 files changed, 16 insertions(+) create mode 100644 god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Http.cfg create mode 100644 god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Ssh.cfg create mode 100644 god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/rzdoku.shack.cfg (limited to 'god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack') diff --git a/god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Http.cfg b/god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Http.cfg new file mode 100644 index 00000000..57dc32ba --- /dev/null +++ b/god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Http.cfg @@ -0,0 +1,6 @@ +define service { + service_description Http + use generic-service + check_command check_http + host_name rzdoku.shack +} diff --git a/god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Ssh.cfg b/god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Ssh.cfg new file mode 100644 index 00000000..544a1d1e --- /dev/null +++ b/god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Ssh.cfg @@ -0,0 +1,6 @@ +define service { + service_description Ssh + use generic-service + check_command check_ssh + host_name rzdoku.shack +} diff --git a/god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/rzdoku.shack.cfg b/god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/rzdoku.shack.cfg new file mode 100644 index 00000000..121c1aa1 --- /dev/null +++ b/god/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/rzdoku.shack.cfg @@ -0,0 +1,4 @@ +define host { + use generic-host + host_name rzdoku.shack +} -- cgit v1.2.3