Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

You can manually trigger a network scan by following this procedure:

Step-by-step guide

  1. As a site-user, go to ~/etc/check_mk/conf.d/wato/<path_to_your_folder>
  2. Open the file ".wato" in an editor
  3. Replace the last scan result

    'network_scan_result': {'start': 1633511941.0, 'end': 1633511947.0, 'state': True, 'output': 'The network scan found 2 new hosts.'},

    with an empty dictionary like this

    1. 'network_scan_result': {},
  4. The scan should be then triggered in the next 60 seconds


  • No labels