Change number of processes
diff --git a/heat/files/sensu.conf b/heat/files/sensu.conf
index e7103ac..6389b93 100644
--- a/heat/files/sensu.conf
+++ b/heat/files/sensu.conf
@@ -1,17 +1,17 @@
local_heat_api_cfn_proc:
- command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C heat-api-cfn -u heat -c 1:1"
+ command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C heat-api-cfn -u heat -c 1:10"
interval: 60
occurrences: 1
subscribers:
- local-heat-server
local_heat_engine:
- command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C heat-engine -u heat -c 1:1"
+ command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C heat-engine -u heat -c 1:20"
interval: 60
occurrences: 1
subscribers:
- local-heat-server
local_heat_api:
- command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C heat-api -u heat -c 1:1"
+ command: "PATH=$PATH:/usr/lib64/nagios/plugins:/usr/lib/nagios/plugins check_procs -C heat-api -u heat -c 1:10"
interval: 60
occurrences: 1
subscribers: