Hi, 

This is configured to run daily by puppet installation itself.   Does this 
restart puppet agent? 

/var/log/puppet/*log {
  missingok
  notifempty
  create 0644 puppet puppet
  sharedscripts
  postrotate
  pkill -USR2 -u puppet -f 'puppet master' || true
  [ -e /etc/init.d/puppet ] && /etc/init.d/puppet reload > /dev/null 2>&1 
|| true
  endscript
}

-Suresh

On Monday, 15 December 2014 19:02:14 UTC+5:30, Felix.Frank wrote:
>
> On 12/12/2014 02:37 PM, Dirk Heinrichs wrote: 
> >> Why puppet agent restarting everyday at 00:01 hours?   
> >> 
> >> [2014-11-29 00:01:02] INFO  WEBrick::HTTPServer#start: pid=31285 
> port=8139 
> >> [2014-11-30 00:01:01] INFO  WEBrick::HTTPServer#start done. 
> > 
> > That's not the agent, it's the master. Logrotate cronjob 
> (/etc/cron.daily)? 
>
> I'm not entirely convinced that an agent with the listen option would 
> not start a WEBrick server as well. 
>
> But yes, logrotation and friends are a likely suspect. 
>
> Cheers, 
> Felix 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/c9de8d57-b60c-46c6-9bf4-29cb013f82c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to