diff options
Diffstat (limited to 'Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack')
3 files changed, 16 insertions, 0 deletions
diff --git a/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Http.cfg b/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Http.cfg new file mode 100644 index 00000000..57dc32ba --- /dev/null +++ b/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/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Ssh.cfg b/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/Ssh.cfg new file mode 100644 index 00000000..544a1d1e --- /dev/null +++ b/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/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/rzdoku.shack.cfg b/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/rzdoku.shack.cfg new file mode 100644 index 00000000..121c1aa1 --- /dev/null +++ b/Monitoring/nagios/shinken/objects/shackspace/rzdoku.shack/rzdoku.shack.cfg @@ -0,0 +1,4 @@ +define host { + use generic-host + host_name rzdoku.shack +} |