Since a few days I am no longer able to receive reports from puppetserver-2.1.3-0.1SNA to puppet-dashboard-2.0.0-beta1.
I used to trust the following puppet.conf on puppetserver
[main]
server=puppet.example.org
reports = store,puppetdb,http
reporturl = https://puppet.example.org/reports/upload
environment = production
[master]
storeconfigs = true
storeconfigs_backend = puppetdb
I far as I understand, the puppetserver did upload reports to the upload path of the puppet-dashboard. As it is not working now, either something is changed in puppetserver or I heve introduced a mistake in puppet.conf. Can you spot it?
Does exist an other way to connect puppetdashoboard to puppetserver? (importing reports with
bundle exec rake reports:import RAILS_ENV=production
works, but leads to a lot of error because of duplicate items)
↧