puppetexplorer icon indicating copy to clipboard operation
puppetexplorer copied to clipboard

Puppet Explorer not load parameters " nodes,resources, avg,duplication " the screen dashboard

Open rafaelsilvaa10 opened this issue 8 years ago • 2 comments

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

rafaelsilvaa10 avatar Jul 06 '16 10:07 rafaelsilvaa10

I'm trying to configure it and I'm having exactly the same problem. Using PE 2016.2

image

fduranti avatar Aug 28 '16 10:08 fduranti

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

fduranti avatar Aug 28 '16 10:08 fduranti