From 0c486d98c3ba7149b11733adfe0b27078fffb095 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Tue, 1 Apr 2014 12:39:29 -0700 Subject: [PATCH] Puppet nodes are unresponsive after 30 minutes This lowers the 'unresponsive_hours' variable to .5 in puppetboard meaning if a node misses its report 3 times it becomes flagged in the ui. Change-Id: I5c86fe09ac7647278c63500593c084451b8fc202 --- modules/openstack_project/manifests/puppetboard.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/manifests/puppetboard.pp b/modules/openstack_project/manifests/puppetboard.pp index 18f518a5ff..d5742eb6e1 100644 --- a/modules/openstack_project/manifests/puppetboard.pp +++ b/modules/openstack_project/manifests/puppetboard.pp @@ -12,6 +12,7 @@ class openstack_project::puppetboard( class { 'apache::mod::wsgi': } class { '::puppetboard': + unresponsive => '.5', enable_query => 'False', # This being a python false }