Search Result
Collapse
12 results in 0.0023 seconds.
Keywords
Members
Tags
-
Help with Zabbix Trigger to Alert on the Second Metric Check
Hi, everyone! I’m trying to configure a trigger in Zabbix to monitor a metric and generate an alert only if, on the second consecutive check, the value is equal to or greater than X. I’ve tried some expressions using count() and last(), but I’ve encountered issues, such as errors with operators... -
error while adding a new trigger
Hello, I added a power shell script to a Windows workstation to return 2 if there is a critical Windows update to be performed. I added the item and everything works so far. When I try to add the trigger I get the following error:
Invalid parameter "/1/expression": incorrect expression... -
Creating a trigger that reference a value from a linked template
Hi there - sorry for the cryptic title
I am building a template that ideally will monitor everything related to a particular application stack.
Among other things, I need to ensure that a particular docker container is running. So, to avoid reinventing the wheel, I linked the "Docker... -
TRIGGERS TIME
Hello,
Hello, I will need help with a trigger .... I wanted to set up a trigger to close a port not in use for 3 months. Here is the trigger that I was able to grab before but I'm not sure if it's correct ....
"{Template SNMP Interfaces HP:ifOperStatus[{#IFDESCR}].last()}<>1... -
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"... -
Triggers still flapping after implementing hysteresis, but why?
I can't figure out why I keep getting trigger flapping on a CPU trigger, even after implementing hysteresis. We have some firewall devices that are known to have frequent high CPU utilization. I have watched and verified this myself and tried to create the triggers for the team in such a way that they...
-
Variaveis em trigers
No cadastro de host inserimos o 'IP', 'NOME' e 'PORTA' que estão associados ao agente. Há como configurarmos uma macro ou qualquer outra opção, coletando esses dados e inserindo em triggers para monitoramento sem sem uso de agentes, tais como o monitoramento simples?
ex: <ip>:... -
Notifications /Actions
Hi one question about sending notifications about free space on from servers.
Mainly i have created trigger thats work if my server have low disk space:
{Windows Servers Standard Counters:vfs.fs.size[{#FSNAME},pfree].last(0)}<10 and {Windows Servers Standard Counters:vfs.fs.size[{#FSNAME},free].last(0)}<10240G... -
Debugging a trigger/alarm
I'm trying to monitor my name servers by sending a query for root. similar to:
dig @server . NS
I set up an External check item that simply returns each nsdname found in the answer section of the DNS packet.
I've set the Type of information to Text.
Inventory... -
Trigger based on no data, multiple log files
Hello All,
I'm attempting to get a trigger working that currently isn't doing what I'd like. I have a monitored log file on two different servers that monitor a related clustered service. As a check to make sure a connection to a partner is up, they are monitored for uptime traffic. The problem... -
Log watcher
I cannot seem to be able to watch any log files.
The help in the documentation is very limited and seems unix only.
Can someone offer any help to monitor windows log files.