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

Value should be a JSON object error in Zabbix

I have the following script:- #!/bin/bash echo "{" echo "\"data\":[" grep -hoR server_name.* /etc/nginx/sites-enabled/|sed 's/[^ ]* //'|sed 's/.$//'|awk -F"/" '{ print "{\"{#URL}\":\""$1"\"}," }'| head -c -2 echo "]" echo "}" This is set up as a…
user2099762
  • 153
  • 2
  • 5
  • 18
0
votes
1 answer

Error when creating template based trigger

I have a web check rule that does the following:- Use a web scenario to test the website is up or down Checks whetherthe domain is coming up to renewal Checks the SSL expiry date I am trying to configure a trigger that will get used in…
user2099762
  • 153
  • 2
  • 5
  • 18
0
votes
2 answers

Get current status from httptest (Zabbix)

I'm trying to use PHP/CURL to query Zabbix and find whether a service is available or not. From Zabbix Web interface, I get this screen, which shows the test and its status. Zabbix Web Interface I'd like to get this data (test name and status) as…
Victor Ribeiro
  • 161
  • 1
  • 6
0
votes
1 answer

Zabbix - change display of Unix timestamp value to human readable?

I have a custom Item in Zabbix to check the date of the newest file in a particular folder. This is setup in Zabbix to store the data as "Numeric (unsigned)" with Data type "Decimal". This bit works fine, as does a trigger to check the age of the…
fistameeny
  • 317
  • 1
  • 8
  • 18
0
votes
1 answer

Zabbix Active Agent

I set up a Zabbix-Server and installed on some other Servers the Zabbix-Agent. Now I want to add some items which require Zabbix Agent(Active). So I configured my agents, set ServerActive to my Zabbix-Server-IP, added my Hostname and Server in my…
Lee
  • 101
  • 1
  • 1
0
votes
1 answer

Meaning of Zabbix user parameter syntax

I am using Zabbix agent v2.2.2. I have added some user parameters and got them working but I don't understand what codes in their outputs mean. I use normal user parameter syntax. (UserParameter=,). For user parameter that does not…
Madoc Comadrin
  • 570
  • 4
  • 11
  • 29
0
votes
1 answer

#Zabbix, extract all values from a file

I have several files located on a host, that i would like to graph and trigger them I played around with the parameter. It seems to read the content of the file. but I fail to capture the separate values in the file and graph them. the value at the…
0
votes
0 answers

zabbix_agent + socat hanging with close_wait

I have the following setup: remote devices running active zabbix_agentd (version 2.0) using socat to tunnel through an HTTPS proxy. On the server side: Apache with a proxy service allowing CONNECT to localhost:10051 (zabbix_proxy). The connection is…
user65677
0
votes
3 answers

How can I made zabbix-agent to auto-discover the zabbix-server?

I am looking for a setup where I do not have to configure the address of the zabbix server in each zabbix-agent, something similar to DNS auto-discovery used by salt. Is this possible or is missing from zabbix?
sorin
  • 8,016
  • 24
  • 79
  • 103
0
votes
1 answer

zabbix network interface app shows no items for CentOS VM

I'm using a Ubuntu VM as Zabbix server and Zabbix agent1, and a CentOS VM as Zabbix agent 2. And when I look at the overview at the property "Incoming network traffic on eth0", only Zabbix agent1 (the one on the same machine with the server) has a…
benjaminz
  • 103
  • 1
  • 5
0
votes
2 answers

How can I install the Zabbix agent without yum on RHEL 6?

I am testing Zabbix locally on CentOS 6 but this will be installed and configured on Red Hat without having yum. All the instructions I have found online give me guides for yum. Is there a package or can someone help me manually package this?
leeman24
  • 147
  • 1
  • 9
0
votes
1 answer

Many zabbix-proxy, many zabbix-agent. Stop notification

I have a lot of zabbix-proxy who take care of lot of server with zabbix agent. Each zabbix-proxy have around 10 zabbix agent under him. If server who run proxy crash, I got 11 notification (proxy + agent). Have you a solution for simply receive 1…
Oyabi
  • 133
  • 2
  • 13
0
votes
1 answer

Zabbix not collecting data from Apache for Windows

I have a Zabbix 2.2 installation and I need to monitor a Windows Server running Apache. I have enabled mod_status, installed zapache (https://www.zabbix.org/wiki/Docs/howto/apache_monitoring_script#Method_3) and I am able to zabbix_get the values…
0
votes
1 answer

Zabbix triggers, send mails to specific email IDs, which are not a user in Zabbix

I recently started with Zabbix for monitoring around 150 VMs. These VMs are used for development purpose only and have been assigned to specific owners. The owners do not have a user in Zabbix, as it is not required. Is it possible to send mails to…
beginer
  • 279
  • 5
  • 12
0
votes
2 answers

Stop Zabbix notification for nodes under zabbix-proxy when proxy service is down

I have a zabbix-proxy and 12 nodes in that proxy. Right now whenever proxy service goes down. It send out of reach mail for all the 12 nodes. I want to send mail only for the zabbix proxy not for the nodes under that proxy Updated: Now I am trying…
A_01
  • 133
  • 1
  • 7