Displaying 9 results from an estimated 9 matches for "rrdinterv".
Did you mean:
  rrdinterval
  
2010 Jun 09
12
Foreman -- Reporting
...ssl_client_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...
2010 Jul 22
8
Foreman / External Nodes -- Node Not found
...s/templates
    #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 grou...
2009 Jan 09
7
Cannot create /var/lib/puppet/clientbucket; parent directory /var/lib/puppet does not exist
...ocal configuration.  An
    # extension indicating the cache format is added automatically.
    # The default value is ''$confdir/localconfig''.
	localconfig = $vardir/localconfig
	reports         = rrdgraph,store,log
	reportdir       = $vardir/report
	rrddir          = $vardir/rrd
	rrdinterval     = $runinterval
	rrdgraph        = true
[puppetmaster]
autosign = /etc/puppet/autosign.conf	
modulepath = /etc/puppet/manifests/modules
[puppetmasterd]
modulepath = /etc/puppet/manifests/modules
Could someone help me to find is my problem?
Cheers,
Arnau
--~--~---------~--~----~----------...
2008 Sep 30
3
question about reports
...s the following error:
err: Reporting failed: undefined method `graph'' for
#<Puppet::Transaction::Report:0xb7060948>
on the server i have:
        reports         = rrdgraph,store
        reportdir       = /var/www/puppetreports
        rrddir          = /var/www/html/rrd
        rrdinterval     = $runinterval
        rrdgraph        = true
on the client i have:
[puppetd]
    # The file in which puppetd stores a list of the classes
    # associated with the retrieved configuratiion.  Can be loaded in
    # the separate ``puppet`` executable using the ``--loadclasses``
    # option...
2009 Jun 10
10
puppet client looking for server puppet
...w/puppet/ssl/private_keys
hostcsr = /etc//opt/csw/puppet/ssl/csr_puppet-test.example.net.pem
hostpubkey = /etc//opt/csw/puppet/ssl/public_keys/puppet-test.example.net.pem
reportdir = /var//opt/csw/puppet/reports
templatedir = /var//opt/csw/puppet/templates
tagmap = /etc//opt/csw/puppet/tagmail.conf
rrdinterval = 60
rrddir = /var//opt/csw/puppet/rrd
fileserverconfig = /etc//opt/csw/puppet/fileserver.conf
graphdir = /var//opt/csw/puppet/state/graphs
clientbucketdir = /var//opt/csw/puppet/clientbucket
-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which pe...
2012 Aug 23
1
Puppet Agent VS User
...e
reportserver = puppet
reporturl = http://localhost:3000/reports/upload
req_bits = 2048
requestdir = /var/lib/puppet/ssl/certificate_requests
resourcefile = /var/lib/puppet/state/resources.txt
rest_authconfig = /etc/puppet/auth.conf
route_file = /etc/puppet/routes.yaml
rrddir = /var/lib/puppet/rrd
rrdinterval = 1800
run_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
s...
2011 Feb 08
12
multiple puppetmasters (w/ Passenger) behind load balancer
Hello Gang,
     I''m working on scaling my puppet solution, and I''m deploying multiple 
masters w/ passenger that are going sit behind a load balancer.  If anyone 
is using these type of setup, would you share how you deal with the SSL 
certs?  I''ve been following Bode''s Blog (http://bodepd.com/wordpress/?p=7), 
and it''s not working to good for me. 
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...ddir = /var/puppet/rrd
    pidfile = /var/puppet/run/puppetmasterd.pid
    manifestdir = /etc/puppet/manifests
    masterhttplog = /var/puppet/log/masterhttp.log
    bucketdir = /var/puppet/bucket
    modulepath = /etc/puppet/modules:/usr/share/puppet/modules
    reportdir = /var/puppet/reports
    rrdinterval = 1800
    manifest = /etc/puppet/manifests/site.pp
    rest_authconfig = /etc/puppet/auth.conf
    yamldir = /var/puppet/yaml
    templatedir = /var/puppet/templates
    tagmap = /etc/puppet/tagmail.conf
7. On server I run # puppetmasterd --no-daemonize --trace --debug
 and it gives me initiall...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...d under
    # this directory.
    # The default value is ''$vardir/rrd''.
    rrddir = /var/lib/puppet/rrd
    # How often RRD should expect data.
    # This should match how often the hosts report back to the server.
    # The default value is ''$runinterval''.
    rrdinterval = 1800
    # The root directory of devices'' $vardir
    # The default value is ''$vardir/devices''.
    devicedir = /var/lib/puppet/devices
    # Path to the device config file for puppet device
    # The default value is ''$confdir/device.conf''.
    de...