search for: inventory_serv

Displaying 7 results from an estimated 7 matches for "inventory_serv".

Did you mean: inventory_server
2012 Dec 12
8
puppet dashboard inventory
...db server to get the inventory records? Where do I configure the dashboard inventory so it uses puppetdb? I have configured vi /usr/share/puppet-dashboard/ config/settings.yml with # The "inventory service" allows you to connect to a puppet master to retrieve and node facts enable_inventory_service: true # Hostname of the inventory server. inventory_server: ''puppet-server1.domain.net'' # Port for the inventory server. inventory_port: 8081 However, inventory is not picking up any information Inventory Could not retrieve facts from inventory service: SSL_connect SYSCALL...
2011 Jul 23
2
Dashboard not retrieving inventory
...y allow * puppet.conf: # Reporting reporturl = http://puppetdashboard.domain/reports/upload # Testing, to be changed to DB for prod facts_terminus = yaml Puppet Dashboard: settings.yml: # The "inventory service" allows you to connect to a puppet master to retrieve and node facts enable_inventory_service: true # Hostname of the inventory server. inventory_server: ''puppet'' # Port for the inventory server. inventory_port: 8140 Any ideas? I''m stumped at this point. It almost seems like the dashboard isn''t asking for inventory at all. I''ve restarted all...
2011 Apr 12
0
connecting dashboard to facts/inventory service.....
...e dashboard application, and the hostname of it, just incase). I''ve generated signed and retrieved the certs as documented. I''ve also tried with allow * above, same results. puppet.conf on the puppetmaster has: facts_terminus = yaml and settings.yaml on the dashboard has: enable_inventory_service: true # Hostname of the inventory server. inventory_server: ''puppet'' # Port for the inventory server. inventory_port: 8140 reports are working just fine, so I feel like I''m missing something obvious....any help would be great! -- You received this message beca...
2012 Dec 12
0
puppet dashbaord inventory
...tdb server to get the inventory records? Where do I configure the dashboard inventory so it uses puppetdb? I have configured vi /usr/share/puppet-dashboard/config/settings.yml with # The "inventory service" allows you to connect to a puppet master to retrieve and node facts enable_inventory_service: true # Hostname of the inventory server. inventory_server: ''puppet-server1.domain.net'' # Port for the inventory server. inventory_port: 8081 However, inventory is not picking up any information Inventory Could not retrieve facts from inventory service: SSL_connect SYSCALL...
2012 Aug 23
1
Puppet Agent VS User
.../ssl/private_keys/vusion-production.pem hostpubkey = /var/lib/puppet/ssl/public_keys/vusion-production.pem http_compression = false http_proxy_host = none http_proxy_port = 3128 httplog = /var/log/puppet/http.log ignorecache = false ignoreimport = false ignoreschedules = false inventory_port = 8140 inventory_server = puppet inventory_terminus = facter keylength = 1024 lastrunfile = /var/lib/puppet/state/last_run_summary.yaml lastrunreport = /var/lib/puppet/state/last_run_report.yaml ldapattrs = all ldapbase = "" ldapclassattrs = puppetclass ldapnodes = false ldapparentattr = parentnode ldappasswor...
2012 Sep 14
2
assistance needed - err: Could not retrieve catalog from remote server: execution expired
...sbin/puppetmasterd --no-daemonize --debug --logdest console --verbose --trace and some relevant puppet.conf portions on the master: storeconfigs = true thin_storeconfigs = true reports = log,puppet_dashboard reportfrom = root syslogfacility = user # Remote Inventory Service facts_terminus = rest inventory_server = tv-puppetma1.techtarget.com # fqdn of master inventory_port = 8140 The exact behavior I''m seeing is that when I run puppetd on the node, all works well up to seeing "debug: catalog supports formats: marshal pson raw yaml; using pson" on the node and "debug: facts supp...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...rval of 0 means "run continuously" rather than # "never run." If you want puppet agent to never run, you should start # it with the `--no-client` option. # The default value is ''1800''. # runinterval = 1800 # The port to communicate with the inventory_server. # The default value is ''$masterport''. inventory_port = 8140 # The port to use for the certificate authority. # The default value is ''$masterport''. ca_port = 8140 # Whether puppet agent should be run in noop mode. # noop = false...