Revision c300dbe4 lib/watcher/__init__.py

b/lib/watcher/__init__.py
96 96
  # start confd as well. On non candidates it will be in disabled mode.
97 97
  if constants.ENABLE_CONFD:
98 98
    utils.EnsureDaemon(constants.CONFD)
99
  # start mond as well: all nodes need monitoring
100
  if constants.ENABLE_MOND:
101
    utils.EnsureDaemon(constants.MOND)
102

  
99 103

  
100 104

  
101 105
def RunWatcherHooks():

Also available in: Unified diff