puppetexplorer icon indicating copy to clipboard operation
puppetexplorer copied to clipboard

PuppetExplorer and Puppet 5

Open RymRabehi opened this issue 7 years ago • 5 comments

Hello,

Does puppetexplorer work with Puppet v5 ? I have this versions installed on the master.

puppet version: 5.5.1
puppetdb version: 5.2.2
puppetserver version: 5.3.1

Regards, Rym

RymRabehi avatar Jun 06 '18 10:06 RymRabehi

I get this error with puppet 5: pe

iglov avatar Aug 20 '18 05:08 iglov

@iglov I have the same error.

RymRabehi avatar Aug 20 '18 07:08 RymRabehi

i have the same error. the metric endpoint change:

# Before
puppetlabs.puppetdb.query.population:type=default,name=<misc>
# After
puppetlabs.puppetdb.population:name=<misc>

Zarne avatar Aug 27 '18 13:08 Zarne

small trick :

sed -i -e 's/puppetlabs\.puppetdb\.query\.population/puppetlabs\.puppetdb\.population/g' -e 's/type=default,//g' /usr/share/puppetexplorer/app.js

pibr1 avatar Nov 12 '18 14:11 pibr1

@pibr1 trick works like a charm!

andreguilhon avatar Feb 18 '19 14:02 andreguilhon