Boa noite turma, como vocês estão!?
Estou com um projeto para monitorar uma media de 150~200 links sem SNMP GET ou TRAP, portanto estou usando a key icmping. Porém percebi alguns problemas que eu mesmo gerei devido as configurações de trigger. Vejo que estou recebendo muito falso positivo,...
Search Result
Collapse
55 results in 0.0041 seconds.
Keywords
Members
Tags
-
ICMP Ping - Como evitar falso positivo!
-
Template Name as a Macro
Hey,
Building an integration in Python for Zabbix and I've finished the 'coding phase', I'm just trying to set up the template so that it can be used across multiple versions of Zabbix. To achieve this, I'd like to push all versions of the template clearly labelled to the project's Git... -
RubenGarcia2081 started a topic Automatic adjustment to filesystem trigger based on total disk spacein Zabbix HelpAutomatic adjustment to filesystem trigger based on total disk space
Dear people
We use Zabbix 5.0.16
Today we use the official "os windows agent by Zabbix agent"-Template to monitor our windows servers if we need to adjust the total space on our disks.
LInk to Template:
https://git.zabbix.com/projects/ZBX/repos/zabbix... -
Trigger Zabbix Disk Space Low divide by 20%
Hello Everyone.
I'm using Zabbix 5 and CentOS host.
I want to modify the trigger '{#FSNAME}: Disk space is low (used > {$VFS.FS.PUSED.MAX.WARN:"{#FSNAME}"}%)' by default the trigger is:
But I want to know if there is a way to divide ptotal... -
Need help is checking a function in Zabbix
Hi, We are monitoring hundreds of thousands of nodes and parameters through Zabbix 4.2.4. Recently we came across an issue whereby we need to add 1 trigger/function whenever the value changes from Integer to String Error. Is there a way that can be done using trigger function or something? I am really... -
Trigger with count and regular expression not working
Hi folks, I have a trigger like this:
where the db.checkprocesses is UserParameter running a shell script returning a text that may start with OK, WARN...Code:{DB:db.checkprocesses["{$DBNAME}","{$DBAGENTPROCESSES}","{$DBUSER}"].count(#30,"CRIT.*")}>=1 -
Trigger expression
Hi to all,
If i have this trigger expression: script.sh["{HOST.CONN}"].count(#3,2400,lt)}=3.
What does "=3" mean?
Thank You. -
Noobz started a topic Trigger prototype-Trigger prototype "... must contain at least one item prototype.in Zabbix HelpTrigger prototype-Trigger prototype "... must contain at least one item prototype.
I have an existing and working trigger prototype with the expression {Template AirOS8:ubntStaSignal[{#SNMPVALUE}].prev()}<-65
All I want to do is change the -65 to a different value but I can't apply the change as I get the warning in the post title.
I have also tried adding a... -
Trigger when value is unchanged for 15 minutes
Hi guys,
As the title suggests, I'm trying to create a trigger for a value that has remained unchanged for a period of time. Normal behavior for this value is to fluctuate up/down throughout the course of the day, thus 15 minutes of no change would be a cause for concern.
... -
Test macro strings inside triggers.
Hi, we defined some macros in trigger's tag via LLD item. One of these tags is the name of the city where some network device is located. In each item's trigger there is a condition for the trigger occurs and we want to test the location in order to enable or not the trigger.
For example: (myitem.lastvalue()... -
Как мониторить группу триггеров с разных хостов?
Дано: группа хостов, цепочка: zabbix server >прокси сервер>сервер приложения>cisco_gw>шлюз провайдера>внешний сервис.
Все, кроме внешнего сервиса - это узлы сети. Внешний...Last edited by zerocold; 24-01-2020, 07:20. -
Proper Zabbix trigger function(s) to check multiple boolean(ish) values ?
Hello,
I've posted a question on Stack Overflow last week, and since it didn't get much love, I'm trying my luck where the knowledge is at
I'm reposting it here:
I have two production networks (let's call them ZoneA and ZoneB) that are linked by a strongSwa... -
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. -
Event/Trigger tags inside trigger condition
Hi,
Can I use Event/Trigger tags inside trigger condition?
If yes, could you please point to right syntax used in this case? -
Correct trigger expression for str.
Hi there,
Try to get optimal alert settings (trigger expression)
Anyone has such task?
I have Item returning string with status: check_node[C:\Admin\Monitoring.xml] every 60s
Result data like:
2019-04-22 13:10:43 "Normal" Count="0"...