Hi all,
I'm using zabbix 7.2.7, I attached the VMware guest template to our vcenter server and everything went ok, after a couple of minutes I had all the information from our esxi, datastores and vms. Really cool, some minor issues, but nothing bad.
One of our nightmares is...
Search Result
Collapse
25 results in 0.0021 seconds.
Keywords
Members
Tags
-
Добавить имя макроса из хоста в название триггера
Всем привет!
У меня есть шаблон с айтемами и тригерами, он применяется к нескольким хостам, это микротики.
На хостах есть макрос {$PING.ISP1} и {$PING.ISP2} В них прописан IP и наименование ISP.
Тригер настроен так, если пропадает пинг на... -
Error Creating a New Trigger
I am a newbie at Zabbix and wanted to create an alert trigger for "Free disk space on <drive letter> (percentage)". I go to Monitoring > Latest Data > filter by VMware virtual machine name and click on VMware: Free disk space on C:\ (percentage). I select Create trigger from the...
-
Trigger configuration for log file counts
Hello Zabbix community. I am searching for a configuration of the following scenario:
I am searching logs for keywords and want to fire the trigger if the keyword was found for example 10 times in a timerange of 5 minutes.
All my configuration failed in past, thank you for support.Last edited by Micha2222; 01-09-2022, 12:56. -
problema al crear trigger para windows event
Buenos dias,
Estoy teniendo problemas al intentar crear un trigger para que me avise de los eventos que tengo creados mediante un item para los eventos de windows:
Item
eventlog[System,,Error,,7]
Trigger
{zabbix:eventlog[System,,Error,,7].logsecurity()}=1... -
error during trigger creation
HI, i need to recieve alerts. Icreate a item that detects windows event on a machine and its works fine.
but now im trying to create an trigger that advise me when it happens.
my examples are:
Item is setup as: eventlog[System,,Error,,7]
Trigger is setup... -
Create trigger based on average vs last value
Is there a way to create trigger with this condition:
Last value less than average of last one hour
Difference in percent or absolute number
Zabbix 4.0.3
Thanks -
Nested triggers?
Hi everyone.
I'm new in this zabbix world, i have a medium-large environment working with VM and physical servers.
I want to configure a group of trigger for Disk, CPU, Network and Memory usage for the VMs, but i also want to link all this trigger into one and only alert, like... -
One Tigger to monitor all items.
Hello,
is there a way to monitor all given items with one trigger.
We have 100s of items and would like to monitor them all at the same time and if one of them would meet the triger condition, I'd like a trigger to fire.
e.g let me know if any of the items has value of "123"... -
Is there a way get trigger arguments passed to trigger fucntion?
Hello team!
I know there is macro ITEM.LASTVALUE which represent last value came into item which invoke trigger.
But can i see with trigger like this:
{Template App Zabbix Agent:agent.ping.nodata(5m)}=1
Alert like this:
"Zabbix agent... -
How to create a trigger with items from different templates?
Hello!
Zabbix 3.2.6: Task: «If a roof is opened, and the last IP-Cam image was obtained more than 10 minutes ago, trigger=Problem».
I created "Template Roof", and an item "roof_status". I created "Template last_image_time", and an item "last_image_delay".... -
Trouble create trigger
Good afternoon, community!
There is a prototype of the element that collects operating time (in seconds) a task backup. While the task will not be started 0 is returned.
In the interval from 01:00 to 07:00 due to the completion of many backup, the task operating time increases.... -
Создание прототипа триггера
Добрый день комьюнити!
Имеется прототип элемента, который собирает время работы (в секундах) задачи бекапа. Пока задача не запущена возвращается 0.
В интервале...1 PhotoLast edited by VAstraykerVA; 26-10-2018, 10:26. -
Trigger Expression when one item value is unknown
Hello,
I have Expression on my Trigger:
My goal is to check if the value 1 is returned from any one of my hosts.Code:({host1:key[value].last()}) +({host2:key[value].last()}) +({host3:key[value].last()}) +({host4:key[value].last()} <> 1
Problem is when one of them if... -
Create simple trigger in Zabbix
Hello,
I'm trying to add a trigger in Zabbix. My script simply checks for some data and returns 1 for errors and 0 if everything is good.
The Trigger is: {Hostname:Key.last()}=1
On the Host, by testing the triggerdata via the agent, I get the value 1 back...