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
-1
votes
3 answers

Regular expression: how to deal with character /

I’m using grafana to get zabbix agent data. I need to match only one of these following values: Free space on C: (Percentage) Free Space on / (Percentage) This expression doesn’t let match the second one: /^(Free space on C: (Percentage)|Free…
Sini
  • 1
-1
votes
1 answer

Cannot execute binary file - Zabbix external scripts on CentOS

Problem: We use Zabbix as monitoring system. In addition to using its built in items, we also use something called external scripts feature (this), where custom scripts can be written and called via Zabbix. The problem facing here is its getting…
Shekar
  • 21
  • 4
-1
votes
1 answer

Zabbix 3 - trigger add to item

How to associate a trigger with a data item (item) via an API? In the API I do not see this. In the documentation I can not find.
Dima Kuzmin
  • 161
  • 1
  • 2
  • 10
-1
votes
1 answer

zabbix-server display error message

All, I've faced a zabbix-server error, which run on centos 7.It shows "Zabbix-server is not running, the information may not be current" in my web browser. Zabbix-version is 3.4.4. Mysql version 15.1 Distrib 5.5.56 Mariadb. Server version…
-1
votes
1 answer

Zabbix API get first clock of an item

I need to know, how to get the first clock of an item using the API 3.0? i.e.: the first clock when created or when start to get the incoming/outgoing the traffic.
Randi Ortiz
  • 75
  • 1
  • 5
-1
votes
1 answer

Zabbix 3.4 and Nginx admin login fail (only guest)

Incoming - LEMP (Ubuntu 16.04/Nginx/PHP7.0/MySQL) I am novice here and need your help I have a question about a connection to Zabbix admin page after setup that with Nginx. After successful setup Zabbix server, I receive the page from the link…
-1
votes
1 answer

Error compiling zabbix 3.4

The pcre library is used. When compiling in win32, there is no error
-1
votes
1 answer

Different product auth with openldap group

I hava gitlab、zabbix and some other products. I want sign in these products with one username and password but different group. So, i can crontrol who can sign in the specify product. For example: user A can sign in gitlab,zabbix user B only can…
larkifly
  • 1
  • 2
-1
votes
1 answer

Zabbix trigger for text value

I have created one custom user-parameter which is fetching latest yum updates and data is getting captured properly and if there are no updates then the item will throw 0. Now I am looking for a trigger which generates an alert if there are any…
-1
votes
1 answer

Template MySQL zabbix

I am trying to monitor a database using this template https://share.zabbix.com/databases/mysql/template-mysql-800-items, the instructions do not indicate where I should place each file and modify each configuration, does anyone have experience with…
-1
votes
1 answer

How can I convert bash script output to json

How can I convert the following script output to json. i'm trying to use it with Zabbix and it advises that the output must be in json. /usr/bin/find /home/user/*/current/config -name "sidekiq.yml"|awk -F"/" '{ print " {…
user2099762
  • 173
  • 2
  • 12
-1
votes
1 answer

Zabbix Triggers iregex expression validation

I am a beginner in zabbix agent.I would like to know if the below trigger is syntactically correct? If yes then how do I know if the trigger is fired ? I am not able to receive email notifications.Kindly help me…
-1
votes
1 answer

Using Zabbix to parse html

I need Zabbix to look at the html from a web page. The page might contain some combination of red, yellow and green gifs, (red.gif, yellow.gif and green.gif). I don't really care about the greens, but if a red or yellow is on the page, I need this…
Lazloman
  • 1,289
  • 5
  • 25
  • 50
-1
votes
2 answers

sqlplus command not found zabbix

I'm working and discovering the world of Zabbix. In particular I am trying to monitor an Oracle database with the Zabbix server through an external script. Given that other external scripts work, however, I created one with sqlplus, but on Zabbix I…
user7209199
  • 59
  • 1
  • 10
-1
votes
1 answer

Which python library can perform a complex `wget` operation?

I'm connecting to Zabbix, but since it doesn't provide an API for one of the resources I want, I had to use wget to get the job done. Which python library would allow me to perform a "complex" wget operation? By "complex," I mean: # Logging in to…
sivabudh
  • 31,807
  • 63
  • 162
  • 228