cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

How do you monitor and alert if Windchill Apache is not running?

mkohn
3-Visitor

How do you monitor and alert if Windchill Apache is not running?

We just ran into a problem where PSM 4 did not alert us that Windchill was not available. Probably because Windchill was up but Apache did not start before hand. Does anyone have a good way of monitoring if Apache goes down? This is all done under Red Hat Linux and we don't usually have access to the root user. The infrastructure team allows us to sudo apachectl start. I don't see any setting in PSM. Thanks in advanced!

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisSpartz
12-Amethyst
(To:mkohn)

Have you set up JMX notifications in Windchill? By default, Windchill will send an HTTP request to its own URL every ten minutes to verify that it is still accessible. If Windchill doesn't receive a response to this request, it will log a warning that the site is not responding. If you have JMX notifications set up, then it will also send out a notification email.

View solution in original post

3 REPLIES 3
GaryMansell
6-Contributor
(To:mkohn)

Just write a linux bash script (wget?) or powershell (Invoke-WebRequest?) script to email you if http(s)://windchillservername.domainname does not respond to a http(s) access - it should always be there if apache is running, regardless of whether windchill is running.

ChrisSpartz
12-Amethyst
(To:mkohn)

Have you set up JMX notifications in Windchill? By default, Windchill will send an HTTP request to its own URL every ten minutes to verify that it is still accessible. If Windchill doesn't receive a response to this request, it will log a warning that the site is not responding. If you have JMX notifications set up, then it will also send out a notification email.

Thanks for the tip. I did not know that,

Top Tags