Zabbix is an open source multi-machine monitoring solution for many versions of Unix, and Windows. Data saved in a central database can be visualized with a web frontend.
Questions tagged [zabbix]
38 questions
3
votes
1 answer
Zabbix install PHP 7 PHP 5.6 conflict on Centos7
I am attempting to install Zabbix 3.2 on Centos7 running PHP7.
Link to the walkthrough
The command:
yum -y install zabbix-get zabbix-server-mysql zabbix-web-mysql zabbix-agent
The output:
Loaded plugins: fastestmirror, langpacks, replace
Loading…
Kayne Khoury
- 39
- 1
- 2
3
votes
2 answers
Zabbix claims that HTTP service is down
I'm configuring Zabbix to monitor our servers. Zabbix is new to me. It is up and running, and monitoring works for some services.
One of our Centos servers has http running, so it seems logical to monitor that. I've added the "Template App HTTP…
SPRBRN
- 1,117
- 4
- 20
- 38
2
votes
1 answer
fping from zabbix agent - permission denied
I know there are several topics about fping and zabbix, but I've read through them all and I am still having trouble getting something that should be pretty simple working.
I am trying to do a simple ping test from a host (that's running zabbix…
Vishal Shah
- 21
- 3
2
votes
1 answer
Do I need to create a custom file context type for /etc/zabbix/ if I don't want to use unlabeled_t?
I have installed zabbix (a monitoring application) on a CentOS 7 machine. For security purposes, I want to leave selinux in enforced mode. Therefore I have to grant my zabbix a few permissions in order to work.
If I execute the following:
ausearch…
CodingVoid
- 73
- 5
2
votes
3 answers
How convert the output of "ps" and "head" to JSON with key "{#PROCNAME}"?
I'm trying to get a JSON document with the top 5 processes by memory.
This JSON I want to send to Zabbix and draw the top 5 processes by memory.
I get the top 5 processes by memory by the following command:
ps axho comm --sort -rss | head…
Anton Patsev
- 135
- 1
- 8
2
votes
1 answer
Where can I find the japanese interface package for zabbix server?
Yesterday I installed zabbix server and agent on some of my EC2 Instance (running Ubuntu 16.04)
Now I want to add the japanese language interface for my zabbix server (because I'm working for a Japanese company and they asked me to do that)
The…
The One
- 4,662
- 11
- 29
- 35
1
vote
1 answer
Adding host to Zabbix 6.2 through ansible failed (worked on 6.0)
I have an issue with the conversion (migration) from zabbix 6.0 to zabbix 6.2.
I have a playbook in Ansible to automatically add a host to zabbix with some host_groups and Templates predefined which worked on Zabbix 6.0 but in 6.2 zabbix added the…
SHLelieveld
- 331
- 2
- 4
- 21
1
vote
0 answers
Increment of HDDs disk read request waiting time after linux kernel update
Issue presentation:
Environment: Debian (bullseye) based distro (proxmox VE) on top of ZFS
Action: Kernel update from 5.15.74-1 to 5.19.17-1
Consequence: Increment of HDDs disk read request waiting time
I have a zabbix instance showing that the…
Héctor
- 248
- 2
- 9
1
vote
0 answers
Configuring zabbix server on centos 9 stream
i've been trying to install those packages required for installing zabbix on centos 9 stream but i came to a problem. I've been following this guide for installing zabbix on official webpage…
Karolina
- 11
- 1
1
vote
2 answers
Zabbix server running not running. Value no in zabbix dashboard on Centos7
What should I do, I have set up everything for what I thought would be a wonderful well running zabbix server and now it is not running on the final step. I cannot figure out what went wrong. How can I fix this? this is my first time, please help…
Amanda W
- 11
- 1
- 4
1
vote
1 answer
sudo asks for password on some servers
I have some sudo rules setup for many (virtual) servers (mostly debian) to be used by zabbix scripts:
zabbix ALL=NOPASSWD: /etc/init.d/exim4 restart
The zabbix-agent and sudo configuration file (/etc/sudoers.d/zabbix-agent) is distributed via…
P.Péter
- 525
- 3
- 12
1
vote
1 answer
SNMPv3 traps in Zabbix
My question is about zabbix traps with SNMPv3 and snmptrapd service using zabbix_trap_receiver.pl. I have a switch on which I enabled SNMPv3 only, so the switch has no SNMPv1/2c rw or ro communities configured, and I was able to add it as a host on…
elekgeek
- 76
- 1
- 2
- 13
1
vote
4 answers
Zabbix-server-mysql on docker centos:latest skips some files during install
I tried to install Zabbix-server-mysql on genuine centos image in docker container:
[root@desktop]# docker run --rm -ti centos:latest /bin/bash
[root@0e4f336ff674]# rpm -Uvh…
Alessandro Cattaneo
- 21
- 6
1
vote
1 answer
zabbix action on log file
I use zabbix to monitor a log file, and I want zabbix to send a mail every time a new line coming in the log file. I define the trigger:
{xxx:log[/tmp/log,"error"].str(error)}=1
I find that zabbix does the 'action' (send a mail) only when the…
Bingzheng Wu
- 345
- 3
- 7
0
votes
0 answers
zabbix to monitor REST API with access token
I Wanted to monitor few REST APIS in my org, this API contain the access token. Now when i monitor i can hard code the access token value. This will be easier approach. But i don't want to hard code values. Is there a way where Zabbix can generate…
rahuls_
- 11
- 2