Hello,
I am trying to configure a trigger that will alert if files within a specific directory exceed a certain file size, but only after the files have been present for at least 10 minutes.
So far, I can monitor file sizes with vfs.file.size, but I am not sure how to implement...
Search Result
Collapse
21 results in 0.0021 seconds.
Keywords
Members
Tags
-
Trigger for file size in directory after 10 minutes
-
Monitoring SSL certu
ahojte,
monitorujem cert cez agenta2, nahral som novy cert a validacia akosi blbne
doteraz som mal trigger nastaveny takto
tak som ako recovery expression pridalCode:Problem: ([B]last([/B][URL="javascript:void(0)"]/Zabbix server/cert.not_after[/URL][B])[/B] - [B]now([/B][B])[/B]) / 86400 < {$CERT.EXPIRY.WARN}
...Code:Problem: ([B]last([/B][URL="javascript:void(0)"]/Zabbix[/]
-
Help get recovery expression to work.
Hi
Version: Zabbix 6lts
Im trying to auto resolve problem if count of item values the last 2min is less that one(1).
My recovery expression,
count(/Zabbix server/log[/var/log/my.log],2m,"regexp","ERROR")<1
Also tried find... -
Capture and distinguish value in trigger
I have a template to capture SNMP traps from a server.
It has two items receiving all messages correctly:
For "server is Down" messages
For "server is UP" messagesCode:snmptrap["\.1729\.104\.0\.4"]
...Code:snmptrap["\.1729\.104\.0\.3"
-
Trigger event name with expression macros
Hey guys.
I've created an SNMP fallback item and a few dependent items from it.
Now I wish to create more meaningful triggers with those dependent items.Code:SNMPTRAP |--SNMPTRAP Info |--SNMPTRAP Serial |--SNMPTRAP Severity |--SNMPTRAP Title
For that... -
Multiline Regular Expressions - Multiple values
I was trying to collect some data from a file using regular expressions and for that I was looking for an optimal solution.
My file is something like the example below.
...Code:(...) (someParms=on) ## [some comments] ## parm1=410962 parm2=205481 parm3=138871
Last edited by markfree; 25-10-2021, 23:40. -
Best approach to roll out service alerting for all nodes?
I was thinking maybe a zabbix template with a service item and trigger expression.The problem is I'm not sure how to approach building the expression. I need it to trigger if the service name matches from a list of services we want to monitor, and if the service is not in a running state.
... -
LLD net.if.discovery macro regular expression
I'm trying to remove some interfaces from the LLD discovery used in "Linux network interfaces by Zabbix agent" template.
For that, I'm adding some terms the "{$NET.IF.IFNAME.NOT_MATCHES}" macro.
My monitored host's "net.if.discovery" key discover the... -
zabbix & trap &trigger help
Good morning,
I have a problem with the zabbix configuration and snmp traps.
a device sends me this trap
SNMPv2-MIB :: snmpTrapOID.0 type = 6 value = OID: US-HIQ-TRAP-MIB :: hiQNmProcessInitCompleteTrap
FSC-RTP-MIB-EVENT-MGMT :: rtpEvtSequenceNumberIndex type = 66 value... -
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.
... -
Right functional string for temperature sensor,SNMP show integer,i need decimal point
Hello,
i am reading values from temperature sensor connected to Poseidon model 4002.
But snmp value is integer not with decimal point.
There are 3 numbers for example 225 = 22.5 °C.
I need write right expression under trigger which will show right values to my zabbix, not 225... -
Trigger dependancy and VPN
I'm using Zabbix to monitor a remote network. Access between the Zabbix server and the remote network is via a VPN connection. This VPN connection sometimes terminates and comes back online later (sometimes after 1 minute, sometimes after 1 hour).
Normally when the VPN connection would go down,... -
Monitoring LOG file, not returning OK
Dear all,
I've been fighting with this issue for a while, so hopefully someone can help me.
The situation is as follows:
I have two Linux servers which to synchronize some folders every night. The sync information is written to a log file: sync.log. That's all working fine.... -
Wrong expression results
I am using Zabbix 2.4.0.
I have created a trigger with the expression:
{MyServer:icmppingsec[,2].last(#4)}=0
which means that if the last 4 values/scans of ping of server 'MyServer' are 0 (no ping response), the trigger will be TRUE (so ping will be marked as 'PROBLEM')....Last edited by zedoras; 05-11-2014, 19:23.