various fixes & updates
This commit is contained in:
@@ -4,6 +4,12 @@ nrpe_allowed_hosts: '127.0.0.1,51.158.69.165,49.12.224.53'
|
||||
nrpe_load_warning: "{{ ansible_processor_cores|int }}"
|
||||
nrpe_load_critical: "{{ (ansible_processor_cores * 2)|int }}"
|
||||
|
||||
nrpe_check_total_procs_warning: 500
|
||||
nrpe_check_total_procs_critical: 800
|
||||
|
||||
nrpe_check_zombie_procs_warning: 5
|
||||
nrpe_check_zombie_procs_critical: 10
|
||||
|
||||
nrpe_disk_usage_warning: 80
|
||||
nrpe_disk_usage_critical: 90
|
||||
|
||||
@@ -34,3 +40,8 @@ nrpe_postgresql_backend_critical: 90
|
||||
nrpe_mysql_host: localhost
|
||||
nrpe_mysql_user: nagios
|
||||
nrpe_mysql_password: changeme_
|
||||
nrpe_mysql_longqueries_warning: 600
|
||||
nrpe_mysql_longqueries_critical: 1200
|
||||
|
||||
nrpe_proc_age_warning: 400
|
||||
nrpe_proc_age_critical: 600
|
||||
Reference in New Issue
Block a user