From 1739393c4db6e2a63dcb437d5fda00afb8568de5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 11 May 2015 18:10:29 +0000 Subject: [PATCH] Set nrpe higher on cloud hardware --- inventory/group_vars/openstack-compute | 2 ++ inventory/host_vars/fed-cloud09.cloud.fedoraproject.org | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inventory/group_vars/openstack-compute b/inventory/group_vars/openstack-compute index ca2d561131..dde4d96fa3 100644 --- a/inventory/group_vars/openstack-compute +++ b/inventory/group_vars/openstack-compute @@ -1,2 +1,4 @@ --- host_group: openstack-compute +nrpe_procs_warn: 900 +nrpe_procs_crit: 1000 diff --git a/inventory/host_vars/fed-cloud09.cloud.fedoraproject.org b/inventory/host_vars/fed-cloud09.cloud.fedoraproject.org index 2559de113b..3f53217fd2 100644 --- a/inventory/host_vars/fed-cloud09.cloud.fedoraproject.org +++ b/inventory/host_vars/fed-cloud09.cloud.fedoraproject.org @@ -1,2 +1,4 @@ --- root_auth_users: msuchy +nrpe_procs_warn: 900 +nrpe_procs_crit: 1000