puppetexplorer
puppetexplorer copied to clipboard
PuppetExplorer and Puppet 5
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
I get this error with puppet 5:

@iglov I have the same error.
i have the same error. the metric endpoint change:
# Before
puppetlabs.puppetdb.query.population:type=default,name=<misc>
# After
puppetlabs.puppetdb.population:name=<misc>
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 trick works like a charm!