You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-role-nginx/lamp_haproxy/roles/nagios/files/ansible-managed-services.cfg

39 lines
1.2 KiB

# {{ ansible_managed }}
# service checks to be applied to all hosts
define service {
use local-service
host_name localhost
service_description Root Partition
check_command check_local_disk!20%!10%!/
}
define service {
use local-service
host_name *
service_description Current Users
check_command check_local_users!20!50
}
define service {
use local-service
host_name *
service_description Total Processes
check_command check_local_procs!250!400!RSZDT
}
define service {
use local-service
host_name *
service_description Current Load
check_command check_local_load!5.0,4.0,3.0!10.0,6.0,4.0
}
define service {
use local-service
host_name *
service_description Swap Usage
check_command check_local_swap!20!10
}