// This file has been created by Ansible | |
object Service "disk" { | |
import "generic-service" | |
check_command = "disk" | |
host_name = "{{ hostitem }}" | |
} | |
object Service "load" { | |
import "generic-service" | |
check_command = "load" | |
host_name = "{{ hostitem }}" | |
} | |
object Service "procs" { | |
import "generic-service" | |
check_command = "procs" | |
host_name = "{{ hostitem }}" | |
} | |
object Service "swap" { | |
import "generic-service" | |
check_command = "swap" | |
host_name = "{{ hostitem }}" | |
} | |
object Service "users" { | |
import "generic-service" | |
check_command = "users" | |
host_name = "{{ hostitem }}" | |
} | |
object Service "apt" { | |
import "generic-service" | |
check_command = "apt" | |
host_name = "{{ hostitem }}" | |
} | |
object Service "icinga" { | |
import "generic-service" | |
check_command = "icinga" | |
host_name = "{{ hostitem }}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment