cleanup
This commit is contained in:
@ -1,20 +1,26 @@
|
||||
---
|
||||
nrpe_allowed_hosts: '127.0.0.1,212.85.154.82,51.158.69.165'
|
||||
nrpe_allowed_hosts: '127.0.0.1,51.158.69.165'
|
||||
|
||||
nrpe_load_warning: '`cat /proc/cpuinfo |grep -c processor`'
|
||||
nrpe_load_critical: '`echo "$(($(cat /proc/cpuinfo |grep -c processor) * 2 ))"`'
|
||||
nrpe_load_warning: "{{ ansible_processor_cores|int }}"
|
||||
nrpe_load_critical: "{{ (ansible_processor_cores * 2)|int }}"
|
||||
|
||||
nrpe_memory_warning: 80
|
||||
nrpe_memory_critical: 90
|
||||
|
||||
nrpe_swap_warning: 40
|
||||
nrpe_swap_critical: 60
|
||||
nrpe_swap_warning: 70
|
||||
nrpe_swap_critical: 80
|
||||
|
||||
nrpe_exim_warning: 10
|
||||
nrpe_exim_critical: 20
|
||||
nrpe_mailq_warning: 10
|
||||
nrpe_mailq_critical: 20
|
||||
|
||||
nrpe_postfix_warning: 10
|
||||
nrpe_postfix_critical: 20
|
||||
nrpe_smtp_host: localhost
|
||||
|
||||
nrpe_eth_warning: '12M'
|
||||
nrpe_eth_critical: '15M'
|
||||
|
||||
nrpe_postgresql_host: locahost
|
||||
nrpe_postgresql_port: 5432
|
||||
nrpe_postgresql_user: nagios
|
||||
nrpe_postgresql_password: changeme_
|
||||
nrpe_postgresql_backend_warning: 75
|
||||
nrpe_postgresql_backend_critical: 90
|
||||
|
Reference in New Issue
Block a user