Just trying to get help here.
My puppetdb server is called puppet-server3. My dashboard server is puppet-server2. I can run inventory commands against my puppetdb and get results.
For example - i have a
puppet-client2.test.net machine running the puppet agent
[root@puppet-server3 ~]# curl -H "Accept: application/json" '
http://localhost:8080/status/nodes/puppet-client2.test.net'
{
"name" : "
puppet-client2.test.net",
"deactivated" : null,
"catalog_timestamp" : "2012-12-13T17:55:28.704Z",
"facts_timestamp" : "2012-12-13T17:55:28.534Z"
So that tells me the puppetdb is holding facts about my puppet agent
For the dashboard, what inventory server do I specify in settings.yml? It is the puppetdb server (
puppet-server3.test.net)
# Hostname of the inventory server.
inventory_server: '
puppet-server3.test.net'
# Port for the inventory server.
inventory_port: 8081
Do I need to set up SSL certs between the dashboard server and the puppetdb server?
Any help would be appreciated
Cheers,
Oli