Displaying 10 results from an estimated 10 matches for "httplog".
2013 Feb 01
3
Cannot get puppetlabs-haproxy to do what I want
...tions => {
''mode'' => ''http'',
''stats'' => [
''enable'',
''uri /'',
''refresh 5s''
],
''option'' => [
''httplog'',
]
},
ipaddress => "",
ports => [80],
}
}
When these run, haproxy goes down because it puts the server entry under
defaults instead of messaging00:
defaults
log global
maxconn 8000
option redispatch
retries 3
stats enable
timeout...
2012 Oct 18
2
Different return codes on exec during puppet agent run vs command line Windows
...rectoryBrowsing\"
/featurename:\"IIS-HealthAndDiagnostics\"
/featurename:\"IIS-HostableWebCore\"
/featurename:\"IIS-HttpCompressionDynamic\"
/featurename:\"IIS-HttpCompressionStatic\" /featurename:\"IIS-HttpErrors\"
/featurename:\"IIS-HttpLogging\" /featurename:\"IIS-HttpRedirect\"
/featurename:\"IIS-HttpTracing\"
/featurename:\"IIS-IIS6ManagementCompatibility\"
/featurename:\"IIS-IISCertificateMappingAuthentication\"
/featurename:\"IIS-IPSecurity\" /featurename:\"IIS-ISAPI...
2012 Jul 11
6
certname doesn't seem to work on the agent
...s ''production''.
environment = pre
# Where to find information about nodes.
# The default value is ''plain''.
# node_terminus = plain
# Where the puppet agent web server logs.
# The default value is ''$logdir/http.log''.
httplog = <logpath>/http.log
# Send the process into the background. This is the default.
# The default value is ''true''.
daemonize = true
# The name to use when handling certificates. Defaults
# to the fully qualified domain name.
certname = <dns-name-...
2009 Jun 10
10
puppet client looking for server puppet
...ifest = /etc//opt/csw/puppet/manifests/site.pp
bucketdir = /var//opt/csw/puppet/bucket
yamldir = /var//opt/csw/puppet/yaml
modulepath = /etc//opt/csw/puppet/modules:/usr/share/puppet/modules
masterlog = /var//opt/csw/puppet/log/puppetmaster.log
clientyamldir = /var//opt/csw/puppet/client_yaml
masterhttplog = /var//opt/csw/puppet/log/masterhttp.log
manifestdir = /etc//opt/csw/puppet/manifests
pluginpath = /var//opt/csw/puppet/plugins
factdest = /var//opt/csw/puppet/facts
authconfig = /etc//opt/csw/puppet/namespaceauth.conf
logdir = /var//opt/csw/puppet/log
ssldir = /etc//opt/csw/puppet/ssl
plugindest...
2011 Feb 09
2
puppet kick and "Could not set 'file on ensure: Is a directory - /var/lib/puppet/facts"
...ve
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" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubs...
2012 Aug 23
1
Puppet Agent VS User
...ostcrl = /var/lib/puppet/ssl/crl.pem
hostcsr = /var/lib/puppet/ssl/csr_vusion-production.pem
hostprivkey = /var/lib/puppet/ssl/private_keys/vusion-production.pem
hostpubkey = /var/lib/puppet/ssl/public_keys/vusion-production.pem
http_compression = false
http_proxy_host = none
http_proxy_port = 3128
httplog = /var/log/puppet/http.log
ignorecache = false
ignoreimport = false
ignoreschedules = false
inventory_port = 8140
inventory_server = puppet
inventory_terminus = facter
keylength = 1024
lastrunfile = /var/lib/puppet/state/last_run_summary.yaml
lastrunreport = /var/lib/puppet/state/last_run_report.ya...
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
...o ''cert''
debug: puppetmasterd: Setting user to ''puppet''
debug: puppetmasterd: Setting manifestdir to ''$confdir/manifests''
debug: puppetmasterd: Setting masterlog to ''$logdir/puppetmaster.log''
debug: puppetmasterd: Setting masterhttplog to ''$logdir/masterhttp.log''
debug: puppetmasterd: Setting manifest to ''$manifestdir/site.pp''
debug: puppetmasterd: Setting masterport to ''8140''
debug: puppetmasterd: Setting bucketdir to ''$vardir/bucket''
debug: puppetd: Setting...
2008 Jan 23
14
Again: Workaround found for request queuing vs. num_processors, accept/close
Hello all.
I too found out that I sometimes have some action that can take up to 10
seconds in my rails application. I''ve read all arguments Zed made about
polling/and inbox strategies, and I think I just can''t work around my feeling
that a "wrong" request that takes up too much time should be able to lock
subsequent requests in mongrels queue. That''s what
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...ppet/ssl/private
factpath = /var/puppet/facts/
hostcert = /etc/puppet/ssl/certs/
puppetmaster25.balkon.statystyka.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/sta...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...39;'yaml''.
# facts_terminus = yaml
# The certificate directory.
# The default value is ''$ssldir/certs''.
certdir = /etc/puppet/ssl/certs
# Where the puppet agent web server logs.
# The default value is ''$logdir/http.log''.
httplog = /var/lib/puppet/log/http.log
# Which port puppet master listens on.
# The default value is ''8140''.
# masterport = 8140
# The configuration file that defines the rights to the different
# rest indirections. This can be used as a fine-grained
# authoriza...