similar to: puppet doesn't send report's

Displaying 20 results from an estimated 2000 matches similar to: "puppet doesn't send report's"

2008 Apr 02
2
Problem implementing multiple Environments
I am trying out having multiple environments so that I can push a test config to a single server in production. The idea being that I could push out a config change to one server and see if the change works in production. If it does then I can merge the change into the production environment and push the change out to all the clients. So to test this I made a change to a config file in testing
2012 Aug 23
1
Puppet Agent VS User
Hello, Running into a problem when wanting to daemon-ize the agent. It doesnt seems to do anything: - cannot find any daemon process with (ps aux | grep puppet) - the config is not updated after editing some params on the master - /var/log/puppet stay empty... while, when logged as root, it is working without issue with $puppet agent --test. ##Conf Ubuntu 12.04 Puppet 2.7.11 ## Daemon is
2009 Jun 10
10
puppet client looking for server puppet
In my puppet client I have puppet.conf defined puppet server as mypuppet server = mypuppet.example.net Not sure why the puppet client puppet-test is still sending these noises to the syslog Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911 daemon.error] Could not find server : getaddrinfo: node name or service name not known Jun 10 13:36:23 puppet-test puppetd[10863]: [ID 702911
2009 Oct 21
2
Bug #2617(?) in Puppet 0.25.1rc2
When I use the latest puppet 0.25.1 I got the same problem. This is what I do: 0. Install the Ubuntu 8.04 server with ssh, ruby, rdoc, libopenssl- ruby and git-core (which gets removed after clone). 1. Install the latest puppet from git repositories on both machines using git clone «git clone git://github.com/reductivelabs/puppet» and «git clone git://github.com/reductivelabs/facter» 2. Install it
2007 Oct 30
1
puppet.conf sections
I''m a little confused by the configuration reference. Is the following configuration supposed to work in 0.23.2? # $Id$ 2 3 [main] 4 confdir = <%= confdir %> 5 vardir = <%= vardir %> 6 7 rundir = /var/run 8 logdir = /var/log 9 10 ssldir = $vardir/ssl 11 12 [puppetmasterd] 13 manifestdir = $vardir/manifests 14
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
2007 Mar 29
1
Reports?
On the ReportsAndReporting wiki page, the sample shows running puppetmasterd with tagmail, daily, and security reports, but the available reports section below only talks about tagmail and rrdgraph. Can someone add some info on the daily and security as I''m not familiar with these?
2008 Dec 18
3
errors after 0.24.7 upgrade ..
After upgrading my puppetmaster to 0.24.7 from 0.24.6 i am getting the following errors in the puppetmaster logs. Any help would be appreciated. Thu Dec 18 16:11:39 +1100 2008 Puppet (err): Could not store configs: undefined method `environment='' for #<Puppet::Rails::Host:0xb72c0c38> I do not use environment''s and they are not defined anywhere in the puppet.conf
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,
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
2007 Aug 15
1
Errors from dovecot 1.1
I downloaded and installed dovecot 1.1 nightly build yesterday. Here is a the errors I collected from the log file. dovecot: Aug 15 14:19:29 Error: IMAP(use at doamin): Log synchronization error at seq=7,offset=24 for /data2/mail/we/webmail.us/ji/jing/dovecot.index: Extension introduction for unknown id 2 dovecot: Aug 15 14:19:29 Error: IMAP(use at doamin): Log synchronization error at
2006 Jan 23
0
Best Practice? Referencing a remote reporting server
Hello All, I''m using SQL Server Reporting Services for my reporting needs. (Sorry, the ruby solutions don''t cut my mustard... yet) What would you all suggest the [Ruby|Rails]Way to encode the urls for my reports. Report server URLS: http://servercomputer/reportserver/appname/[reportfolder/..]reportname?option_a=value&option_b=value So, the "project-level''
2009 Aug 05
0
puppet not reloading server config
Hi, I have a use case where the puppet server changes entries in the puppet agent''s puppet.conf to redirect agents to a new server. It changes server=NEW_SERVER, environment_NEW_ENV, and reportserver=NEW_SERVER in the puppet.conf file on the next puppetrun call (with --listen option), the agent uses the new values for reportserver and environment, but still connects to the old
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 Jan 05
0
Problem implementing tagging
I have a Post model, which is linked to the Tag model via a has_and_belongs_to_many relationship and a join table. Post also has handy tagstring and tagstring= methods that allow you to define tags by space-delimited strings. The problem is this. Whether I assign a list of tags with the tagstring= method or use p.tags << to form the list of tags, if (on a newly-created post) I try to
2011 Nov 04
1
Storeconfigs and nagios and foreman
All- Poking around in the bug database it looks like storeconfigs is being actively worked on. I am using 2.7.6 on my master as well as all the clients. I have clients boot , start puppet and get a signed cert via auto signing. The nagios module (and currently the only thing puppet does) complains a lot during compile time about not having storeconfigs enabled, which is not the case in my
2017 Jun 23
4
Courier migration to dovecot
Hi, I'm almost ready to migrate Courier to Dovecot 2.2.31 but I have one question about home and mail directory. It's good idea to have same directory form home and mail ? Which scenerio will be better and why ? For example: A) Home: /home/doamin/user1 Mail: /home/doamin/user1 B) Home: /home/doamin/user1/home Mail: /home/doamin/user1 C) Home: /home/doamin/user1/ Mail:
2017 Jun 23
0
Courier migration to dovecot
On 23 June 2017 at 15:57, j.emerlik <j.emerlik at gmail.com> wrote: > Hi, > I'm almost ready to migrate Courier to Dovecot 2.2.31 but I have one > question about home and mail directory. > > It's good idea to have same directory form home and mail ? > > Which scenerio will be better and why ? > > For example: > > A) > Home: /home/doamin/user1 >
2017 Jun 23
0
Courier migration to dovecot
Am 23. Juni 2017 14:57:59 MESZ schrieb "j.emerlik" <j.emerlik at gmail.com>: >Hi, >I'm almost ready to migrate Courier to Dovecot 2.2.31 but I have one >question about home and mail directory. > >It's good idea to have same directory form home and mail ? No. >Which scenerio will be better and why ? > >For example: > >A) >Home:
2018 Jul 11
0
DRS and DNS sync are not working after update from 4.8.2 to 4.8.3
Hi there, I had some off list conversation with Aleksey and wanted to give an update on our findings (s. below). I'm currently preparing a test stack with ldb 1.4.0 (without lmdb support) and samba 4.8.3 build on top of it, to check whether lmdb support causes the mentioned trouble. An on a site note: When compiling ldb 1.4.0 with "--without-ldb-lmdb" a general error