LogicMonitor seeks to disrupt AI landscape with $800M strategic investment at $2.4B valuation to revolutionize data centers.

Learn More

Restarting Collector

Last updated on 06 September, 2024

You can restart a collector from the LogicMonitor platform or from the collector host. When the collector is up and running, you can restart the collector from the LogicMonitor platform. If the collector is down or dead, you have to restart it from the collector host.

Restarting from LogicMonitor Portal

To restart a collector from the LogicMonitor platform:

  1. Navigate to Settings > Collectors.
  2. Under the Collectors tab, select the collector that you want to restart.  
  3. Select the More option and then select Restart Collector.
    restart collector option
    A message confirming the restart is displayed.
  4. Select Confirm. The collector restart begins.

Restarting from Collector Host

To restart a collector on a Windows host, use the Services control panel to restart the following services:

  • LogicMonitor Collector
  • LogicMonitor Collector Watchdog

To restart a collector on a Linux host, run the following commands:

To restart a collector from the LogicMonitor platform:

  1. Stop LogicMonitor: /usr/local/logicmonitor/agent/bin/sbshutdown
  2. Start the Watchdog service which may be run from init.d or systemd.
    • From init.d – /etc/init.d/logicmonitor-watchdog start
    • From systemd – systemctl start logicmonitor-watchdog

In This Article