disk - add var for warn / crit

This commit is contained in:
Ludovic Cartier
2025-11-13 20:48:34 +01:00
parent 0fc907e562
commit 5fdb2257ea
2 changed files with 14 additions and 17 deletions

View File

@@ -4,6 +4,12 @@ nrpe_allowed_hosts: '127.0.0.1,51.158.69.165'
nrpe_load_warning: "{{ ansible_processor_cores|int }}"
nrpe_load_critical: "{{ (ansible_processor_cores * 2)|int }}"
nrpe_disk_usage_warning: 80
nrpe_disk_usage_critical: 90
nrpe_disk_inode_warning: 80
nrpe_disk_inode_critical: 90
nrpe_memory_warning: 80
nrpe_memory_critical: 90