Stop/Start the Java 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).

On macOS:

Stop
sudo launchctl unload /Library/LaunchDaemons/com.takipi.service.plist
Start
sudo launchctl load /Library/LaunchDaemons/com.takipi.service.plist