Stop/Start the .NET Collector
Follow these steps to stop and restart the OverOps Collector.
On Windows:
Run services.msc and start/stop TakipiService.
On Linux:
stop - start commands
Stop:
sudo /opt/takipi/etc/takipi-stop
Start:
sudo /opt/takipi/etc/takipi-start
To start the Collector by a non-root user with a 'watchdog' process that will restart it if it stops, run:
/opt/takipi/etc/takipi-start --non_root_wd
You can stop the Collector and the Watchdog process as well by running the 'takipi-stop' command from the installation directory (can be run a non-root user as well).
Updated over 4 years ago