search for: runinterv

Displaying 20 results from an estimated 63 matches for "runinterv".

Did you mean: runinterval
2007 Oct 23
6
what''s the maximum of the runinterval
hi,all I want the puppetd run in daemon only run by the puppetrun trigger, not schedule run . so how can do this ? what''s the maximum of the runinterval ? I want change this option to do this. Please help me . -- Huang Mingyou
2010 Dec 21
2
how to disable runinterval option
hi all , i want to disable runinterval option on puppetd . as i know , after every 1800 sec.( 30 mins) , puppet client pull configuration from puppet master . I want configuration to be pushed to puppet client when i wwould fire puppetrun on puppet master rather than after every 30 min , configuration pulled puppet client....
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 environmen...
2013 Feb 27
3
Weird problem with puppet 3.1 on Windows
Hi all, I''m installing the latest version of puppet (opensource) for Windows on Windows 2008 Server (At Amazon EC2). For some reason, Puppet''s scheduled task is configured to run every 20 hours instead of the desired 30 minutes (as shown in - http://docs.puppetlabs.com/windows/running.html) Is it a bug in Puppet? Is it something that I misconfigured? Screenshot of the
2009 Jul 01
10
Forcing puppetd ask puppemasterd for new changes
Guys, I seriously could not find this topic in the documentation. What do you do when you need to force puppetd hosts get the new settings from puppetmasterd? What I found was only sending USR1 signal to the client process in order to make it refresh its configuration from the master. But I find it a bit inconvenient for a large amount of hosts. There is also puppetrun which, if I understand
2010 Jun 09
12
Foreman -- Reporting
...verify_header = SSL_CLIENT_VERIFY modulepath = $confdir/modules #reports=log, foreman storeconfigs = true dbadapter = mysql dbuser = app_puppet dbpassword = password dbserver = localhost dbsocket = /sql/mysql/mysql.sock rrddir=/var/lib/puppet/rrd rrdinterval=$runinterval rrdgraph=true [puppetd] classfile = $vardir/classes.txt report = true localconfig = $vardir/localconfig What am I missing here? Thanks, Henry -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, s...
2007 Aug 20
2
beginner question
...master manages the puppet configurations on the clients ... while it would obviously be possible to add puppet.conf as a distributed file, I''m guessing there''s probably a better way to manage this sort of thing? Specifically, if I want to do something like change ''runinterval'' or ''splay'' on all the clients, what would be the standard way of doing it? I''m guessing this info is contained in the missing file ''reductivelabs.com/trac/puppet/wiki/ MasterConfigLayout'' ...
2007 Oct 17
5
option to trigger the change immidietiely
Folks, I have installed puppet my network and it works great .. I have configured it such a way that when I make changes in the server source fiels..it gets updated in teh puppet clients. As the document reads the puppet clients checks for any changes from the server every 30 mins. But is there is any opiton of changing this value to lesser time .. say 15 mins .. or is there opiton for the
2012 Jul 11
6
certname doesn't seem to work on the agent
...rameter is calculated specially, like `confdir`_. # The default value is ''/var/lib/puppet''. vardir = <vardir> # Whether to print stack traces on some errors trace = true # How often puppet agent applies the client configuration; in seconds. Note that a runinterval 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. runinterval = 300 # Whether to use colors when logging to the console. # Valid values are `ansi` (equivalent to `true`), `html` (mostly...
2008 Jan 04
4
Help with custom class.
...on run in 0.68 seconds [root@cc19-1 ~]# ps -fe |grep puppet root 12159 1 2 00:01 ? 00:00:01 /usr/bin/ruby /usr/sbin/puppetd root 12355 1 3 00:01 ? 00:00:01 /usr/bin/ruby /usr/sbin/puppetd Reason I have puppet managing puppet is so that if I need to change the runinterval on every client I can have puppet manage it. Any help would be greatly appreciated. FYI, when I change the runinterval and puppet sees it the restart works perfectly but it spawns an extra process.
2007 Feb 16
1
Puppet client not reloading manifest
Hi I have installed the puppet master daemon and a puppet client but the puppet client is not periodically reloading the manifest, even though the client connects successfully and applies the manifest when started up the first time. My simple test manifest looks as follows: node default { file {"/home/ubuntuvm1/test.txt": mode => 777 } } Is it possible to set the
2014 May 08
0
"locking" puppet runs
We run our puppet agents as daemons with runinterval set to 30m. This works fine for the mostpart, but recently we took on three MariaDB Galera cluster nodes. In order for the cluster to survive, at least one node must be running at all times, i.e. you must not restart the MariaDB service on all three nodes at the same time, e.g. by pushing a c...
2008 Apr 12
8
Question: Do all puppetd run at the same time?
(I know more questions... :-)) I know the default for puppetd is to check puppetmasterd every half hour, but my question does each puppetd check at the same time? Or does it depend when puppetd is started or like a cronjob does it run at the 1/2 hour and hour mark? Is there some randomness to the times they run? My point is if they all run at the same time then if you have a large amount of
2013 Sep 24
5
Service refresh gets scheduled and swp files
Hi, I have two issues with my puppet. *1*- When I change the config the service on the agent side implement the configuration change but the restart/reload gets scheduled and after 15 or 20 minutes it is executed, however the agent time to get conffig from server is 180 seconds. Followings are the logs *(/Stage[main]/Nginx/Service[nginx]) Triggered ''refresh'' from 2 events*
2011 Mar 09
4
prerun_command don't stop puppet on error
...es doing changes: puppetd[18430]: Failed to prepare catalog: Could not run command from prerun_command: Execution of ''/path/to/command'' returned 1: We want to prevent changes when an error occurs in prerun_command. Our puppet.conf: [main] server = server.domain runinterval = 300 summarize = true listen = true client = false logdir = /var/log/puppet vardir = /var/lib/puppet ssldir = /var/lib/puppet/ssl rundir = /var/run/puppet prerun_command = /server/host/manage integrity check postrun_command = /server/host/man...
2007 Jan 24
1
bug in logging
Hello... After a break, I am back to my integrating puppet project. While testing I ran into a bug in puppetmaster.log. (maybe. it is possible I did this myself with a borked config ) I seems that puppetmaster is re-logging past data. I have noop = true and set runinterval = 60 to show the bug. I manually added the "manual break" lines in between runs. Wed Jan 24 09:27:29 -0800 2007 Puppet (notice): Shutting down Wed Jan 24 09:28:36 -0800 2007 Puppet (notice): Reopening log files Wed Jan 24 09:28:36 -0800 2007 Puppet (notice): Starting Puppet server ve...
2013 Apr 22
4
Puppet catalog transfer often gets truncated (Could not intern from pson: error)
I''ve been hitting this issue for a long time. well over a year and I guess it''s time to start pushing it to try to find the root cause. I''ve seen this reported several times in the past but I''ve never seen a resolution found for this exact problems. There are other root causes for pson errors that have been resolved, but not for the ones describing my
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 --~--~...
2010 Jul 22
8
Foreman / External Nodes -- Node Not found
...#clientyamldir = /var/lib/puppet/yaml/node reportdir = /var/lib/puppet/reports storeconfigs = true dbadapter = mysql dbuser = app_puppet dbpassword = xxxxxxxxxxxxxx dbserver = localhost dbsocket = /sql/mysql/mysql.sock rrddir = /var/lib/puppet/rrd rrdinterval = $runinterval rrdgraph = true [puppetd] classfile = $vardir/classes.txt report = true localconfig = $vardir/localconfig Any ideas? Thanks, Henry -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email t...
2010 Aug 13
7
Push changes to clients
I was wondering how to configure the puppet clients to only listen, not to periodically pull configs down from the puppetmaster. I''d rather push the configs out from the puppetmaster with puppetrun... At a guess I need to set runinterval to 0 in /etc/puppet/puppet.conf? -- 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 puppet-users+unsubscribe@googlegroups.c...