Home
TeamSite
Monitoring Teamsite
ashokc
Hi,
We are running TS5.5.2 on a solaris 2.8 host. I need to come up with a script that (in conjunction with SiteScope or some such tool) needs to monitor the Teamsite application's health. My idea is to do a http post from a perl script to "some URL" that Teamsite would respond with some feedback. This feedback can then be analyzed by the perl script to determine the health of the Teamsite app. This perl script would then be registered with Sitescope for routine monitoring.
Now what would that "URL" be, that would yield the most pertinent information about Teamsite's health?
Thanks for your help
- ashok
Find more posts tagged with
Comments
pflory
You could ping the login page's URL.
Better yet, why not monitor the respective TeamSite services running in Solaris?
iw.server, iwproxy, iwwebd, etc. Simply check if the processes are present or not.
You could also run an iwstat command to get a pulse of the system.
Paul Flory