Xymon Mailing List Archive search

best way to determine if the Xymon server just started?

list Tim McCloskey
Thu, 18 Nov 2010 09:59:20 -0800
Message-Id: <user-6483c9ca9bd6@xymon.invalid>

You can tail the hobbitlaunch.log to get that data too.

Tim

From: Gore, David W [user-3e5761c68b56@xymon.invalid]
Sent: Thursday, November 18, 2010 9:25 AM
To: xymon at xymon.com
Subject: [xymon] best way to determine if the Xymon server just started?

I have several server side scripts that give me results I would rather not have soon after a Xymon server restart.  What is the best way to determine if Xymon just started?  I could poke around a bit, just wondered if someone already had some ideas already implemented.  I will do something like exit 1 If xymon just started, otherwise continue.

~David