diff options
author | makefu <github@syntax-fehler.de> | 2012-10-05 06:46:27 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2012-10-05 06:46:27 +0200 |
commit | 6c89839b7fc344608e61c8916ac9d9925fa98d14 (patch) | |
tree | e316b8121f4880491659dc3cb8851de7762e58a9 /Monitoring/nagios/shinken/objects/shackspace/shackgateway.shack | |
parent | 957e2d7469b0e3d88e06b6a15e91478efc63cd62 (diff) |
Monitoring/\* --> nagios/
Diffstat (limited to 'Monitoring/nagios/shinken/objects/shackspace/shackgateway.shack')
6 files changed, 34 insertions, 0 deletions
diff --git a/Monitoring/nagios/shinken/objects/shackspace/shackgateway.shack/DNS.cfg b/Monitoring/nagios/shinken/objects/shackspace/shackgateway.shack/DNS.cfg new file mode 100644 index 00000000..3d8f832d --- /dev/null +++ b/Monitoring/nagios/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/nagios/shinken/objects/shackspace/shackgateway.shack/Http.cfg b/Monitoring/nagios/shinken/objects/shackspace/shackgateway.shack/Http.cfg new file mode 100644 index 00000000..eb42c69c --- /dev/null +++ b/Monitoring/nagios/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/nagios/shinken/objects/shackspace/shackgateway.shack/Https-Certificate.cfg b/Monitoring/nagios/shinken/objects/shackspace/shackgateway.shack/Https-Certificate.cfg new file mode 100644 index 00000000..ef9a6411 --- /dev/null +++ b/Monitoring/nagios/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/nagios/shinken/objects/shackspace/shackgateway.shack/Https.cfg b/Monitoring/nagios/shinken/objects/shackspace/shackgateway.shack/Https.cfg new file mode 100644 index 00000000..991487d4 --- /dev/null +++ b/Monitoring/nagios/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/nagios/shinken/objects/shackspace/shackgateway.shack/Ssh.cfg b/Monitoring/nagios/shinken/objects/shackspace/shackgateway.shack/Ssh.cfg new file mode 100644 index 00000000..2d12f2d7 --- /dev/null +++ b/Monitoring/nagios/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/nagios/shinken/objects/shackspace/shackgateway.shack/shackgateway.shack.cfg b/Monitoring/nagios/shinken/objects/shackspace/shackgateway.shack/shackgateway.shack.cfg new file mode 100644 index 00000000..3f80764f --- /dev/null +++ b/Monitoring/nagios/shinken/objects/shackspace/shackgateway.shack/shackgateway.shack.cfg @@ -0,0 +1,4 @@ +define host { + use generic-host + host_name shackgateway.shack +} |