Search Result
Collapse
29 results in 0.0027 seconds.
Keywords
Members
Tags
-
Shortcuts to Adjust Dashboard Time Period
There's a feature I've used in various web UIs that was quite handy, and I think it could work for Zabbix. When looking at a dashboard, instead of moving the mouse to the top right, and clicking and then selecting the time period, would it be possible to just type "5d" and then press enter...Last edited by onemorestep; 02-08-2025, 02:49. -
Date and time conversions
Whenever I get a timestamp value like "yyyymmddhhMMss", if necessary, I convert it to "unixtime" with a JavaScript preprocessing step.
This script is usually sufficient:
...Code:// checks if the input value is null if (isNaN(Date.parse(value))) { return 0; } -
Graph widget time shift option
Hey guys.
I attempted to showcase the daily queries of a system through a graph.
Using the graph widget, I added the "last" aggregation function with an interval of 1d.
My intent was for the graph to depict a single bar per day spanning from... -
Check for an item value if it is from today
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...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.... -
Event Time macro with different time zone
I've noticed that "{EVENT.TIME}" macro shows a different value from my Zabbix Server.
When I check the trigger at the Dashboard, it shows me the correct date and time with correct time zone.
But, if I try to send a message with "{EVENT.TIME}" macro, it shows me... -
Изменение формата времени в графиках
Коллеги всем привет!
Назрел вопрос о том как изменить формат времени в графиках? Крайне не привычен американоподобный формат MM
D H:m и хотелось бы его поменять в привычный...
-
dawidp started a topic Zabbix displaying wrong time after setting the right timezone in the php.ini filein Zabbix HelpZabbix displaying wrong time after setting the right timezone in the php.ini file
Hey. I am using a dockerized version of zabbix with several connected agents and I want to set the right time for the incoming data.
What was the issue? Zabbix is displaying wrong time in the Monitoring -> Latest data section. It's one hour later than should be. The clock widget on the... -
Plot a custom item key with time shifting
Hello dear Zabbix members,
I hope all doing well in this particulary period.
I facing an issue with a custom item key who is time shifted.
First of all, I have build a custom script (using Azure AD Outlook API graph report) that's return me the mail stats of my company,...Last edited by Benjamin Auger; 28-04-2020, 10:58. -
Trigger with time and date range
Hello,
I try to monitor windows process (if it work or not) in period of time.
Now i add only time range and it dont't work. If it work i wanna also add day of week range 1-5 --> 8:00-17:00, 6-7 --> 00:00 - 00:00
My zabbix version: 4.0
My test item:... -
Create Item / Trigger for local time other than NTP server
Hello everyone, I started this year in the world of Zabbix, I am studying hard to learn this extraordinary tool. I've had some challenges, but now I'm stuck. I need to create an Item / Trigger for Linux servers that if they are with local time other than the external NTP server (https://ntp.br/) display... -
Close trigger automatically after a couple of hours or some time
Hello everyone,
I have a trigger that I search a value in a log, it generates the alert and I put it to close manually, because I need to see it.
But after some time, I want it to close automatically, say 2 hours after it has been generated.
Can it be done?
Every idea its we... -
Auto close trigger after some time
Hello everyone,
I have a trigger that I search a value in a log, it generates the alert and I put it to close manually, because I need to see it.
But after some time, I want it to close automatically, say 2 hours after it has been generated.
Can it be done?
Every idea its we...Last edited by gastonace1; 18-09-2018, 15:17. -
Триггер в начале каждого часа
Подскажите пожалуйста, возможно ли как-то реализовать... -
Request: Graph create add option timeframe
By default, any graph shows the last hour of measurements. This cannot be changed, except when:
- explicitly opening the graph in a separate window and change the timeline
- on the dashboard, using a "url" instead of a "graph" item and add timeframe parameters to the...