Search Result
Collapse
14 results in 0.0023 seconds.
Keywords
Members
Tags
-
Shafina Loi started a topic SLA Percentage Dropped to 0% Due to Long-Term Down Child Services - Need Solutionin Zabbix HelpSLA Percentage Dropped to 0% Due to Long-Term Down Child Services - Need Solution
Hi Zabbix Support, I'm facing an issue with SLA percentage calculation in Zabbix. I have a parent SLA service that includes 11 child services. However, 4 of these child services have been down for a very long time (and never recovered). As a result, the parent SLA shows 0%, even though the remaining... -
Overwrite CPU Utilisation value to trigger a critical event
Hello guys.
Recently, I ended up finding out that a trigger did not go into WARNING/CRITICAL state when it should've (CPU Utilization).
I would like to trigger a critical event in order for me to test the trigger and its notification.
Is that possible to do? I... -
Trigger executing falsely even when values do not meet threshold| v3.4
Hi ,
I have setup trigger in zabbix with trigger and recovery condition as below:
Trigger Condition:
({SUBMITTED_TASK_COUNT.last(#1)} - {COMPLETED_TASK_COUNT.last(#1)})>10 and ({SUBMITTED_TASK_COUNT.last(#2)} - {COMPLETED_TASK_COUNT.last(#2)})>10
Recovery... -
Curl+SNMP, Compare and Trigger
Hi All,
I'm using SNMP to monitor some routers. One of the metrics is the the firmware of the router. The router manufacturer offers a URL that can be curl'd with to show the latest firmware.
What I would like to do it to be able to run a script locally on the Zabbix server...Last edited by harvey; 13-02-2019, 16:57. -
Quick help: How to check last n values trigger
Hello,
I know this seems a silly question, but i am not able quite get right how to set last two or more values to get result in trigger.
Requirement: last two values to be zero.
tried : min(#2)=0 , max(#2)=0 - didnt work - trigger fires when last value goes to zero.... -
LLD - Triggers e macros
Bom dia pessoal, sou novo aqui no fórum mas utilizo o Zabbix a um tempo para monitoramentos mais simples e pontuais.
Atualmente estou precisando criar um alerta que, quando o tráfego de rede ficar muito alto por certo período de tempo.
Já tenho um template aplicado... -
Need help on getting the regexp working for text value of an item
Hello All,
I am trying to build a trigger for an item which is producing text value.
Below is my item details.
...Code:Name - Windows Activation Status Type - Zabbix Agent Key - system.run[c:\Windows\System32\cscript.exe /nologo c:\Windows\System32\slmgr.vbs
-
zabbixfk started a topic Alert from dashboard isn't clearing though zabbix_get/latest data works finein Zabbix HelpAlert from dashboard isn't clearing though zabbix_get/latest data works fine
Hello All,
I have a weird situation in case of one of my added windows server w.r.to. agent not reachable trigger. I see that this trigger is populated under my dashboard under host status. Where as, i have agent up and running on that machine, latest data looks fine, and zabbix_get... -
Create trigger to check if a value is in a item
Hi,
I am trying to find a way to write a trigger which checks for a hostname which is available in the item
Problem:
item List_of_hosts = {sys1,sys2,sys3,sys4,sys5}
item host_name = {sys1}
Trigger should check value of host_name... -
Key como parametro de função
Boa tarde!
Perguntinha rápida, é possível usar uma "key" como parâmetro de uma função??
Key1 - custom.valor[1]
Key2 - custom.tempo[1]
Item Calculado = avg("custom.valor[1]",last("custom.tempo[1]"))
... -
Creating a Trigger for bandwidth usage
Red Hat Enterprise Linux 5 Server
Linux version 2.6.18-348.3.1.el5
Zabbix 2.0.5
I am monitoring over 700 sites with various internet pipes and bandwidth usage, so I'm looking for a way to alert when a site is beginning to reach the limits of their current pipe.
... -
Setting up trigger on "Web"
Hello.
We have several web-services that we maintain that is behind a proxy-server. When a service goes down, the proxy redirects all traffic to a static html.
I have set up web-monitoring on all services, but when a service goes down it never raises any problem because the statuscode... -
update table fieds based on trigger inserted
In a project, user will key in data in a software and data will be export into SQL Server 2008 R2
Once SQL Server identify there is an inserted data (new row), it will trigger code to update table Abbyy base on business rule.
In table Abbyy, its contain column
... -
Recovery Message on zabbix 1.8.3
Hello everyone.
I have read many threads about this problem.
In a thread in particular I found this suggestion:
make sure all escalated and recovery message enabled actions have
trigger condition=problem added.
then do in the db :
delete from...