Hi!
You can use transformation script to calculate time difference with NetXMS server. Add parameter System.CurrentTime, and use the following transformation script:
You'll got difference in seconds between NetXMS server's local time and remote system time.
Best regards,
Victor
You can use transformation script to calculate time difference with NetXMS server. Add parameter System.CurrentTime, and use the following transformation script:
Code Select
return time() - $1;
You'll got difference in seconds between NetXMS server's local time and remote system time.
Best regards,
Victor