Displaying 20 results from an estimated 4000 matches similar to: "Puppet logging"
2011 Sep 13
5
Puppet not pushing file
I have set up puppet on Ubuntu/Debian servers with no problem. I am trying
to get puppet working in a RHEL environment. I have the client installed and
the certificate is signed so I know the two are talking but for some reason
I can not get puppet to push the file on to the client.
What am I missing?
OS - RHEL5.7
Installation Source - epel-testing repo
Puppet server version - 2.6.6
puppetd
2011 Sep 29
2
Naginator and Puppet on different hosts
We were using Naginator resources like nagios_host, etc. along with stored configurations and exported resources. Worked pretty well. However we have to separate the Puppet master and the Icinga (Nagios) server. They will be on different machines from now on. Are there any best practices for such a scenario? I already thought about some kind of ''rsync'' of the configuration from
2012 Jun 20
5
puppet windows exec successful but not really
have the following in my manifest to delete old uninstall directories and
logs
using exec since we don''t have tidy for windows yet
{code}
exec { ''CleanupOldUninstallDirs'':
command => ''C:\Windows\system32\forfiles.exe -p "C:\Windows" -m
"$NtUninstall*" -d -65 -c "cmd /c dev /F /S /Q @path"'',
}
2011 Dec 29
21
Puppetserver error
Hello everyone,
I am new to puppet. I have installed on redhat Enterprise 5and seems
to be working fine. Couple days ago I was testing some permissions on /
etc folder and applied 600 /etc and sub folders. Although I have
reverted the permission but I am having issues on puppetmaster.
Currently I have these permission on etc 755 and puppet folder:
my /etc folder is 755 and puppet folder with tese
2012 Jan 04
2
installing Nagios client with selinux enabled
Hi, I''m new to Puppet so may be going about this completely the wrong
way, or perhaps it is an selinux problem rather than a Puppet problem.
I have a problem copying a file and changing the seltype. I don''t
think it is Nagios specific. Code is something like:
file {
''/usr/sbin/nrpe'':
source =>
2012 Sep 11
7
Issue with large directory content
Hi all,
I got this directory configuration:
file { "${codebase_ng::repository_mount}/${sonatype_work_dir}":
ensure => directory,
owner => $nexus_user,
group => $nexus_group,
mode => 0755,
recurse => false,
backup => false,
}
Today I added some 100GB of artifacts
2011 Oct 04
10
How best to monitor puppet?
We want to use Nagios to monitor out puppet server so we can be notified
if it goes down. We are using Fusion Passenger and Apache on Red Hat.
Any suggestion for what and how to monitor?
--
Thanks,
Allan Marcus
505-667-5666
Allan@lanl.gov
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2010 Nov 10
3
RHEL 6 Officially Released
When will CentOS 6 be released???
(Just kidding...Just wanted to let you all know that RHEL6 has been
released...And yes, I know that most of you all know...)
John
--
John Kennedy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20101110/517e9ba7/attachment-0001.html>
2011 Oct 04
3
CentOS 6: hostname and timezone
Hello,
I've purchased a new dedicated CentOS 6.0 / 64 bit server
and have 2 minor problems please:
1) The "hostname" is reported as CentOS-60-64-minimal at CLI -
eventhough I've edited /etc/hosts and changed the 2nd line:
127.0.0.1 localhost
176.9.123.123 preferans
2) Why is /etc/localtime a regular file? Should I maybe
rm /etc/localtime
ln -s
2010 Nov 15
2
SSH keys question
All,
I have 3 servers. All 3 are CentOS 5.5. All 3 have identical
/etc/ssh/sshd_config files. I used ssh-keygen (with no arguments) to
generate keys with no password. I then added all 3 id_rsa.pub keys to the
authorized_keys file.
With this set up, I should be able to ssh between all 3 boxes without
needing a password. The problem is that one of the servers keeps asking for
a password even with
2010 Nov 30
3
Converting to Raid1
Have a CentOS 4.x 32 bit server running on a single 500M SATA drive.
What is easiest way to convert too RAID 1 on it? Anyone have a link?
Would be open to hardware or software just do not want to reinstall
the entire mess.
2010 Oct 04
3
OpenOffice or LibreOffice?
Given that the Document Foundation has now split away from Oracle to
continue the development of an independent office suite, do we have
any idea which was CentOS and Red Hat are planning to go in this area
- OpenOffice or LibreOffice?
I know that LibreOffice is not production ready yet - they only have
their first beta available, but it's just a matter of (likely a short)
time before the
2011 Nov 29
1
Puppet Setup Difficulty With SuSE
Oh where to begin? I work for a company that has not taken our Linux
or Unix server configuration management very seriously. We are
primarily a Windows shop but long story short upper-management has
taken the advice of our Windows Server admins and purchased BigFix
which is now IBM Tivoli Endpoint Management (TEM). I have tried for
over a month to get one of my SuSE Linux Enterprise Server (SLES)
2012 Apr 18
2
Change location of puppet config files
Hi everyone;
I am trying to change the location of where the ssl cert files are
stored. I have changed this in the puppet.conf file but, when I start
the puppetmaster, the only certs being created are still in /etc/
puppet. Can someone tell me what I am missing here?
Thank you!
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To
2010 Jun 09
1
minor tick marks
Hi !
I need a plot for data extending over several orders of magnitude on the y axis.
The following command generates a nice looking semi-log plot for my data:
plot(x,y,log="y",type="l",lty=3, ylim=c(0.01,2),yaxp=c(0.01,1,1),las=1)
I would appreciate having also minor tick marks in-between the 3 major ticks obtained with the above command. The "minor.tick" function
2012 Dec 07
2
Is there any ways to fetching custom fact after some resources setuped?
I''m currently trying to create icinga module and the icinga-web and
icinga-idoutils-libdbi-mysql from rpmforge
store the initial sql file in version numbered
directory(/usr/share/doc/icinga-web-1.7.2/~~~).
So, I try to determine the version number from the yum info like as below,
but that repository installed after my yum module gets work done.
Is there any ways to fetching custom
2012 Mar 13
5
Can't send certificate request
I can''t get a new client working with my puppet master. When I try to run
''puppet agent --test'' on the client, I get
err: Could not request certificate: Connection refused - connect(2)
Exiting; failed to retrieve certificate and waitforcert is disabled
I can''t telnet from the client to the server on port 8140. There are no
firewalls between the 2 servers.
2013 Aug 07
3
Nagios XI + Puppet?
Hi All,
I currently make use of Icinga (nagios fork) + Puppet for fully automated
monitoring. It''s worked great up to this point. I''ve recently been asked to
integrate fine grained notifications support into icinga. I''m not entirely
sure puppet manifests are the right place to manage contacts, contact
groups, and their use within host and service definitions for
2011 Apr 18
3
Logging configuration
How do I tell puppet to log somewhere other than /var/log/messages. None of
the logging configuration options seem to do anything any more. Specifically
puppetdlog.
# The log file for puppet agent. This is generally not used.
# The default value is ''$logdir/puppetd.log''.
puppetdlog = /var/lib/puppet/log/puppetd.log
--
You received this message because you are
2009 Jun 16
4
Schedule puppet runs
Hi All,
I would like to pick your brains as to the best way to configure the
below senario within puppet.
I am currently configuring puppet for our environment and have
seperated development/back office from production through configuring
roles for each server to identify them as such.
What i need to be able todo is have the production servers only update
outside of office hours, but have the