Question
I want to monitor if my Collector is running. How can I check the health of my collector(s)?
Answer
There are several things you can do:
- You could listening if the collector port is up (default is 6060) You can check in the
agent.properties
orcollector.properties
to see what yours is configured for. - You could tail the collector log -->
<TAKIPI_HOME>/log/bugtale-service.log
- Telnet to the collector port. If telnet can't connect the collector is down.
- Check if the collector process is running
We have several feature and improvement requests in the pipeline that will make checking the health of the collector easier in the future.
Comments