Hello Forum,
I have a usecase where I want to check ICMP for a host server as well as Zabbix Agent availability. These would be from two different templates so I believe I would need to Link two templates together.
My goal is to create a new trigger with an expression that...
Search Result
Collapse
9 results in 0.0063 seconds.
Keywords
Members
Tags
-
GPS Coordinates regular expressions
I'm getting some simple GPS coordinates from a script that output something like this:
To read that I created an item that reads the script output. Below it, there are 2 dependant items, one for latitude and another for longitude.Code:-75.93367886,-126.94287288
For each dependant... -
GuardianRF started a topic Change the expression of a trigger without changing the expression of the parent trigin Zabbix HelpChange the expression of a trigger without changing the expression of the parent trig
Good day to all. The question is how to change the expression of a trigger without changing the expression of the parent trigger? Example: there is a host, when trying to change its expression (for example, Zabbix agent on {HOST.NAME} is unreachable for 5 minutes) refers to the parent trigger. Accordingly,...Last edited by GuardianRF; 17-06-2020, 16:11. -
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.
... -
Database schema and connections between hosts and triggers
Hi all!
We use Zabbix 4.0 for monitoring large infrastructure with hundreds of servers, routers, vm's, etc. We need to automatically change triggers expressions on some servers when some data changes.
Who knows, how the database tables `hosts` and `triggers` are connected together? By what...Last edited by BasterSPb; 04-10-2019, 07:59. -
Automatic closure of a ticket after specific amount of time
Hi
I got the request to automatically close a trigger after a specific amount of time.
Setup:
Item (String) that gets host name and an ID of an instance
Trigger fires when the item value changes{item.diff()}=1
So far so good, but now comes the complicated... -
Help building complex expression
Hi all,
I'm trying to build a complicated expression for filesystem monitoring.
In essence, we have a bunch of aix servers (if you're not familiar, pretend it's linux). Each of these servers have the standard filesystems (/, /usr, /var, /tmp, etc). There are some filesystems which... -
Trying to add a delay
I'm trying to add a delay in a process check to a template quering linux servers if they are running the apache process (httpd).
I've started from :
{Template_ExternalLinux
roc.mem[httpd].count(50,4)}>1
* Edit*
I need to have a timer window... -
Trigger expression question
Hello,
I've stuck on one problem and can't find any solution via search, so...
I wrote this expression in trigger:
But I get this error in server log:
Is it possible to somehow write this expression correctly...