Displaying 20 results from an estimated 1000 matches similar to: "Reports?"
2007 Jan 31
7
Report usage...
Hi,
I''ve setup my systems to do reporting as explained in https://
reductivelabs.com/cgi-bin/puppet.cgi/wiki/ReportsAndReporting, with
tagmail defined as one of the report types - but I do not recieve any
mail at all.
I''ve configured a tagmail.conf file like this:
all: root@localhost
But the documentation mentions three options, namely sendmail,
reportfrom,
2007 Oct 29
12
Reports in Puppet
Hi,
I wanted to configure reporting in puppet. I came across the
below links which says what needs to be added in config file to enable
reports.
But I was wondering how I view the visual report/graphs do I need to
create my own script.
http://reductivelabs.com/trac/puppet/wiki/ReportReference#rrdgraph
http://reductivelabs.com/trac/puppet/wiki/ReportsAndReporting
--
Deepak
2007 Mar 29
7
rrdgraphs?
Anyone using the rrdgraph report on the puppetmaster on Debian stable? I''m
trying to get this working and not getting far. I even took rrdtool and
librrd0-dev from backports and I still get the same problem. It seems that
the rrdfiles are being somewhat created, but nevertheless, the puppetmaster
isn''t happy and keeps spewing:
err: Report rrdgraph failed: Could not create
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 =
2008 Jun 27
1
Filtering tagmail reports to errors
Is it possible to filter tagmail reports to warnings and errors? We
are receiving lots of puppet reports from using tagmail. But most of
them are just "notice" messages. I would like to filter them so we
only get errors and warnings, or reports that contain errors and
warnings.
Would it be possible to have "tags" for the different logging levels?
- Ian
2008 Sep 19
2
Receiving errors via tagmail
I am trying to setup reporting using tagmail so that it will e-mail me when
it receives errors running the catalog on a node.
I setup my tagmail.conf with "err: me@theoffice" using the hint from
Pulling strings with Puppet and I don''t receive any e-mails. If I switch
"err" to "all" I get a flood of e-mails so I am pretty sure I have the
basic''s
2006 Dec 24
3
Installing CPAN packages?
Hi guys,
Has anyone yet tackled installing CPAN packages through puppet? I need
some that aren''t available as separate debs, so if anyone has an idea
how best to do this, I''d like feedback.
Thanks,
Thijs
2009 Dec 04
3
Foreman reports - no pretty pictures :D
I''m playing around with foreman for the moment. I can''t seem to figure
out how to make the dashboard look like in this screenshot
http://theforeman.org/wiki/foreman/Screenshots#Dashboard
In order for those statistics to work what should be done?
I have activated the rrdgraph reports in puppetd, uncommented the line
":rrd_report_url: report/" in config/settings.yaml
2012 Jun 12
6
Trying to get tagmail to work
Hey guys,
Relatively new to Puppet and I''m trying to setup tagmail to send all emails
to me: at one point I''ll filter that down to errors and whatnot (based on
tags) but for now I just want to get it working.
Master Puppet server is setup with Passengers, all works well:
/etc/puppet/puppet.conf
[main]
# The Puppet log directory.
# The default value is
2012 Oct 16
4
Unable to create the rrd graph
Hello Everybody,
I have been trying to use the rrdgraph reporting
feature available in puppet.
After performing all the instruction maintained
on the site http://docs.puppetlabs.com/references/latest/report.html , the
rrd directory for the agents get created but they are empty.
When i check the log files in
2008 Jan 11
3
Reports emailed to me
Sorry if this is obvious, but how can I have reports emailed to me- I
want to know what each puppetd update is changing
Thanks
--e
Eugene Ventimiglia
Director of Systems
GridApp Systems
e: eventi@gridapp.com
o: 646 452 4081
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jun 08
2
puppet reports
Hi all,
we activated puppet mail reports but we are receiving a lot of mails
when yum fails to update the repos, like this one:
(err): Failed to retrieve current state of resource: Could not get
latest version: Execution of ''/usr/bin/yum -d 0 -e 0 list available
munin-node'' returned 1: Cannot open/read repomd.xml file for repository:
kbs-CentOS-Extras
failure:
2010 Jul 22
8
Foreman / External Nodes -- Node Not found
Hello All,
So I finally got around to start to cut over node definitions
from standard flat files to external nodes (foreman), and getting
error message: "Error 400 on SERVER: Could not find node ''nodename'';
cannot compile" - So basically it can''t pick up the node from the
external node config.
When I test the fetching of the yaml file it seems to work
2009 Jan 09
7
Cannot create /var/lib/puppet/clientbucket; parent directory /var/lib/puppet does not exist
Hi all,
I''m doing a new install of my puppet server and I''m doing it like:
1.-) adding epel repo:
http://fedoraproject.org/wiki/EPEL/FAQ#howtouse
2.-) yum -y install puppet-server
3.-) rm -rf /etc/puppet
4.-) copy my old puppet conf (from puppet-0.24.5 to 0.24.6)
mv /etc/puppet.old /etc/puppet
5.-) start puppetmaster:
[gridinstall etc]# /etc/init.d/puppetmaster start
2007 Aug 24
9
Absolute Beginner''s Guide
I''ve got about 40 linux/aix machines that I''d like assimilate into
config management with puppet. I''ve been reading lots of docs, recipes
and best practices. I''m wondering if there''s a guide somewhere that
lays out the most efficient way to spread the use of puppet across a
quantity of installed machines. I''d like to do first things first,
2007 Apr 10
16
Import all modules?
Is there a way to tell the puppetmaster that I want to import all modules
rather than listing each one individually?
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
2010 Apr 27
7
Puppetmaster with stored configs leaks file descriptors on CentOS 5
Hi folks,
When I enabled stored configs on my puppet master, it began keeping lots
of open connections to the MySQL server (as far as I understand it
opened one connection for each client run and never closed them).
I set up the server to close idle connections after 5 minutes. Now the
database server does close the connections but the puppet master keeps
them in CLOSE_WAIT state and eventually
2007 Dec 05
5
Reporting / determining state of nodes
Hello,
I recently started deploying puppet on our server
farm. It works wonderfully with RHEL4, Gentoo and
Debian.
I''m looking for a way to determine the state of all
nodes.
Say for example that I change a file on the
puppetmaster which affects 200 nodes. Then I go to
lunch. When I get back, I''d like to know which nodes
have been updated and which have not.
I asked this in
2007 Sep 27
12
How does "case defined(Package["package"])" work?
I''m trying to use a "case defined" statement to configure Munin to
automatically create plugin links for packages that are defined by
Puppet but the behaviour seems to be unpredictable. I have a similar
setup for Samba which works, but the Postfix one doesn''t and I can''t see
any difference between them.
Can some explain to me how "case