search for: reportdir

Displaying 20 results from an estimated 24 matches for "reportdir".

2012 Dec 13
2
Is it able to obtain performance metrics from puppet master?
Hello Is it able to obtain performance metrics from puppet master ( or puppet dashboard ) ? I intend to use this metrics in external monitoring system. Of particular interest are the following metrics: * list of agents * time since the certain agent last apply manifest ( to find stuck agents ) * time used to compile manifest by puppet master for the certain agent * time used by the certain
2010 Jul 22
8
Foreman / External Nodes -- Node Not found
...es = /etc/puppet/external_node.rb node_terminus = exec [puppetmasterd] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY modulepath = $confdir/modules templatedir = /etc/puppet/manifests/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...
2007 Mar 20
3
err: cannot create directory, parent doesn''t exist. But it does.
I just updated to 0.22.2 and am running into a strange issue. I''m starting puppetmaster, and seeing this in my error log: err: /puppetconfig/reporting/File[/Library/Puppet/Generated/Server/var/reports]/ensure: change from absent to directory failed: Cannot create /Library/Puppet/Generated/Server/var/reports; parent directory /Library/Puppet/Generated/Server/var does not exist err:
2013 Aug 21
1
Trouble with ENC and static.pp : enabling ENC fails to find node even with default node in site.pp
...definition''* *Notice: Finished catalog run in 0.05 seconds* If I enable an ENC that only returns 0 regardless of input with the same site.pp configuration: *puppet.conf* [master] * node_terminus = exec* * external_nodes = /var/lib/puppet/null-nodes.py* * reports = store* * reportdir = /var/lib/puppet/reports* *[root@vacslp01pmaster manifests]# cat /var/lib/puppet/null-nodes.py* *#!/usr/bin/python* *import sys* *sys.exit(0)* running the ENC by hand as user puppet: *[root@vacslp01pmaster manifests]# sudo -u puppet /var/lib/puppet/null-nodes.py ; echo $?* *0* *restart pupp...
2013 Feb 20
4
Puppet apply and send reports?
Hi all, I hope somebody can help me with something. We have a rather large number of netbooted nodes that we are running "puppet apply" via a script and a cron job every 30 minutes I was wondering if there is a way to configure puppet apply, to also send any reports to our dashboard server that is being used for our normal puppet clients and what would be the way to go about doing
2013 May 07
7
puppet node clean using SQLite instead of PuppetDB
.../lib/puppet/yaml]{:group=>"puppet", :loglevel=>:debug, :links=>:follow, :owner=>"puppet", :mode=>"750", :ensure=>:directory, :backup=>false, :path=>"/var/lib/puppet/yaml"}'' Debug: Using settings: adding file resource ''reportdir'': ''File[/var/lib/puppet/reports]{:group=>"puppet", :loglevel=>:debug, :links=>:follow, :owner=>"puppet", :mode=>"750", :ensure=>:directory, :backup=>false, :path=>"/var/lib/puppet/reports"}'' Debug: Using sett...
2010 Jun 09
12
Foreman -- Reporting
Hello All, I don''t seem to be able to get reports to display on the foreman interface. I copied extras/puppet/foreman/files/foreman-report.rb to / usr/lib/ruby/site_ruby/1.8/puppet/reportsforeman.rb, instead of /usr/ lib/ruby/1.8/puppet/reports/foreman.rb. Config: Centos5.4, Apache/ Passenger, Puppet 0.25.4. The reports are coming from the clients, because I can see them in
2013 Feb 20
0
Help needed in setting up a simple ENC
puppet maser conf: [main] logdir = /var/log/puppet rundir = /var/run/puppet ssldir = $vardir/ssl [master] classfile = $vardir/classes.txt localconfig = $vardir/localconfig user = root group = root fileserverconfig = /etc/puppet/fileserver.conf reportdir = /home/logs/puppet/reports masterhttplog = /home/logs/puppet/masterhttp.log masterlog = /home/logs/puppet/puppetmaster.log reports = log,foreman reports=foreman,log templatedir = /etc/puppet/templates node_terminus = exec external_nodes = /etc/puppet/puppet_node_classi...
2009 Jan 09
7
Cannot create /var/lib/puppet/clientbucket; parent directory /var/lib/puppet does not exist
...classfile = $vardir/classes.txt # Where puppetd caches the local 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...
2008 Sep 30
3
question about reports
when a node tries to send a report it drops 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 b...
2009 Jun 10
10
puppet client looking for server puppet
...ssl/private/password hostprivkey = /etc//opt/csw/puppet/ssl/private_keys/puppet-test.example.net.pem privatekeydir = /etc//opt/csw/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/...
2012 Aug 23
1
Puppet Agent VS User
...sl/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. reports = store 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/pup...
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.
2013 Oct 08
4
'puppet storeconfigs export' killed
...er_data]{:path=>"/var/lib/puppet/server_data", :mode=>"750", :owner=>"puppet", :group=>"puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'' Debug: Using settings: adding file resource ''reportdir'': ''File[/var/lib/puppet/reports]{:path=>"/var/lib/puppet/reports", :mode=>"750", :owner=>"puppet", :group=>"puppet", :ensure=>:directory, :loglevel=>:debug, :links=>:follow, :backup=>false}'' Debug: Using s...
2013 Nov 26
37
get a *structured* version of the puppet agent output
puppet agent --verbose shows a verbose output of the changes done by puppet, such as: notice: /Stage[main]/Logstash::Config/Logstash::Configdir[agent]/File[/etc/logstash/agent/config]/owner: owner changed ''root'' to ''logstash'' notice: /Stage[main]/Varnish/Service[varnish]/ensure: ensure changed ''stopped'' to ''running''
2013 Mar 06
0
"Cannot find definition Class" and "Could not find class" hiccups after manifest/module update - once for every agent
...ules manifestdir = /opt/xxx/dev/puppet/manifests manifest = /opt/xxx/dev/puppet/manifests/site.pp [agent] classfile = $vardir/classes.txt localconfig = $vardir/localconfig server = <some host> report = true splaylimit = 0 runinterval = 30 [master] certname=<some host> reports = http,log reportdir = /var/lib/puppet/reports/upload reporturl = http://<some host>:3000/reports kernel > uname -r 2.6.32-279.el6.x86_64 OS cat /etc/redhat-release CentOS release 6.3 (Final) packages/versions > rpm -qa | egrep "puppet|ruby" rubygem-rake-0.8.7-2.1.el6.noarch ruby-mysql-2...
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
...r/puppet/log/puppetmaster.log rrddir = /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 --tra...
2007 Jul 05
16
Getting a list of managed machines on the puppetmaster.
Is there an easy way to list which puppet daemons a puppetmaster controls? ... and from that, is there a way of getting the puppetmaster to store a copy of their compiled configuration somewhere? Thanks, mike
2013 Sep 11
4
getting array of hostnames of clients
I need to get an array of hostnames of clients of the puppet server. There doesn''t seem to be a simple way to do this so I''ve tried a few methods. I''ve tried a curl expression in a fact like this: curl -s -k -H "Accept: yaml" https://localhost:8140/production/facts_search/search?facts.nodetypet=testnodes where I''ve got a nodetype fact which works
2011 Nov 04
1
Storeconfigs and nagios and foreman
...ectory. # The default value is ''$vardir/yaml''. yamldir = /var/lib/puppet/yaml # The directory in which to store reports # received from the client. Each client gets a separate # subdirectory. # The default value is ''$vardir/reports''. reportdir = /var/lib/puppet/reports # Whether to only search for the complete # hostname as it is in the certificate when searching for node information # in the catalogs. # strict_hostname_checking = false # The type of server to use. Currently supported # options are webrick and...