Skip to main content
Ascherer17
16-Pearl
January 8, 2019
Solved

ThingWorx Server Startup Event

  • January 8, 2019
  • 2 replies
  • 1636 views

Does anyone know if there is an Event that is triggered upon server startup?  I want to send the admins an email when the server boots in case of unexpected reboot.  

Best answer by CarlesColl

I think there isn't one.

 

We have a Watchdog timer that looks for special log events every once in a while, and to detect the server restart we look for:

  • Log Type: ApplicationLog
  • Search Expression: ThingWorx System Environment Settings

This log message will indicate a server restart.

2 replies

1-Visitor
January 8, 2019

I think there isn't one.

 

We have a Watchdog timer that looks for special log events every once in a while, and to detect the server restart we look for:

  • Log Type: ApplicationLog
  • Search Expression: ThingWorx System Environment Settings

This log message will indicate a server restart.

Support
January 15, 2019

Hi @Ascherer17.

 

If the suggestion posted by @CarlesColl answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon