Search Result

Collapse
15 results in 0.0064 seconds.
Keywords
Members
Tags
date
  •  

  • markfree
    started a topic Date and time conversions

    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; }
    ...
    See more | Go to post

  • Alfista
    started a topic Trigger on exact time and date

    Trigger on exact time and date

    I need to run trigger on exact time.
    I use this expression:
    Code:
    dayofweek()=1 $ time()=080000
    but I can't use it while I have this error:
    Code:
    Cannot add trigger
    Invalid parameter "/1/expression": incorrect expression starting from "$ time()=080000". [triggers.php:300
    ...
    See more | Go to post

  • 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
    ...
    See more | Go to post
    Last edited by markfree; 20-09-2022, 02:35.

  • {DATE} macro in Url Item of "HTTP agent" type.

    I wanna use Zabbix Macro {DATE} in items url request. Is there are such possibility or workaround?



    Zabbix-Server v4.4.5...
    See more | Go to post
    Last edited by Stayler; 29-10-2020, 19:10.

  • HTTP Agent - macro {DATE}, change dots to dash

    Hello! Please tell me, is it possible to insert a date, current day variable in the zabbix in the HTTP agent in the URL, in the format "yyyy’ - ‘MM’ - ‘dd’? {DATE} is yyyy.mm.dd. The link does not work with dots. I'm trying to redo the macro points in the date on dash. It does
    ...
    See more | Go to post

  • HTTP Agent - вставить переменную даты

    Здравствуйте! Подскажите, пожалуйста, а можно ли в заббиксе в HTTP агенте в URL вставить переменную даты, текущего дня, в формате "yyyy’-‘MM’-‘dd’? {DATE} идет гггг.мм.дд,...
    See more | Go to post
    Last edited by Krevedka; 04-04-2020, 05:43.

  • NightSpectre
    started a topic Trigger with time and date range

    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:...
    See more | Go to post

  • Gutsycat
    started a topic Could I add data with my own timestamps?

    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...
    See more | Go to post

  • hgoalv
    started a topic Monitoring Log with date in the name

    Monitoring Log with date in the name

    I have an application that daily it generates a log whose name is date_nameapp.log.

    How can I do to monitor daily the corresponding log?

    I was reading for logrt, but I don't know how do it with the date in the name log.

    Thanks
    See more | Go to post

  • 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...
    See more | Go to post

  • apolyakov
    started a topic Calculated variable in web scenario

    Calculated variable in web scenario

    Dear all

    I have a RESTful service which needs to be posted with some JSON. Say the JSON is
    {
    "eodDate":"2015-08-04",
    ..
    }

    I would like to monitor that using web scenario and send relevant request. Problem isthat eodDate...
    See more | Go to post

  • violatohr
    started a topic SNMP DateAndTime appears as hex

    SNMP DateAndTime appears as hex

    hi all!

    So here's what I'm facing:

    I have Zabbix 2.2 working pretty well in general, including a "screen" that displays a number of SNMP (polled) values. Most of these come out fine - software exe names, versions, counts, etc. However, I have one item that is...
    See more | Go to post

  • nbugash
    started a topic Web Monitor with Timestamp

    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...
    See more | Go to post

  • Tractorboy
    started a topic Remote Commands issue

    Remote Commands issue

    This may not be a remote command issue specifically, but my issue is that I wish to pass a value with a remote command.

    The value that I wish to pass is the {Date} less 1 month. event date or current date would be fine.

    I have tried to find assistance on User macros but...
    See more | Go to post

  • Direct entering the date and time like old versions

    Is there a possibility to avoid the small popup window to set the startdate of screens? In older versions, one could very easily enter a date and time in the format YYYYMMDDHHMM. This worked very quickly when investigating a problem.
    Although I understand the popup as there is now could be good...
    See more | Go to post
Working...