• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How to stop watchdog from shell?

For example:

# /usr/local/psa/admin/bin/modules/watchdog/wdservice monit stop /usr/local/psa/etc/modules/watchdog/monitrc
# /usr/local/psa/admin/bin/modules/watchdog/wdservice monit start /usr/local/psa/etc/modules/watchdog/monitrc

# /usr/local/psa/admin/bin/modules/watchdog/wdservice --help
Usage: wdservice <service_name> <command> <cfg_file>
<service_name> name watchdog's service ('monit' or 'wdcollect')
<command> action ('start' or 'stop')
<cfg_file> service configuration file
 
Back
Top