search for: splaylimit

Displaying 12 results from an estimated 12 matches for "splaylimit".

2013 Jun 07
1
" mco puppet runonce -v" fails when puppet returns code 2 for change
...pet runonce -v Discovering hosts using the mc method for 2 second(s) .... 1 * [ ============================================================> ] 1 / 1 mcqpuppetagent. : Puppet command ''puppet agent --test --server mcqpuppetserver. --onetime --daemonize --color=false --splay --splaylimit 30'' had exit code 2, expected 0 {:summary=> "Puppet command ''puppet agent --test --server mcqpuppetserver. --onetime --daemonize --color=false --splay --splaylimit 30'' had exit code 2, expected 0"} ---- rpc stats ---- Nodes: 1 / 1...
2013 May 24
1
Example of a working runinterval + splay configuration?
I have a substantial number of Windows hosts running puppet 3.1.1 with the following in their puppet.conf: runinterval = 1800 > splay = true > splaylimit = 900 However in checking puppet logs, I''m finding that these hosts are dialing in at 30 minute intervals +/- 5-10 seconds. Can someone provide me an example puppet.conf that is properly implementing the splay feature on a similar environment (windows, Puppet 3.1.1)? Thanks in advan...
2013 Mar 05
9
Mcollective/Puppet Connector
When attempting to execute the mcollective puppet plugin: # mco puppet runonce -v aixl : execution expired aixj : execution expired I get an error, ''execution expired'' on some hosts. However, these hosts respond via mco ping and, I have verified the date/time on the servers. The puppet agent is also
2009 May 18
4
running and configuring puppetd as a daemon at a set time
Hello All I gather that the number of times the daemon checks in is controlled via runinterval (default 1800 seconds) Further, splay (and splaylimit) sets if a pseudo random time is used before checking in. BUT does splay have any meaning if i can not set when the daemon should attempt to check in? Or can i set the check-in time (i may have just missed the option)? cheers chakkerz --~--~---------~--~----~------------~-------~--~----~ You rece...
2013 Dec 13
2
New to puppet and recieving mcollective error
...collective/facts.yaml +# Puppet Classes +classesfile = /var/opt/lib/pe-puppet/classes.txt + +# Puppet Agent plugin configuration +plugin.puppet.command = /opt/puppet/bin/puppet agent +plugin.puppet.config = /etc/puppetlabs/puppet/puppet.conf + +plugin.puppet.splay = true +plugin.puppet.splaylimit = 120 + +# Periodcally broadcast metdata for registration purposes. +# This registration plugin will broadcast current Facter fact values. +registration = Meta +# registerinterval is intentionally "long" to prevent systems from being overly +# chatty on the message bus by default....
2008 Dec 18
3
errors after 0.24.7 upgrade ..
...true logdir = /var/log/puppet ssldir = $vardir/ssl factpath = $vardir/lib/facter vardir = /var/lib/puppet rundir = /var/run/puppet pluginsync = true certdnsnames = puppet:< removed > report = true configtimeout = 300 puppetdlog = $logdir/puppetd.log splaylimit = 1800 splay = true runinterval = 3600 ca_port = 8145 [puppetmasterd] storeconfigs = true dbadapter = mysql dbname = puppet dbuser = puppet dbpassword = < removed > dbserver = localhost dbsocket = /var/lib/mysql/mysql.sock reports = store,tagmail...
2009 Jun 10
10
puppet client looking for server puppet
.../clientconfigs.sqlite3 runinterval = 60 localconfig = /var//opt/csw/puppet/state/localconfig puppetdlog = /var//opt/csw/puppet/log/puppetd.log ca_server = mypuppet.example.net statefile = /var//opt/csw/puppet/state/state.yaml server = mypuppet.example.net httplog = /var//opt/csw/puppet/log/http.log splaylimit = 60 config = /etc//opt/csw/puppet/puppet.conf reportserver = mypuppet.example.net ca_port = 8140 puppetdlockfile = /var//opt/csw/puppet/state/puppetdlock classfile = /var//opt/csw/puppet/state/classes.txt signeddir = /etc//opt/csw/puppet/ssl/ca/signed autosign = /etc//opt/csw/puppet/autosign.conf...
2012 Aug 23
1
Puppet Agent VS User
..._mode = user rundir = /var/run/puppet runinterval = 1800 sendmail = /usr/sbin/sendmail serial = /var/lib/puppet/ssl/ca/serial server = puppet server_datadir = /var/lib/puppet/server_data servertype = webrick show_diff = false signeddir = /var/lib/puppet/ssl/ca/signed smtpserver = none splay = false splaylimit = 1800 ssl_client_header = HTTP_X_CLIENT_DN ssl_client_verify_header = HTTP_X_CLIENT_VERIFY ssldir = /var/lib/puppet/ssl statedir = /var/lib/puppet/state statefile = /var/lib/puppet/state/state.yaml storeconfigs = false storeconfigs_backend = active_record strict_hostname_checking = false summarize...
2009 Nov 12
6
Multiple environments
So I''m trying to get multiple environments to work with puppet 0.25.1 on ubuntu 8.04 and no matter what I do, puppet just completely ignores any environment setting. There''s really next to no information in terms of configuration on the multiple environments documentation page (http://reductivelabs.com/trac/puppet/wiki/UsingMultipleEnvironments) other than saying that the
2013 Mar 06
0
"Cannot find definition Class" and "Could not find class" hiccups after manifest/module update - once for every agent
...site.pp [development] logdir = /opt/xxx/log/puppet modulepath = /opt/xxx/dev/puppet/modules manifestdir = /opt/xxx/dev/puppet/manifests manifest = /opt/xxx/dev/puppet/manifests/site.pp [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig server = <some host> report = true splaylimit = 0 runinterval = 30 [master] certname=<some host> reports = http,log reportdir = /var/lib/puppet/reports/upload reporturl = http://<some host>:3000/reports kernel > uname -r 2.6.32-279.el6.x86_64 OS cat /etc/redhat-release CentOS release 6.3 (Final) packages/versions >...
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...styka.net.pem localcacert = /etc/puppet/ssl/certs/ca.pem logdir = /var/puppet/log certdir = /etc/puppet/ssl/certs requestdir = /etc/puppet/ssl/certificate_requests httplog = /var/puppet/log/http.log libdir = /var/puppet/lib passfile = /etc/puppet/ssl/private/password splaylimit = 1800 statefile = /var/puppet/state/state.yaml puppetdlog = /var/puppet/log/puppetd.log report_port = 8140 ca_server = puppet puppetdlockfile = /var/puppet/state/puppetdlock clientyamldir = /var/puppet/client_yaml reportserver = puppet ca_port = 8140 localconfig...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...# with clients. # The default value is ''$statedir/state.yaml''. statefile = /var/lib/puppet/state/state.yaml # The maximum time to delay before runs. Defaults to being the same as the # run interval. # The default value is ''$runinterval''. splaylimit = 1800 # The file in which puppet agent stores a list of the classes # associated with the retrieved configuration. Can be loaded in # the separate `puppet` executable using the `--loadclasses` # option. # The default value is ''$statedir/classes.txt''. cla...