Add a HTTP Listener

1. Go to Listener > HTTP Listener then click the Add (+) button located in the upper right corner.

2. You will get the fields as follows.

Refer to the following table to understand the fields in the above screen.

FieldsDescription

Name

A label or name that is assigned to a listener.

Trigger

You may want to assign the servers to a custom Trigger if target server is in an Isolated network or if you want to setup a scalable infrastructure. You will only see available Triggers in this field.

IP Address

The numerical label assigned to each device connected to a computer network is called an "IP address." An IP address is typically represented in the format XXX.XXX.XXX.XX, where each "XXX" is a number ranging from 0 to 255, and the "XX" is a similar two-digit number. IP addresses are used to uniquely identify and locate devices on a network.

Port Number

A specific endpoint for data exchange between two devices or applications within a network.

Credential Type

Select a proper credential type and credential.

· None

· Basic: Selecting this option provides you with another Field called Credential from where you can select an appropriate option.

· HMAC: It is a specific type of message authentication code (MAC) that uses a cryptographic hash function along with a secret key to create a fixed-size hash value (digest) from the input data.

· HTTP Header: It is an authentication method which is included in the HTTP message as key-value pairs and is transmitted as part of the HTTP protocol.

SSL Public Key

This field only appears when enabled TLS is active. An SSL (Secure Sockets Layer) public key is used for encryption and is shared openly, allowing others to encrypt data that can only be decrypted by the corresponding private key.

SSL Private Key

This field only appears when enabled TLS is active. The SSL private key, kept confidential, is used for decrypting data encrypted with the associated public key, ensuring secure communication between parties.

Response Code

Indicating the status of a received HTTP request

Content-Type

The HTTP listener Content-Type specifies the type and format of the data being sent or received. Example: “application/json”, “text/html”

Response Body

The HTTP listener response body contains the data or content sent by the server in response to an HTTP request.

URL

It is a web address that specifies the location of a resource on the internet.

Log Interval

The interval for fetching data.

· Realtime

· 1 Minute

· 3 Minutes

· 5 Minutes

Status

To choose a server status such as:

· Active: Enables monitoring for server

· Maintenance: Enables maintenance mode for server and disables all notifications

· Reconnect: Restarts all collectors for server

· Disabled: Disables monitoring for server

Debug

To choose debug such as:

· Off

· On: Collects debug logs for Inventory and Monitoring Collector

3. After entering all the required info, click the button SUBMIT.

Last updated