search for: inventory_port

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

2012 Dec 12
8
puppet dashboard inventory
...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 returned=5 errno=0 state=SSLv3 read finished A Can anyone help ? Cheers, Oli -- You received this message because you are subscribed to the Google Groups...
2011 Jul 23
2
Dashboard not retrieving inventory
..._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 services with no change, on both the master and dashboard hosts. Thanks, Khoury -- You received this message because you are subscribed...
2011 Apr 12
0
connecting dashboard to facts/inventory service.....
...#39;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 because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.c...
2012 Dec 12
0
puppet dashbaord inventory
.../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 returned=5 errno=0 state=SSLv3 read finished A Can anyone help ? Cheers, Oli -- You received this message because you are subscribed to the Google Group...
2012 Aug 23
1
Puppet Agent VS User
...vkey = /var/lib/puppet/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 =...
2012 Sep 14
2
assistance needed - err: Could not retrieve catalog from remote server: execution expired
...rbose --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 supports formats: b64_zlib_yaml pson raw yaml; using pson" on...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...ot; 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 # Whether to create dot graph files for the different # configuration graph...