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.

112 questions
5
votes
1 answer

unit zabbix-agent.service is masked

When i try to start/restart/stop/status the zabbix-agent service. I get the following error. I precise that I have made an install and then purged - removed it to install another version (upgrade). and since that I get this error: Failed to start…
user396019
  • 67
  • 1
  • 2
  • 5
5
votes
2 answers

Zabbix - service restart

I have zabbix monitoring multiple servers (Linux and Windows). Is it possible to have zabbix automate services that they are down to automatically restart?
John
  • 105
  • 2
  • 3
  • 9
4
votes
1 answer

Zabbix: What is the difference between `HostMetadata` and `HostMetadataItem`?

Question = headline ;-) Official docs here. I've read this example too, but still don't have a clue. Additional question: How can I specify multiple meta items? E.g. env=staging,server=db. I would like to chose a template automatically after a…
kev
  • 261
  • 1
  • 5
  • 13
4
votes
3 answers

Zabbix-agent unreachable

One of the servers monitored by Zabbix is not reachable. I have no idea why as this works normally with other servers. The zabbix-agent service on the monitored server is running. We have several servers, all monitored by zabbix. In…
SPRBRN
  • 561
  • 4
  • 12
  • 27
3
votes
3 answers

What are passive checks good for on Zabbix?

Official docs here. Passive checks = Zabbix server polling Active checks = Zabbix client (agent) pushing What is the advantage of passive checks? It requires an additional port on the clients to be open.
kev
  • 261
  • 1
  • 5
  • 13
3
votes
1 answer

Zabbix: Monitor child spawn rate

We have set up zabbix to monitor our infrastructure, and our security team denied us to run custom scripts through zabbix. This makes our lives a bit harder to find solutions which don't require customized scripts. I've been researching for a while…
hoisu
  • 33
  • 1
  • 8
3
votes
1 answer

How do I configure zabbix to add containers dynamically and monitor them across servers that have agents?

I am struggling with discovering and monitoring dynamic (i.e. moving) containers across multiple physical servers and affiliating the results with the container service, not the server on which the agent that runs it is running. I have 2 servers: A…
deitch
  • 545
  • 1
  • 4
  • 15
3
votes
1 answer

Zabbix: How do I configure a Trigger which will check if a specific value has been changed in the last 10 minutes?

I've been given the task to monitor a specific value in some MySQL server database, I need to raise a notification if the value has not been changed in the last 10 minutes. I've added to the UserParameter_mysql.conf the following…
Itai Ganot
  • 10,424
  • 27
  • 88
  • 143
3
votes
2 answers

Zabbix with active checks

In Zabbix 2.0 I have configured zabbix agents to be active and disabled passive checks. I've also configured the host to automatically add these hosts to the "Discovered Hosts" host group. However, the agent then still tries to connect to the agents…
hookenz
  • 14,132
  • 22
  • 86
  • 142
3
votes
1 answer

Problems with vfs.file.exists on Zabbix 2.0

I'm having problems with vfs.file.exists on Zabbix 2.0.6 on a 64-bit Fedora 19 box. 2.0.6 is the latest version available from the Fedora yum repository, at the time of writing. I want to check for the existence of the file…
G Mawr
  • 173
  • 1
  • 3
  • 6
3
votes
1 answer

What item-key to monitor when looking for CPU interrupts in Zabbix 1.8.2

What is the proper item-key to monitor when looking for CPU interrupts caused by NICs.
Robert Foss
  • 223
  • 1
  • 3
  • 11
3
votes
2 answers

Zabbix - Populate Item with SQL Server Query

I'm trying to track a process that locks up regularly. It's a funky program that we have no control over. I'm trying to find a good way to track when the program stops responding. I have a query which has a result... It comes back with 2 numbers: an…
WernerCD
  • 344
  • 2
  • 6
  • 18
3
votes
2 answers

how to get CPU utilization in zabbix from Windows server?

I'm trying to monitor CPU utilization of windows 7 32bit PC (C2D E8400) using zabbix. I tried both "perf_counter[\Processor Information(_Total)\% Processor Time]" and "system.cpu.util[,system,avg5]". After some time status of these items reverted…
3
votes
1 answer

zabbix agent vs agent2

I am working on deploying Zabbix in our organization and comparing zabbix agent vs agent2 I found following link which is useful, https://www.zabbix.com/documentation...ent_comparison I just have a couple of questions: For agent2 "Daemonization" is…
Jigar
  • 71
  • 1
  • 6
2
votes
1 answer

Zabbix auto remove unreachable host

I need to delete automatically my unreachable/down host in zabbix. All host are monitored using active agent hence network discovery auto delete is not handy/useful in my case. I have written a small python script to delete/remove host from zabbix…
user355522
  • 23
  • 1
  • 5
1
2 3 4 5 6 7 8