search for: thin_storeconfigs

Displaying 10 results from an estimated 10 matches for "thin_storeconfigs".

2013 Sep 11
1
when does 'updated_at' column get updated?
Using centos 6 with puppet-2.6.17 with thin_storeconfigs with mysql and nagios exported resources. Every time an agent connects to the master, the updated_at column in the hosts table is updated. However, the updated_at column in the other tables is not updated even when I alter a nagios resource attribute like retry_check_interval. What are the cond...
2011 Jun 04
3
Client vs server storeconfigs
Hi all, As I understand it, storeconfigs needs to be enabled on both the agent and the master to function ideally. I have a couple of questions: -> Can the various agents and the master safely share the same storeconfigs db (say, a postgresql server)? Is there any benefit to setting things up this way? -> Is there any benefit for an _agent_ to use an RDBMS vs sqlite for its
2013 Jul 25
9
Not collecting exported resources without storeconfigs
# cat /etc/redhat-release CentOS release 6.4 (Final) # puppet --version 3.2.3 # rpm -q puppetdb puppetdb-1.3.2-1.el6.noarch I am now receiving "Not collecting exported resources without storeconfigs" for my opsview module. It was working fine on puppet 2.7 with Activerecord/MySQL. I am still new to puppetdb so maybe I am missing something. This is from puppet.conf: storeconfigs
2012 Sep 14
2
assistance needed - err: Could not retrieve catalog from remote server: execution expired
...ed that only one node is talking to the master. No change. No helpful information in the master log. I''m running the master with: /usr/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...
2012 Jul 07
1
plugin sync in masterless mode
...sfile = $vardir/classes.txt localconfig = $vardir/localconfig report = true report_server = provisions.mydomain reports = foreman manifest = $confdir/environments/$environment/manifests/site.pp modulepath=$confdir/environments/$environment/modules storeconfigs = true thin_storeconfigs = true dbadapter = mysql dbuser = puppet dbpassword = puppetpass dbserver = db.mydomain pluginsync = true graph = true preferred_serialization_format = yaml And Ive got plugins in modules/custom_facts/lib/facter/ Running this: puppet apply --environment=$PUPPET_ENV --...
2012 Dec 06
2
pasenger does not start puppet master under nginx
.../puppet # Where Puppet PID files are kept. # The default value is ''$vardir/run''. rundir = /var/run/puppet dns_alt_names = devops.XXXXX.com,devops confdir = /etc/puppet vardir = /var/lib/puppet storeconfigs = true storeconfigs_backend = puppetdb thin_storeconfigs = false async_storeconfigs = false ssl_client_header = SSL_CLIENT_S_D ssl_client_verify_header = SSL_CLIENT_VERIFY # Where SSL certificates are kept. # The default value is ''$confdir/ssl''. ssldir = $vardir/ssl any ideas where am I going wrong? I checkthe...
2013 Aug 21
11
Confusion with puppetdb (storeconfig) and query database
Hello, I have configured puppet and puppetdb (storeconfig) with postgresql and the service run and the collecting are good for example: I can make query with the next command and responds ok . [.........................] [root@master]# curl -X GET -H ''Accept: application/json'' http://127.0.0.1:8080/v2/facts --data-urlencode ''query=["=", "name",
2012 Aug 23
1
Puppet Agent VS User
...tatedir = /var/lib/puppet/state statefile = /var/lib/puppet/state/state.yaml storeconfigs = false storeconfigs_backend = active_record strict_hostname_checking = false summarize = false syslogfacility = daemon tagmap = /etc/puppet/tagmail.conf tags = "" templatedir = /etc/puppet/templates thin_storeconfigs = false trace = false use_cached_catalog = false usecacheonfailure = true user = puppet vardir = /var/lib/puppet yamldir = /var/lib/puppet/yaml zlib = true ## Agent mode config root@vusion-production:~# puppet config print all --mode agent allow_duplicate_certs = false archive_file_server = vusion...
2012 Jun 04
15
mysql or postgresql
Hi! Which database would you recommend to use mysql or postgresql for puppet? Estimated number of nodes 30000, they send reports every 30 minutes. Thanks -- 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.com. To unsubscribe from this group, send email to
2011 Nov 04
1
Storeconfigs and nagios and foreman
...the documentation but I have the following set: root@puppet:/etc/puppet# grep storeconfig puppet.conf # Boolean; wether storeconfigs store in the database only the facts and exported resources. # If true, then storeconfigs performance will be higher and still allow exported/collected thin_storeconfigs = false # async_storeconfigs = false # You can adjust the backend using the storeconfigs_backend setting. storeconfigs = true storeconfigs_backend = active_record root@puppet:/etc/puppet# grep foreman puppet.conf external_nodes = /usr/share/foreman/extras/puppet/foreman/file...