But with that issue aside... it's the impact this had on other items...
Search Result
Collapse
26 results in 0.0027 seconds.
Keywords
Members
Tags
-
Is there a Global "Report NoData()" Setting?
Zabbix Agent 2 had an extremely slow memory leak kick off after installing Windows Updates last month. The leak took an entire month before finally setting off a high swap alarm on a different monitoring tool we have.
But with that issue aside... it's the impact this had on other items... -
i can't use nodata , help :)
nodata trigger not create problem , what's wrong?

... -
Monitored items start to fail after zabbix server failover in HA setup
Hello,
I am trying to identify the reasons behind all monitored items in a cluster setup become unsupported after failing over to the secondary Zabbix Server node.
Current env is
Alma Linux 8
Zabbix 7.0.8- Each agent has its closest zabbix proxy fqdn in the ServerActive directive
- Each
-
mongodb plugin not working (Unknown metric mongodb.server.status error)
so recently I tried to monitor a machine which had mongoDB installed and want to monitor my db via zabbix. and I believe I've done it correctly and all. but for some reason it doesn't seem to be working. ill send zabbix logs and configurations for you maybe that helps with finding out the problem and... -
График без данных(нет данных) в Панели.
График без данных(нет данных) в Мониторинг-> Панель или в Мониторинг-> Узлы Сети графики сам график не отрисовыватся и пишет (нет данных) где должны показывать данные, но прекрасно работает если зайти в узел-> графики-> выбрать график и нажать просмотр.
...Last edited by soda55; 05-08-2021, 04:11. -
Result off nodata function
Hello,
This is just a quick question to confirm that I understand the nodata() function correct.
I try to create a trigger if I receive data from an SNMP Trap.
Because the data() function don't exists I have to use "no nodata()".
This is my trigger:...Last edited by Jarne St; 29-11-2019, 16:32. -
Trigger if log is not written
Hi all,
I have a problem with the creation of a trigger that checks if a word was written within a certain time in a log.
I have this item and this trigger:
- logrt[/var/log/test.log,Evento terminato \:,,,skip,,,]
- {Template Test Log:logrt[/var/log/test.log,Evento terminato... -
формула для agent.ping с nodata
Приветствую всех! Zabbix 4.2. Необходимо создать элемент данных, который при обнаружении запущенного агента на хосте возвращает значение 100, а при отсутствии агента возвращает...Last edited by Scorpik; 10-04-2019, 22:00. -
Recovery expression to close, X hours after Problem created
So I have data that comes in to Zabbix every morning at 9am, which triggers a problem, but my team don't always get to deal with it.
I wanted to have a Recovery expression which would close the problem 5 hours after it was created.
I thought the following would work, as its just checking... -
JSON value is returned but always show no data in zabbix
This is a newbie question,
I have customized active zabbix agent that is working good for many templates.
I connect zabbix to monitor linux based device
In the Linux device , I can run some debugs and I see the key values that were sent to zabbix and it looks correct
... -
No data after "connection restored"
Hi community.
I experience a problem with "no data" after losing and restoring the connection to zabbix agent.
First, I see the error (server log):
"18651:20180406:161932.508 Zabbix agent item "kamailio.core.totalusers" on host "sip.domain.name"... -
Zabbix do not treat any information since 00h00
Hi,
I'm currently dealing with a wierd problem. Since last night at midnight, I didn't get informations about all the items.
To be more precise, on "latest data" the last check was yesterday, even for item which has 1minute as update interval.
When... -
Приходят оповещения от деактивированно&a
Есть элемент данных "Host uptime", выражение system.uptime
Есть триггер... -
Спам nodata от php-fpm статус страниц
Добрый день! Ситуация следующая.
Zabbix 3.2.3. Проблема: nodata замучила уже
Дебаг:
...Code:29381:20170111:130209.640 Requested [php-fpm["http_code",http://uteka.ua/php-fpm-status]] 29381:20170111:130209.640 In zbx_popen() command:'/var/lib/zabbix/php-fpm/scripts/php-fpm.sh
-
How to return no data from user parameter script?
Hello,
how can I return "no result" from a user parameter?
I have a user parameter script that invokes an external command, extracts the interesting part of its output and returns it. This is configured as an agent (active) item of data type numeric (float)....