Displaying 20 results from an estimated 4000 matches similar to: "WG: Re: AW: nagios_service does not replace target file"
2012 Apr 18
0
WG: Could not send report: Error 400 on SERVER: execution expired
No ideas?
> -----Ursprüngliche Nachricht-----
> Von: Bernd Adamowicz
> Gesendet: Montag, 16. April 2012 13:32
> An: ''puppet-users@googlegroups.com''
> Betreff: Could not send report: Error 400 on SERVER: execution expired
>
> Hi all!
>
> One of my Puppet masters has to compile some 3800 stored configurations
> which takes a very long time to
2010 Oct 20
2
nagios_service types and "name"
It seems that the nagios_service type will not write out the "name"
property of nagios service objects. I had thought this was an oversight
or a bug, till I saw this thread:
http://www.mail-archive.com/puppet-bugs@googlegroups.com/msg10387.html
which seems to imply that this is a deliberate "feature". Is this
prohibition on "name" really the desired behaviour?
2012 Sep 10
5
Nagios purge deleted items and notify nagios service problem
I am using stored configs to manage my nagios host and services checks and
I have run into a problem that I have been unable to solve. When the
stored configs are purged from puppet the nagios server correctly removes
them from the services and hosts file but does not notify the nagios
service and instead throws an error. So the entries are still there and
nagios still reports on them until
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
2012 May 02
8
Puppet logging
Hello all,
I am trying to write a script that will check logs for puppet errors to use
in a nagios check. I am checking /var/log/messages (RHEL6) but when puppet
runs on its 30 minute interval, nothing gets written to messages. I have
also looked at /var/log/puppet/puppet.log but that does not seem to be
consistent either:
[root@gm10v nagios]# tail /var/log/puppet/puppet.log
Wed May 02 14:27:47
2006 Feb 07
0
WG: AW: WG: proxyarp <--> OpenSwan VPN/Internet
I´ve figured out the following.
I am able to sftp from shorewall 2.4.2 left vpn gateway x.x.x.14 (DMZ) to
shorewall 2.4.1 fw x.x.x.11 with /etc/shorewall/proxyarp
x.x.x.14 eth2 eth0 No
very well. That´s not through a tunnel (of course a ssh tunnel, but no vpn)
but with public ip x.x.x.14 to x.x.x.11
If I try to sftp through the fw to the public internet I have the same
2003 Sep 17
0
AW: WG: smbadduser problem
Thanks fort he advice John, i read that on the link that nome sent. I filled
it out in the smb.conf, and edited the usermap file, then restarted the smb
server, and it didn't work *shrugs* it works fine with ftp, so that'll do
for now.
Thanks anyway.
Cheers,
-brian
-----Urspr?ngliche Nachricht-----
Von: John H Terpstra [mailto:jht@samba.org]
Gesendet: 17 September 2003 15:04
An: Brian
2005 Feb 25
0
WG: AW: Transfer a call ? Am I looking for theflashcommand ?
Hey..
Your saying I can not use flash with ISDN ? What options to I have to
transfer a call directly ? ( So I have a free line afterwords)
>> What interface are you using? ZapBRI? if so you might be able to do the
>> hairpinning if it is supported.
Im not using any interface..
But if you know how to do that, let me know and I install that interface.
Thx for your answer :)
Gr?sse
2008 Jan 02
1
WG: AW: Another problem with encoding
Hello, Peter,
I tried it out: iconv(names(attributes(spss[,'Y6'])[[1]][14]), "UTF-8", "LATIN1", sub='byte') yielded
[1] "<c4>rzte Chirurgie"
and c4 corresponds in most encodings to ?. What can I do next? I wonder whether there is a more comfortable way then to change the
occurences of <..> by the adequate character.
Regards,
Matthias
2009 Apr 22
3
Exported Resources with keyword undef
Hello !
I''m using a lot of nagios_ commands in my puppet manifests and I saw a
problem when using ''undef'' in exported resources :
Here is a simple example :
define nagios::service::distributed ($ensure=present,
$service_description, $host_name=false, $contact_groups=false) {
nagios_service {$name:
ensure => $ensure,
use =>
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 Jan 17
4
Exported variable foo...(fu?)
Hi folks,
For the first time since I started playing with puppet I started down the
road of using exported resources This was inspired by my reading all of the
nagios related recipes that went something along the lines of
class nagios {
package {nagios: ensure=> latest }
service {nagios : ensure => running , enable => true}
Nagios_host <<! !>>
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 Jun 13
0
unmanaging config data
Hi,
I''m happily aware of the way that there is no concept of unmanaging
something and when this is in the context of a file ownership or whatever,
then that makes sense. But when this is applied to things like nagios
configuration data the principle seems to come unstuck. Or at least, it
seems so to me.
Say I have a nagios_service which uses another template nagios_service. I am
about
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
2013 Sep 12
1
Puppet SSL cipher suites
Hey there,
I looked up puppet.conf documentation and there doesn''t seem to be any
option to choose which SSL cipher suites are used for communication.
Is there some way to configure which cipher suites are preferred?
--
Gabriel Filion
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 =>
2010 Jul 26
0
WG: WG: samba4 phyton-dns error
For all running in the same error:
This solved my problem. In smb.conf --> interfaces = eth0
And all is up and running perfect!!
Daniel
-----------------------------------------------
EDV Daniel M?ller
Leitung EDV
Tropenklinik Paul-Lechler-Krankenhaus
Paul-Lechler-Str. 24
72076 T?bingen
Tel.: 07071/206-463, Fax: 07071/206-499
eMail: mueller at tropenklinik.de
Internet: www.tropenklinik.de
2008 Sep 18
4
WG: WG: Strange!!! Clients only log on to samba bdc
When I stop the BDC all clients log on to the PDC. And to my confusion
when I restarted the BDC today and made a testparm on both PDC and BDC
both showd role domain pdc --> Server role: ROLE_DOMAIN_PDC
Here my smb.confs:
PDC:
[global]
security=user
smb ports = 139
logon script = logon.bat
logon path = \\%L\%U\profile\%U
logon drive = S:
domain