Questions tagged [zabbix-agent]

Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications (hard drives, memory, processor statistics etc).

The agent gathers operational information locally and reports data to Zabbix server for further processing. In case of failures (such as a hard disk running full or a crashed service process), Zabbix server can actively alert the administrators of the particular machine that reported the failure.

115 questions
0
votes
1 answer

How do I call an external app in zabbix 2.2?

I have an app that reports the status of another app. It does a little more than just check if the app is in the process list. It returns 0 if OK and -1 if error. How would I call this app through the zabbix agent and use that to determine if the…
hookenz
  • 14,472
  • 23
  • 88
  • 143
0
votes
1 answer

Update zabbix-agent mysql credentials

I want to monitor my mysql server with zabbix. So i've created a mysql user called zabbix. The user got a secret password. Now is my question where i can update the password in the zabbix config? I read some pages in the internet and found…
David
  • 101
0
votes
1 answer

Agent interfaces settings in Zabbix for Active agents?

I need to run a ZABBIX setup, where some of my agents is behind firewalls, so the Zabbix server can't connect to the agent. Every item is setup to be using Zabbix agent (Active) and i got data as expected. What are the correct to fill-in for "Agent…
0
votes
1 answer

I want to use zabbix6 to monitor the log files

The log files to be monitored are as follows, and I want to monitor the string "ERROR". /var/log/waagent.log ITEM log[/var/log/waagent.log,,,,skip] Trigger : If more than 0, trigger will occur. count(/Linux Azure…
gotothesky
  • 13
  • 3
0
votes
0 answers

How to monitor windows GPU in zabbix

I am using zabbix 6.0 and I wan to monitor the gpu usage and temperature and other things related to GPU of my windows host, How can I do that, I have windows 10 and agent installed
biplab
  • 5
  • 2
0
votes
1 answer

Folder update status with new file in Zabbix monitoring solution

I've a Zabbix monitoring solution installed in my organisation to monitor critical alerts about various solutions. There is a new requirement to monitor a set of folders(located at different locations within same server) for any new file generated…
0
votes
0 answers

Zabbix apache template doesn't work only for the number of processes

I use the apache template for a server. It seems to work fine, In the dashboard I can find all the informations. But there is one thing that doesn't work, it's the number of processes. So it trigger Apache: Process is not running. In the…
0
votes
3 answers

Zabbix agent not using the .my.cnf

I have a server with a zabbix agent installed, this is working fine. I want to monitor a database on the server, I have followed the documentation of MySQL by Zabbix agent. I have an error inside the log mysqladmin: connect to server at '127.0.0.1'…
0
votes
1 answer

Zabbix how to monitor multiple databases server on one host?

I am new to zabbix and I am trying to monitor multiple mysql databases. I have one server with two docker container that each have one mysql database. To monitor the first database I used the MySQL by Zabbix agent template which worked fine. But now…
0
votes
0 answers

sdb: Disk read/write request responses are too high (read > 20 ms for 15m or write > 20 ms for 15m)

I use Zabbix agent to monitor my Linux servers. I start to receive this alarm: sdb: Disk read/write request responses are too high (read > 20 ms for 15m or write > 20 ms for 15m) incident expression: {server03:vfs.dev.read.await[sdb].min(15m)} > 20…
fred_m
  • 1
  • 1
  • 1
0
votes
1 answer

Zabbix logfile monitoring: how to get timestamp from log message

I have some rotated log files in csv format, which contains numeric data and timestamp of the event, and I need to plot this data with milliseconds precision. I try to use zabbix log file monitoring function for this purpose, but zabbix inserts time…
Shadasviar
  • 101
  • 1
  • 3
0
votes
0 answers

Zabbix log monitoring: Do not send "resolved" messages

I use Zabbix to scan my logs for certain keywords. This is my item (configured as an active check, type of information "log"): logrt["/var/log/syslog(\.[0-9])?$","(error|fail|failed)",,,skip] And the corresponding…
manifestor
  • 6,079
  • 7
  • 27
  • 39
0
votes
1 answer

Create a zabbix alert for a numeric value in a file

I am a newbie in zabbix, I created a script in linux and it will create a file that has a value on it. The data in a file has only one value / number . For example. /home/testuser/textfile.txt If you cat the textfle.txt the output is 50 the data in…
V.A
  • 1
  • 1
0
votes
1 answer

is it possible to use zabbix log[] key with zabbix_agent2

I have zabbix server 5.4.4 on my linux ubuntu 20.04 Also on my client machine i have installed zabbix_agent2 for 5.4.4 ( there is no zabbix_agent 1 running nor installed ) And zabbix_sender 5.4.4 Im trying to make a new item with log[] key Using…
0
votes
2 answers

Permission denied zabbix

im trying to monitoring the log from httpd but i have this error: [root@localhost httpd]# tail -f /var/log/zabbix/zabbix_agentd.log 2446:20210304:102535.671 agent #0 started [main process] 2451:20210304:102535.683 agent #5 started [active checks…
Jeyson Duque
  • 1
  • 1
  • 1