search for: puppetdlog

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

2010 Feb 02
3
puppetdlog configuration parameter broken?
I am trying to log to a file instead of syslog, but when I set "puppetdlog = /var/log/puppetd.log", it still logs to syslog. If also set "syslogfacility =", it doesn''t log anywhere. Does this work for anyone else? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group,...
2011 Apr 18
3
Logging configuration
How do I tell puppet to log somewhere other than /var/log/messages. None of the logging configuration options seem to do anything any more. Specifically puppetdlog. # The log file for puppet agent. This is generally not used. # The default value is ''$logdir/puppetd.log''. puppetdlog = /var/lib/puppet/log/puppetd.log -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To...
2008 Dec 18
3
errors after 0.24.7 upgrade ..
...= /opt/puppet/bucket autoflush = 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/mysq...
2009 Jun 10
10
puppet client looking for server puppet
...net/plugins factpath = /var//opt/csw/puppet/facts libdir = /var//opt/csw/puppet/lib statedir = /var//opt/csw/puppet/state railslog = /var//opt/csw/puppet/log/rails.log dblocation = /var//opt/csw/puppet/state/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 =...
2011 Feb 09
2
puppet kick and "Could not set 'file on ensure: Is a directory - /var/lib/puppet/facts"
...t, I have the following (mention in release notes somewhere): path /run method save allow * And, in my /etc/puppet/puppet.conf on the puppet agent (note, the server is not puppet.example.org): [agent] server = myserver.example.org report = true listen = true puppetdlog = /var/log/puppet/puppet.log logdir = /var/log/puppet httplog = /var/log/puppet/http.log autoflush = true Any help would be greatly appreciated. Thank you, Edwin -- You received this message because you are subscribed to the Google Groups "Puppet Users" grou...
2012 Aug 23
1
Puppet Agent VS User
.../etckeeper-commit-post preferred_serialization_format = pson prerun_command = /etc/puppet/etckeeper-commit-pre privatedir = /var/lib/puppet/ssl/private privatekeydir = /var/lib/puppet/ssl/private_keys publickeydir = /var/lib/puppet/ssl/public_keys puppetdlockfile = /var/lib/puppet/state/puppetdlock puppetdlog = /var/log/puppet/puppetd.log puppetport = 8139 queue_source = stomp://localhost:61613/ queue_type = stomp rails_loglevel = info railslog = /var/log/puppet/rails.log report = true report_port = 8140 report_server = puppet reportdir = /var/lib/puppet/reports reportfrom = report@vusion-production. re...
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
...puppetd: Setting puppetport to ''8139'' debug: puppetd: Setting localconfig to ''$confdir/localconfig'' debug: puppetd: Setting classfile to ''$confdir/classes.txt'' debug: puppetd: Setting server to ''puppet1'' debug: puppetd: Setting puppetdlog to ''$logdir/puppetd.log'' debug: puppetd: Setting httplog to ''$logdir/http.log'' debug: puppetd: Setting runinterval to ''60'' debug: puppetd: Setting listen to ''false'' debug: puppetd: Setting usecacheonfailure to ''true...
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...gdir = /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 = /var/puppet/state/localconfig clientbucketdir = /var/puppet/...
2008 Sep 17
16
How long for changes to be pushed out?
Hello, I have 680 hosts reporting into a central puppet server. Yesterday I made a change to site.pp and the nodes/foo.pp and nodes/ bar.pp files to push out some new files (a script to enable LDAP) and it seems that only a handful of stores have downloaded the file and run the script. (I don''t have reporting setup yet other than on a few clients which I did manually) If I ssh into a
2011 Nov 04
1
Storeconfigs and nagios and foreman
...ere FileBucket files are stored locally. # The default value is ''$vardir/clientbucket''. clientbucketdir = /var/lib/puppet/clientbucket # The log file for puppet agent. This is generally not used. # The default value is ''$logdir/puppetd.log''. puppetdlog = /var/lib/puppet/log/puppetd.log # The server to send transaction reports to. # The default value is ''$server''. report_server = puppet # How often puppet agent applies the client configuration; in seconds. # Note that a runinterval of 0 means "run conti...