Questions tagged [zabbix]

Zabbix is a free, open-source monitoring tool for diverse IT components, such as networks, servers, VM and cloud services. Zabbix provides metrics, such as network utilization, CPU load and disk usage consumption. The software monitors operations on Linux, HP-UX, Mac OS X, Solaris and Windows via agents installed on machines with a centralised server. It includes enterprise class features that can scale to support monitoring on thousands of servers.

Zabbix is installed as an 'agent' on machines to be monitored, with a central server that performs the monitoring. User defined 'templates' determine what attributes about a given client/agent to monitor; in this way, you can use Zabbix to monitor an enormous variety of activities.

Zabbix server is written in C on the back end, and PHP on the front end, and requires a relational database for the back end. Zabbix agent 1 is written in C and Zabbix agent 2 is written in Golang.

1379 questions
4
votes
2 answers

using zabbix API to create a grid view from python

Intro I have a cluster to monitor using Zabbix 2.0, everything works fine and I have all the data I need on Zabbix, but the way zabbix displays the data is not optimal for our use case. At the same time I have a python app running with a web front…
Sergio Ayestarán
  • 5,590
  • 4
  • 38
  • 62
4
votes
1 answer

Zabbix item - amount of data transfered per day and week

Good day. Using net.if.in and net.if.out keys I'm getting total amount of bytes transferred through a network interface. If I store value as delta I'll get speed per second. Is there a way to get amount of data transfered each day and week? Thank…
Vojtech
  • 2,533
  • 9
  • 34
  • 65
4
votes
2 answers

Why does zabbix agent UserParameter not work when it is on the same machine with zabbix server

thanks for viewing this question! I use zabbix to monitor my servers; There are totally 15 servers; But one of the agentd not work for UserParameter when the one is on the same machine with the zabbix server proccess The architecture is like…
jiacheo
  • 308
  • 1
  • 2
  • 12
3
votes
2 answers

Fluentd+Mongo vs. Logstash

Our team now uses zabbix for monitoring and alert. In addition, we use fluent to gather log to an central mongoDB and it is put to work for a week. Recently we were discussing another solution - Logstash. I wanna ask which difference between them?…
Frank Yao
  • 53
  • 1
  • 6
3
votes
1 answer

Zabbix web scenarios - how to include the content of the web response in notifications?

I have notifications coming back from web scenarios that say "PROBLEM' and "OK". I would like to include the content of the web response when a problem happens. I'm not worrying about header values, just the content of the web page. Is this a…
heathen world
  • 150
  • 1
  • 7
3
votes
1 answer

Zabbix: Difference between "memory usage" and "memory utilization"

I recently started using Zabbix for monitoring, and there is a question I can't figure out on my own. :) Is "memory usage" kind of inverse function of the "memory utilization"? I have high percentage of the "utilization" and low count on the…
FaultierSP
  • 75
  • 1
  • 1
  • 5
3
votes
2 answers

How to trigger alert when items are unavailable?

Using Zabbix, how can I trigger an alert if an item is unreachable (e.g. 'ZBX_NOTSUPPORTED' or any error that is traced when the zabbix agent could not provide the expected item format) ? The goal is to prevent hosts to silently fail on retrieving…
Jean
  • 1,707
  • 3
  • 24
  • 43
3
votes
0 answers

How to enable Tomcat's JMX Catalina support?

I am using Zabbix for monitoring metrics, I have a Java Spring application and I want to see all metrics such as Tomcat's metrics. When I use Zabbix for monitoring, some items of Zabbix are not working. Especially Catalina support. I tried to see…
3
votes
1 answer

Not able to access zabbix default port (10050) in a server that contains VPN installed

I want to monitor the server that contains VPN(strongswan) installed using zabbix. From my Zabbix server it is not able to access the zabbix client installed in my VPN server. Is their any way to open zabbix default port 10050? sudo ufw status…
3
votes
1 answer

Zabbix integration with prometheus

We are currently monitoring our network devices with Zabbix but now we want to use Zabbix along with Prometheus for real-time monitoring and powerful alerting of Prometheus. How can I integrate my existing Zabbix solution with Prometheus?
UMJ
  • 83
  • 2
  • 6
3
votes
3 answers

Zabbix and "PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 78 bytes)"

I created this issue to solve a problem you have with zabbix, version 3.2 running on centos 7. The above error appeared when trying to access the zabbix GUI in a few moments.
Esau Silva
  • 71
  • 1
  • 4
3
votes
3 answers

zabbix_sender: send value error: ZBX_TCP_READ() timed out

I have some problems sending my test data to Zabbix Server. My configurations are set up, even have Zabbix agent installed and correctly working (sends data for monitoring CPU, memory,...). This is the situation: I have a Zabbix installed on a…
Andrew
  • 61
  • 1
  • 2
  • 7
3
votes
5 answers

zabbix agent service failed, PID not readable

I'm trying to run zabbix-agent 3.0.4 on CentOS7, systemd failed to start the zabbix agent, from journalctl -xe PID file /run/zabbix/zabbix_agentd.pid not readable (yes?) after start. node=localhost.localdomain type=SERVICE_START…
perigee
  • 9,438
  • 11
  • 31
  • 35
3
votes
1 answer

How to enable HTTPS for Zabbix

How to configure make Zabbix accessible using HTTPS? - Ubuntu Apache! Currently Zabbix is accessible on Intranet via http://192.160.1.1/zabbix where I would like to setup to access it like https://192.160.1.1/zabbix Thanks
rijAth mohAmmed nr
  • 95
  • 1
  • 5
  • 10
3
votes
5 answers

userparameters and ZBX_NOTSUPPORTED

I want to ping an external ip from all of my servers that run zabbix agent. I searched and find some articles about zabbix user parameters. In /etc/zabbix/zabbix_agentd.conf.d/ I created a file named userparameter_ping.conf with following…
Arash Shams
  • 186
  • 1
  • 2
  • 12
1 2
3
91 92