Skip to main content
Skip table of contents

Configuring network applications

Once you select the Network application type, a Network configuration section appears with an option to add up to 8 network rules per application.

A network rule may consist of an IP address, domain name, or port. Each rule specifies which connection events are associated with the network application. This data is then displayed in the Overview dashboard and the Network view of the network application.

For more information regarding connection events, refer to the Application Connectivity troubleshooting documentation.

Select Add a rule to open a pop-up with options to specify the following:

  • IP address

  • Domain name

  • Port

Adding_rules.png

Each IP address, domain name and network mask should be distinct for a single application. For instance, you cannot configure two network applications with the same IP address.

Adding an IP address

Enter the IP address that you wish to associate with the network application. Use the Internet Protocol version 4 (IPv4) address.

Optionally, add a port or a network mask (also called a subnet mask) to define a range of IP addresses in a network.

  • If you specify a port (e.g., 192.168.1.20:443), the network application exclusively monitors this specific IP address with this specific port.

  • If you define a network mask, all corresponding IP addresses within that specified range are monitored. For example, http://192.168.1.0/24 monitors all IP addresses between 192.168.1.0 and 192.168.1.255.

Adding_IP.png

Adding a domain name

Configure a network application using a domain name, such as nexthink.com or sharepoint.com.

Optionally, you can add a port. If you specify a port (e.g., *.nexthink.com:443), the network application exclusively monitors this specific domain name with that specific port.

Employ an asterisk (*) wildcard, followed by a period at the beginning of a domain-based rule (e.g. *.nexthink.com) to include subdomains. The * wildcard represents zero or more characters, therefore, the rule *.nexthink.com matches:

  • abc.confluence.nexthink.com

  • confluence.nexthink.com

  • http://nexthink.com

Adding_domains.png

Adding a port

Configure a port using numbers between 0 and 65535.

Adding_ports.png

How are the configuration rules of different applications verified against each other?

If you try to configure an application with an IP address that you already configured for another application, the system will generate an error message. However, there may be a situation where you configure an application using a domain name and another application using an IP address that corresponds to the same domain name. Due to the nature of connection events, the system cannot validate such a conflict upon configuration. To avoid associating the same connection events with more than one application, Nexthink prioritizes the information to ensure each connection event is associated with only one network application. In the case described above, the system tags relevant connection events with a network application that was configured using an IP address. As a result:

  • The application with the IP address configured, monitors all connection data using this IP address.

  • The application with the domain name configured, monitors the connection data using this domain name, but excludes connections with the IP address used to configure the other application.

As a general rule, the system tags connection events with the most specific configuration available. The following table illustrates the priority of different configuration rules. For example, a rule with an 'IP address + port' will take precedence over a rule with only a domain name.

Priority

Rule Types

Rule Examples

Highest

IP address + port

192.168.1.20:443 

IP address

192.168.1.20

Domain name + port

confluence.intra.nexthink.com:443 

Domain name

confluence.intra.nexthink.com

Domain name with wildcards + port

*.nexthink.com:443

Domain name with wildcards

*.nexthink.com

Network mask + port

192.168.1/24:135

Network mask

192.168.1.0/24

Lowest

Port

135

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.