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

Web monitoring variables are not URL-encoded

it's in the documentation but want do it automatically. Web page generating token and I need send it with login and pass to success login. There is some more info: https://support.zabbix.com/browse/ZBXNEXT-2074 , but it's old patch, I don't know how…
patizon13
  • 1
  • 1
-1
votes
1 answer

Zabbix agent unable to detect PID of the running process

I am getting some triggers that show process unavailable, but when I check on the host it runs fine. Here is how the expression for the Trigger is set: {$hostname:proc.num[,,,/etc/alternatives/java].last()}=0 It seems to be working fine for some…
Viktor
  • 83
  • 8
-1
votes
1 answer

zabbix - trigger on multiple items greater than 0

I have multiple items that are traps that return an integer such as below. app.tidal.Health.HighPriority.MessagesInQueue app.tidal.Health.CommDefault.MessagesInQueue app.tidal.Health.Default.MessagesInQueue I want to create a trigger if two or more…
whoisearth
  • 4,080
  • 13
  • 62
  • 130
-1
votes
1 answer

zabbix monitor custom service on centos7

I created a service on centos 7 and I tried to configure zabbix to monitor the service, I would like to check if the service is running or not, if not trigger alert. {my_host:net.tcp.service[my_service,127.0.0.1,11990].last()}=0 When I check the…
user6558246
-1
votes
1 answer

monitoring number of postgresql connections

I'd like to monitor on my Zabbix server the number of concurrent PostgreSQL connections, so I've created a cron job that outputs the COUNT of rows on the pg_stat_activity to a file, that will be read by zabbix once a minute. My problem is that I…
-1
votes
1 answer

Edit conf file without get in the file

I wonder know if there is a way to edit a conf file without getting in the file and changing the lines? In my case, I need to edit zabbix-agent conf file (located in /etc/zabbix/zabbix_agentd.conf) and there are some parameters in the file that I…
-1
votes
1 answer

ZABBIX to control access to wi-fi?

I have a wi-fi network and must manage access to the Internet by mobile devices (smartphone and tablet). I need users with configurable levels of permissions, traffic limits, speed, connection time, ability to generate reports of visited sites,…
lys
  • 107
  • 8
-1
votes
2 answers

Docker, monitoring container status, alerts

Is there any monitoring system for docker which "out of the box" supports sending alerts(email/smth else) in case of "Container#111 is down"? Or does implementation through the Nagios/Zabbix more right way?
vuliad
  • 2,142
  • 3
  • 15
  • 16
-1
votes
1 answer

pushbullet api decoding (v2/push)

I want to use the pushbullet api (v2/push) for pushing messages, but if I include '%' character inside title or body the server gives me the following error: {"error":{"type":"invalid_request","message":"Failed to decode urlencoded POST form…
jinah
  • 1
  • 1
-1
votes
1 answer

zabbix trigger based on one week old data

Iam very much new to Zabbix. i have tried my hands on triggers. what i was able to make out was it can set triggers on some constant threshold. what i need is that it should compare with the data which i exactly one week old for that exact time and…
-1
votes
1 answer

CFG Error email receiving every 5 minutes from Zabbix on Unix server

I have configured sSMTP on myzabbixserver Unix system which successfully delivers Zabbix alerts via Gmail. Strangely I am receiving an email in my Gmail inbox (which I am using as From address for sSMTP config) EVERY 5 minutes with following…
theGeekster
  • 6,081
  • 12
  • 35
  • 47
-1
votes
1 answer

Zabbix performance study

I am doing some studies of performance for Zabbix and i am searching some information for having a relation between created values per second (information that Zabbix give to us nowadays) and consumed CPU resources (and maybe physical memory). Right…
User1234552
  • 11
  • 2
  • 5
-1
votes
1 answer

In zabbix java geatway how can we provide runtime JAVA_HOME property for JDK without affecting existing JAVA_HOME property

I am using zabbix for monitoring java base application server and want to enable jmx monitoring. in order to jmx monitoring will need to configure java gateway on server and agent I have added java gateway on zabbix server, but we facing problem…
-2
votes
0 answers

Adding hosts to zabbix

Good afternoon. The Zabbix system is accessible and fast. There was a need to raise another system. The settings of zabbix_agentd.conf and zabbix_server.conf are identical. Try to invite the hosts to a new server, oibki of the form: pg_query():…
-2
votes
0 answers

Blank PDF Scheduled Report

Randomly once in 20 days / 1 month , getting Blank Report in PDF. Using Zabbix 6.0 LTS. No logs related to same. What could be the issue ? Pls Note ; Updated to 6.0.20 Have tried with checking logs, but no logs, also whenever i test report, i get it…
1 2 3
91
92