I have a prototype item that basically receives a file write timestamp in unixtime which indicates its last arrival time.
Everyday a new file is created with the same name and Zabbix receives its arrival timestamp.
Now, I wanted to create a trigger that checks if there is a new file...
Search Result
Collapse
13 results in 0.0037 seconds.
Keywords
Members
Tags
-
Check for an item value if it is from today
Last edited by markfree; 20-09-2022, 02:35. -
Frontend's wrong timezone display
I'm getting a timestamp in unix format that is being displayed in the frontend with the wrong timezone.
For example:
My item receives a value of "1657361472" and its unit is set as "unixtime".
When I check the latest data, the item displays the wrong time.... -
How to use Local Time from logs?
Hello,
I got a problem with using 'Log time format'. After filling with the correct pattern, timestamp goes to the Local Time column. How I can use it as the primary timestamp for dependent items?
This is my current situation: ... -
Timestamp Removal
I am currently relaying metrics through a Zabbix agent via HTML. I wanted to know if there is a way I can remove the timestamp that is sent while displaying in plain text? Is there a configure file or something within Zabbax UI that I can change to not display that column?
After doing a...Last edited by marcas; 12-11-2019, 18:58. -
Could I add data with my own timestamps?
So I got bunch of data (log file) with it's timestamp included for each item ex:
02-04-2017 12:02:45 message: 123
02-05-2017 13:32:21 message: 313
but todat it's 17-12-2018 could I add this data with timestamps like
my timestamp 02-04-2017 12:02:45 data 123.12... -
Zabbix fping timestamp hole problem
Hello.
We want start using Zabbix in our ISP company.
We have around 300 devices (Access Points, MikroTiks, Radiolines etc. mostly radio stuff) in our infrastructure.
Zabbix working parameters:
-as Virtual Machine in ESXI 6.0
-Resources assigned to Zabbix... -
Comparing timestamps on SNMP traps
Hello,
I am trying to implement Zabbix in my corporation and I need to use SNMP traps for that.
What I want to do is to compare the time that passed between 2 receptions of an SNMP trap and launch a trigger in the time is too important.
My SNMP traps are monitored as logs... -
How to update zabbix trapper item value
I try to update zabbix trapper item value with specific timestamp,
but the zabbix have two values with same timestamp.
How to update zabbix trapper item value with specific timestamp?
Thanks. -
How to Compare two different strings from two different hosts.
Can somebody helps me? I'm trying to compare values from two different item hosts.
I had create a trigger to compare two different items (strings) from two different hosts.
{Toshiba:hrSystemDate.0.str(0)} # {dev002.atllc.org:hrSystemDate.0.str(0)}
I made... -
Set default graph timeframe to all users
Hello,
currently, zabbix remembers the last selection of time period on per graph level.
I want to remove it... I want that everytime someone login, the graphs are set to the last day, independently of the last selection.
Is there a way to do that?
I have found this... -
Web Monitor with Timestamp
Hello,
I have a questions regarding web monitoring in Zabbix.
Is there a way for zabbix to check an HTML page that contains a timestamp. Let me explain. I have a different application that monitors our servers every hour or so. When it's finish doing its hourly check, it outputs... -
Trigger question: How to trigger on how old an timestamp-item is.
So, I have an item in a windowsserver, which checks when a directory on the server is modified.
The result is stored as an timestamp (unix epoch), and I want to make a trigger which tells me if the timestamp is older than 24 hours.
In the documentation says something about now()-function,...