From 96dc405bec3800fe09a5c07ce0bee204799df48f Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Thu, 2 Jul 2015 15:18:51 -0700 Subject: [PATCH] Extend the 'unreported' period to 1.5 hours If a node has not run puppet in the last 1.5 hours then it will show up as unreported in puppetboard.o.o. This is inexpertly tuned against the 1 hour cron that run_all.sh runs against. Change-Id: I062198143801bccd21724de24e260138d348317d --- modules/openstack_project/manifests/puppetboard.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/manifests/puppetboard.pp b/modules/openstack_project/manifests/puppetboard.pp index d5742eb6e1..250976714e 100644 --- a/modules/openstack_project/manifests/puppetboard.pp +++ b/modules/openstack_project/manifests/puppetboard.pp @@ -12,7 +12,7 @@ class openstack_project::puppetboard( class { 'apache::mod::wsgi': } class { '::puppetboard': - unresponsive => '.5', + unresponsive => '1.5', enable_query => 'False', # This being a python false }