From 46c458227376c3e461f4f76183311245afdb704f Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 24 Nov 2025 09:08:25 +0100 Subject: [PATCH] forgot some vars --- defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index a558eca..7b86bcb 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -27,8 +27,8 @@ nrpe_mailq_critical: 20 nrpe_smtp_host: localhost -nrpe_eth_warning: '12M' -nrpe_eth_critical: '15M' +nrpe_bandwidth_warning: '12M' +nrpe_bandwidth_critical: '15M' nrpe_postgresql_host: localhost nrpe_postgresql_port: 5432