Displaying 20 results from an estimated 123 matches for "zabbix".
2010 Sep 13
2
Puppet trying to start service before package is installed
Hi,
This one is driving me crazy. Problem is Puppet try to start some
services (in this case zabbix-agent) before it is installed.
My puppet-master is Debian 5.05 with Puppet 2.6.0 (from squeeze).
Target system is FreeBSD 8.1 with Puppet 2.6.1 (from packages-8-
stable).
When I run puppet manually in debug-mode I get:
MASTER:
debug: Adding relationship from Package[zabbix-agent] to File[zabbix-...
2013 Jan 21
4
Unable to replace a symlink with regular file
I am running Puppet 2.7.x (x varies from 14 to 20 on different machines).
I am trying to use Puppet to deploy a new Zabbix agent configuration file.
On all machines where the file wasn''t a symlink, the deployment worked.
However, every machine where it is a link, Puppet refuses to replace teh
link with a regular file or do anything with it.
I''ve read the type reference, and I see nothing specific...
2010 Sep 27
4
why does puppet shuffle its ‘phases’ and how can I stop this?
Hi all,
class zabbix {
file { "/etc/zabbix/":
ensure => directory,
recurse => true,
purge => false,
force => false,
owner => "root",
group => "root",
mode => 0755,
source => $operatingsy...
2015 Jun 17
2
selinux allow apache log access
>
> Try something like:
> grep zabbix /var/log/audit/audit.log | audit2allow -M zabbix
> semodule -i zabbix.pp
Thanks for your response! However this is what happens when I try to
install the module:
[root at monitor2:~] #semodule -i zabbix.pp
libsepol.print_missing_requirements: zabbix's global requirements were not
met: t...
2012 Jan 22
5
Augeas lens for zabbix agent config files?
Hi all,
I''m trying to come up with a lens for the zabbix agent config files. I
find the lens language untransparent at best, so I''m struggeling to
figure out what''s up. The debugging possibilities are extremely
limited. Here''s what I have now:
zabbix.aug:
====
(**
An adjusted copy of the postfix_main module
**)
module Zabbix_...
2011 Jul 25
3
Sudo #includedir function ignored CentOS 6
I am unable to get the #includedir function to work with sudo. This works
just fine on all my CentOS 5.6 servers, but on 6 it is being ignored. I
have this line in the file /etc/sudoers.d/zabbix-puppet
zabbix ALL=NOPASSWD: /var/lib/zabbix/bin/start_puppet
However sudo still requires a password. If I put that same line into
/etc/sudoers file , there is no password prompt. At the end of my sudoers
file I have this line
#includedir "/etc/sudoers.d"
It seems that line is being...
2012 Aug 09
1
Class using if/else w/ multiple if conditions
I created a custom fact that determines what class of server it is based
off the first 3 letters of the hostname: tst, qa, stg, prd, dev.... The
fact tested fine and shows in the list when running "facter -p". I wanted
to use the fact in a class to determine if zabbix-agent should be removed
or installed. I want to remove from servers that currently have zabbix
installed in groups tst, dev and qa. For some reason this doesn''t work at
all. It doesn''t error out but doesn''t do anything. Every time I run puppet
or even debug it just fi...
2013 Mar 11
12
Error: stack level too deep
I''m running a previously working set of modules with the Puppet master
version 3.1.0-rc2.
I''m getting the Error: stack level too deep
Here is a chunk of the debug
Debug: Scope(Class[Zabbix]): Retrieving template zabbix/zabbix.conf.php.erb
Debug:
template[/etc/puppet/environments/production/modules/zabbix/templates/zabbix.conf.php.erb]:
Bound template variables for
/etc/puppet/environments/production/modules/zabbix/templates/zabbix.conf.php.erb
in 0.00 seconds
Debug:
template[/etc/pup...
2010 Aug 25
2
Monitoring Xen with Zabbix..
Is anyone using Zabbix to monitoring Xen at the dom0 level?
Right now I have the Zabbix agent running in each domU but I would like to
get per domU and aggregated statistics from the hyper visor perspective.
I see a bunch of ''hard'' ways to collect these stats but first I want to make
sure there isn...
2015 Jun 17
2
selinux allow apache log access
>
> That's because there's already a zabbix module loaded (the message isn't
> very informative!). I forgot that the received wisdom is to insert "my" in
> front of ones own modules i.e.:
> grep zabbix /var/log/audit/audit.log | audit2allow -M myzabbix
> semodule -i myzabbix.pp
Hmm no luck there either:
[root at...
2015 Jun 16
2
selinux allow apache log access
Hey guys,.
I have a centos 7 machine I'm using as a zabbix server. And I noticed that
apache won't start, with this complaint in the error log:
(13)Permission denied: AH00091: httpd: could not open error log file
/var/log/zabbix_error_log.
AH00015: Unable to open logs
I tried having a look at audit2allow and this is the response I get back:
[root a...
2023 Apr 12
0
Problem with Samba 4.18 and Zabbix-Server 6.x
Hello samba-people,
Ive upgraded our Debian Bullseye servers to Samba 4.18 (thanks to mjt's
repositories) and zabbix-server refuses to start with a seg fault.
Downgrading back to 4.17 (from bullseye-backports) fixes the issue.
This happens with Zabbix Server 6.2.7, 6.2.8, 6.2.9, 6.4.0 and 6.4.1.
Ive created a bug report for zabbix here:
https://support.zabbix.com/browse/ZBX-22658. You can find a (kinda big)...
2018 Oct 21
4
Disable logging for localhost
Hello Everyone,
I am using Zabbix to monitor my Dovecot server, and my logs are filled
with lines like this:
> Oct 21 15:04:46 osaka dovecot[1256]: pop3-login: Aborted login (no auth
> attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1, secured,
> session=<bWd0nr14SuF/AAAB>
> Oct 21 15:05:29 osak...
2005 Oct 27
0
Re: [Zabbix-users] icmpping not working
hello friends,
You are right, changed the user to root, and icmpping and icmppingsec
are working now!!!
Thank you!!!!
On 10/26/05, Fortin, Benoit <benoit.fortin@cgi.com> wrote:
>
>
> Hi,
>
> The setuid of fping was already set, as you can see :
>
> zabbix@wirelessKTM:~/fping-2.4b2_to$ ls -l fping
> -rwsr-xr-x 1 zabbix zabbix 69258 2005-10-26 17:59 fping
>
> So the only error was the owner of the file.
>
>
>
>
> ________________________________
> From: Pete Barnwell [mailto:peter@whole-uk.com]
> Sent: Wed 2005-10-26 1...
2016 Apr 28
0
New R package on CRAN: RZabbix - easy and direct communication with 'Zabbix API'
Hi all,
2 days ago a new R packages appeared on CRAN
https://cran.r-project.org/web/packages/RZabbix/index.html
RZabbix is an R interface to the 'Zabbix API' data <
https://www.zabbix.com/documentation/3.0/manual/api/reference>. Enables
easy and direct communication with 'Zabbix API' from 'R'.
You can now integrate your Zabbix applications monitoring with reports
cr...
2018 Oct 24
1
Disable logging for localhost
On 2018-10-22 12:16, Shawn Heisey wrote:
> On 10/21/2018 8:23 AM, Andr? Rodier wrote:
>> I am using Zabbix to monitor my Dovecot server, and my logs are filled
>> with lines like this:
>>
>>> Oct 21 15:04:46 osaka dovecot[1256]: pop3-login: Aborted login (no
>>> auth attempts in 0 secs): user=<>, rip=127.0.0.1, lip=127.0.0.1,
>>> secured, session=<bWd0...
2024 Nov 06
1
Status app for mobile
I?ll second that Zabbix motion. With Zabbix you can monitor both Proxmox, and Samba shares.
The problem I?m fighting now, is after trying to upgrade Samba on AIX I can?t get it to join the domain.
--
See Ya?
Howard Coles
From: samba <samba-bounces at lists.samba.org> on behalf of Adam Tauno Williams via samba &...
2015 Jun 17
1
selinux allow apache log access
...M, Jonathan Billings wrote:
> On Wed, Jun 17, 2015 at 03:30:51PM -0400, Tim Dunphy wrote:
>> No prob! Thanks for all the help! But in searching my system I don't find
>> anything of the sort.
>>
>> [root at monitor2:~] #updatedb
>> [root at monitor2:~] #locate myzabbix.te
>> [root at monitor2:~] #find / -name "myzabbix.*"
>>
>> I also did search using 'yum provides' to find something similar. But
>> wasn't' able to find anything.
> What we're asking for is the contents of the .te file that is created
> w...
2015 Oct 16
2
Assistance with understanding how to setup NUT for our small server room
...p to view the
status of that battery backup?
- I have 11 battery backups to monitor in our server room. Is there a
dashboard or a way to view all battery backups from one location or even
better a webpage?
- If a central location can't be served up then I am planning on using
Zabbix in our server room. Would Zabbix be able to receive the details
from each Raspberry Pi NUT server for this dashboard?
Thank you in advance for any advice you can provide to me.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pi...
2013 Oct 17
1
Authenticating sudo with ipa.
...ct 17 17:53:52 192-168-0-100 [sssd[krb5_child[29237]]]: Decrypt
integrity check failed
Oct 17 17:53:52 192-168-0-100 [sssd[krb5_child[29237]]]: Decrypt
integrity check failed
Thanks,
Andrew
## I see the following in my clients /var/log/messages after starting
sssd on the client.
Oct 17 17:35:46 zabbix sssd: Starting up
Oct 17 17:35:46 zabbix sssd[be[192-168-0-100.local]]: Starting up
Oct 17 17:35:46 zabbix sssd[nss]: Starting up
Oct 17 17:35:46 zabbix [sssd[ldap_child[6659]]]: Error processing
keytab file [default]: Principal [host/192-168-0-100.local at LOCAL] was
not found. Unable to create GS...