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
-2
votes
0 answers

I want to create an ASP.NET project which is monitoring application which scrapes system metrics, network and memory optimisation like zabbix

Being a fresher please suggest me how can I create this any help would be appreciated thanks Please help me with this also I'm using Windows
-2
votes
1 answer

Pulling Zabbix Data into csv file

Can't seem to find the correct syntax to get the request I need. At this point I am able to connect to my Zabbix server via an API. I'm able to see all the data that I need which is confirmed by a simple print() function. However, I am blanking at…
Lachlan
  • 17
  • 1
  • 6
-2
votes
2 answers

Get beautiful website output using python for zabbix api?

There is a python code: import json from pyzabbix import ZabbixAPI username = "user" password = "*************" servername = "https:///api_jsonrpc.php" zapi = ZabbixAPI(servername) …
hardr0m
  • 1
  • 1
-2
votes
2 answers

When Ubuntu 18.04 deploys zabbix4.0, the database type is PostgreSQL instead of MySQL. How can I set this to support MySQL?

In Ubuntu 18.04 server, I use binary file to install zabbix4.0 according to the official website document of zabbix4.0, and I use MySQL 5.7.30 database. After installation, when I configure the front end of zabbix4.0,In the database configuration…
Erwin
  • 57
  • 2
  • 7
-2
votes
1 answer

Zabbix poller processes more than 75% busy

zabbix items 36080 . Zabbix_proxy, Zabbix poller processes more than 75% busy not waring everytime.i was add pollers ,but it's not work!
james yao
  • 11
  • 1
  • 6
-2
votes
1 answer

powershell - zabbix take cpu processes and send in %

i want monitor windows cpu processes in % by zabbix but zabbix item proc.cpu.util[Sqlsvr.exe] is not supported in windows. so i try to do a script in powershell and executed by zabbix, i don't know if its a good idea, do you have idea ? my…
jack94
  • 43
  • 1
  • 8
-2
votes
1 answer

How to specify headers in zabbix web monitoring

I need to monitor this curl command using zabbix. curl -i -H "APPLICATIONKEY: kfkdiekd859662" -H "CONSUMERKEY: jdjdjd655222" -X POST https://test.api-test.com/confirm. I have given the URL in url column. I have been facing issue on how to specify…
Gogul Raja
  • 31
  • 2
  • 6
-2
votes
1 answer

I'm need an API(java) or Tools to get Zabbix Graphs requesting remote server ? Regards

I'm need an API(java) or Tools to get Zabbix Graphs requesting remote server ? Is it possible to integrate Zabbix to others tools like (grafana,graphite) Regards.
-2
votes
1 answer

zabbix rc Releases

I have recently started using Zabbix release 2.0.7 and faced few issues 1) On the Zabbix page (for example : http://www.zabbix.com/rn2.0.7rc1.php ) I see that for there RC releases Zabbix says "This release is not for production use. It is a…
MAG
  • 2,841
  • 6
  • 27
  • 47
-3
votes
1 answer

zabbix server and huge databse files

i have Zabbix server with mariadb database,today both ( zabbix and databadse ) services has fail and i found that the root partition had no storage remain . i sort database files with size and the result : 12G …
Hossy-M
  • 9
  • 1
  • 6
-3
votes
1 answer

How integrate FireStore Health Check and Dashboard metrics with our internal Company systems

Context: it is my first use of FireStore. I want to use it to push notification status to our Mobile Application. I can see that there is Google Firestore Dashboard under Analytics umbrella. In our company we use mainly three tools for monitoring…
-3
votes
3 answers

python from list of tuple create json

I ask advice. I need to create a JSON object with the same keys. This is necessary to send a request to zabbix for host.create . https://www.zabbix.com/documentation/3.0/ru/manual/api/reference/host/create If you specify more than one group, it…
-3
votes
1 answer

monitoring Docker Container

I have Zabbix Running, How can I monitoring Docker container. I have tried more than 50 Google links nothing is working. I have to install Zabbix agent on docket host. But I not able see docker container in Zabbix. It don't have any template…
Ali Ahsan
  • 3
  • 4
1 2 3
91
92