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
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
2
votes
1 answer

How to turn off triggers for a specific period?

I have an action which ping the zabbix agents of my servers and a trigger which notifies if there are more than 3 minutes without answer. The expression is: {template_zabbix_agent:agent.ping.nodata(3m)}=1 It was working well, but now I have a…
Dimas Kotvan
  • 241
  • 3
  • 7
2
votes
1 answer

Zabbix file system autodiscovery does not kick in

I have the following set up Zabbix server 2.2.2 Zabbix agent 2.2.2 I have the agent running on several Ubuntu 14.04 servers which have Template Linux OS applied on them. For some reason, the file system autodiscovery (free space on partition,…
Mikko Ohtamaa
  • 1,374
  • 3
  • 17
  • 28
2
votes
1 answer

Bulk Gathering of Numerous Discovered Items

(This is for Zabbix 2.2.2.) I have a discovery rule that can return 100+ items that I'd like to monitor. Each item's data can be gathered by a UserParameter invoking a separate executable. Implementing these as passive checks eats the zabbix agent…
mojo
  • 227
  • 1
  • 4
  • 12
2
votes
1 answer

Zabbix jmx check availability

Sometimes in my zabbix I see so my JMX agent is unavailable, if anyone knows a way to monitor the status of the JMX agent, whether it is possible ?
Mick
  • 347
  • 3
  • 14
  • 27
2
votes
0 answers

Zabbix : Trigger Dependency not working Agent(Not reachable)-depends on>Proxy(Not reachable)

We have proxy-agent relationship in which I want to make agent not reachable trigger to be dependent on proxy not reachable. Setup we have say for example : Zabb-Prxy(Proxy) monitors Zabb-Agnt(Agent). I created two triggers as follows: On Zabb-Prxy…
A_01
  • 133
  • 1
  • 7
2
votes
1 answer

Add Zabbix S.M.A.R.T. monitor to ESXi 5

I have a ESXi 5.1 host with 3 Hard Disk (1 SSD, 2 Magnetic) and I want to monitor them, especially for the S.M.A.R.T Data, that is critical and preannunce an HDD break. Since I'm really unfamiliar with ESXi (i think is red-hat based?) and this is a…
CappyT
  • 183
  • 2
  • 3
  • 12
2
votes
2 answers

How to get the Log file name that we are monitoring using Zabbix?

I am trying to get the log file's name that we are monitoring using zabbix. Is there a way to do this? I created one item in zabbix to monitor log file like this: logrt["/var/logs/error_[0-9]{1,3}.log","Critical"] When it fetches data, it gives me…
Veer
  • 121
  • 4
2
votes
3 answers

Getting started with Zabbix

We run a small startup and just began interesting ourselves in monitoring our machines properly. The choice fell on Zabbix, which fits well into our criteria of requirements. I've setup the Zabbix server along with Zabbix agent on a Ubuntu 11.04 VM…
Industrial
  • 1,579
  • 6
  • 24
  • 37
2
votes
2 answers

Zabbix "Application" monitoring - How do I detect a "hung" frozen application

I have Zabbix Server on Ubuntu working... I have an Agent install on my Windows server. Template_Windows works wonders and gives me all sorts of stats that I'm happy to play with... The problem is that I'm trying to monitor an application. Not a…
WernerCD
  • 344
  • 2
  • 6
  • 18
2
votes
2 answers

How to query custom performance counters using Zabbix agent?

I was thinking of instead sending data to Zabbix Trapper I could send to Windows Performance monitor and then capture it using Zabbix Agent. Is it possible? How?
Jader Dias
  • 4,705
  • 19
  • 50
  • 51
2
votes
1 answer

Zabbix - Value "1" of type "string" is not suitable for value type "Numeric (unsigned)"

I get this error when I changed the custom command from an application that prints to STDOUT to shell script that runs curl and produces the same output to STDOUT. What's going on here?
Hristo Kolev
  • 440
  • 1
  • 6
  • 16
1
vote
1 answer

How to check that a process is running under specific Windows user with Zabbix

I wonder if it's possible to monitor if a Windows application is running under specific user or not. Let's say there are 2 Win users (accounts) on the server: User 1 has application.exe running all the time and I don't need to monitor it as it's…
Arsen
  • 11
  • 3
1
vote
3 answers

"Couldn't resolve host name: Could not resolve host:" in Zabbix

Getting "Couldn't resolve host name: Could not resolve host: example.zabbixagent.com; Name or service not known" in Zabbix server although DNS and hostname of Zabbix Active Agent is correct. Is this a bug or a misconfiguration in Zabbix? Please…
user427751
  • 125
  • 1
  • 3
  • 9
1
vote
1 answer

Zabbix Agent Wont Discover Services with Remote Script

I'm trying to create template that relies on PowerShell scripts which enumerates the services on a remote Window server. It should then create an item for each service that defaults to disabled where I can go and enable the items that I want…