NetOPS/Configuration

Host discovery

Add a network for automatic host discovery in Netwatch.

Prerequisites

Before configuring network discovery, ensure the following:

  • The Watchnode or Micro Node is deployed and communicating with Netwatch
  • You have administrator access to the Netwatch web interface
  • The target network range is accessible from the deployed node
  • ICMP (ping) or relevant service ports are not blocked between the node and target devices

Step 1 – Log In to the Netwatch Interface

  1. Open a web browser and navigate to your Netwatch instance URL.
  2. Enter your administrator credentials.
  3. Click Sign In.

Step 2 – Navigate to Discovery Rules

  1. From the left-hand navigation menu, go to:

    Data Collection → Discovery

  2. You will see the Discovery Rules list (If any). This is where all configured network discovery jobs are managed.

Micro Node – Front View

Step 3 – Create a New Discovery Rule

  1. Click Create discovery rule in the top-right corner.
  2. The discovery rule configuration form will open.
Micro Node – Front View

Step 4 – Configure the Discovery Rule

Fill in the following fields:

FieldDescription
NameA descriptive name for this discovery rule (e.g., Office LAN – 192.168.1.0/24)
Discovery by proxySelect the Watchnode or Micro Node responsible for scanning this network
IP rangeEnter the target network range (e.g., 192.168.1.1-254 or 10.0.0.0/24)
Update intervalHow frequently the discovery scan runs (e.g., 1h for hourly)
ChecksDefine what checks to use for detection (see Step 5)
Device uniqueness criteriaTypically set to IP address for new deployments
EnabledEnsure this is toggled on
Micro Node – Front View

Step 5 – Add Discovery Checks

Discovery checks define how Netwatch identifies live hosts on the network.

  1. Under the Checks section, click Add.

  2. Select a check type from the dropdown. Common options include:

    • ICMP ping – Detects hosts that respond to ping (recommended as a baseline)
    • Netwatch agent – Detects hosts running the Netwatch monitoring agent
    • SNMP – Detects network devices responding to SNMP queries
    • TCP port – Detects devices listening on a specific port (e.g., port 22 for SSH, port 80 for HTTP)
    Micro Node – Front View
  3. Configure the check parameters as required (e.g., SNMP community string, port number,ICMP Ping).

Micro Node – Front View
  1. Click Add to confirm the check.
  2. Repeat to add additional checks if needed.

Tip: Using ICMP ping alongside an agent or SNMP check increases the accuracy of discovery results.

Micro Node – Front View

Discovery Actions define what Netwatch does automatically when a new host is found.

  1. From the left-hand menu, go to:

    Data Collection → Actions → Discovery actions

    Micro Node – Front View
  2. Click Create action.

  3. Under the Conditions tab, set:

    • Discovery rule = the rule you just created
    • Discovery status = Up
    Micro Node – Front View
  4. Under the Operations tab, add the desired operations, for example:

    • Add host – Automatically registers the discovered device
    • Add to host group – Assigns the device to a relevant group (e.g., Discovered Devices)
    • Link to template – Applies a monitoring template to the device automatically
    Micro Node – Front View
  5. Click Add then Update to save the action.


Step 7 – Save the Discovery Rule

  1. Return to Data Collection → Discovery.
  2. Review all settings in the discovery rule form.
  3. Click Add (or Update if editing an existing rule) to save.
Micro Node – Front View

Step 8 – Verify Discovery is Running

  1. Navigate to Monitoring → Discovery.
  2. You should see the discovery rule listed with its status and last run time.
  3. Once the scan runs, discovered hosts will appear in the list with their IP addresses and detected services.

Note: The first discovery scan will run at the next scheduled interval based on the Update interval you configured. To trigger an immediate scan, temporarily reduce the interval, then restore it after confirming the scan has run.


Step 9 – Review Discovered Hosts

  1. Go to Monitoring → Discovery to view scan results.
  2. Confirmed hosts will also appear under Data Collection → Hosts if an Add host action was configured.
  3. Review each discovered host and assign appropriate templates or host groups as needed.

Troubleshooting

IssuePossible CauseResolution
No hosts discoveredICMP blocked by firewallAllow ICMP from the Watchnode IP to the target range
Discovery rule not runningNode offline or not selectedVerify node status under Administration → Proxies
Hosts discovered but not addedNo discovery action configuredCreate a discovery action (see Step 6)
Wrong node scanning the rangeIncorrect proxy selectedEdit the discovery rule and select the correct node