How to get alert if a Service has been running for more than x hours on JTS or RTC?
I can see the running services on JTS/RTC admn console but not sure how to automate the alert if the service has been running for more than x hours. I'm thinking about writing a java program to pool the services, determine their run time and automatically send out an email if something has been running for too long. Is this a good idea? And what Java API should I be using? Thanks.
Accepted answer
I copped the perl from this article https://jazz.net/library/article/1017
Comments
Kevin Ramer
Aug 23 '13, 10:51 a.m.1 vote