puppetexplorer
puppetexplorer copied to clipboard
Puppet Explorer not load parameters " nodes,resources, avg,duplication " the screen dashboard
Good morning, I set up the puppet explorer , put it through the module.
He is collecting normal information , but he can not collect the data dashboard page .
It is just carrying with a circle , and not carries.
Could someone help me , I thank you
I'm trying to configure it and I'm having exactly the same problem. Using PE 2016.2
Checked some issue and seems the fix to this is to add this rewrite rule: RewriteEngine On RewriteRule ^/api/metrics/v1/mbeans/puppetlabs.puppetdb.query.population:type=default,name=(.*)$ https://%{HTTP_HOST}/api/metrics/v1/mbeans/puppetlabs.puppetdb.population:name=$1 [R=301,L]
The fix is explained in issue 49