Search Result

Collapse
4 results in 0.0020 seconds.
Keywords
Members
Tags
conversion
  •  

  • 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

  • How take item value from ItemA to key of ItemB

    Hi,
    reason why I need this was my goal: Take path of Zabbix agent config file, control change/editing on them by vfs.file.checksum and mayby list all non comment line.

    Problem was in our IT (windows)enviroment:
    a. diferent version of ZBX client
    b. diferent variant of ZBX...
    See more | Go to post
    Last edited by Rudlafik; 08-06-2023, 15:12.

  • clemente
    started a topic Need to display temperature in Celsius

    Need to display temperature in Celsius

    Hello all, this is my first post and I've searched a lot before posting this.
    I have an APC InROw ACSC100 that must be monitored. I've put it in my map and used an item in the label showing the temperature. That is almost perfect. The only problem is that I need it in ° Celsius and not in °F....
    See more | Go to post

  • [ZABBIX-API] ExpandDescription Macros

    Hi,

    I'm using the Zabbix-API to get the active triggers and show them on another website.
    I've managed to make a json-query like this:

    Code:
    {
    	"jsonrpc":"2.0",
    	"id":17,
    	"auth":"8a9bbe31b0c4b9a7680967e975a558e3",
    ...
    See more | Go to post
Working...