Port Monitoring Status
search cancel

Port Monitoring Status

book

Article ID: 258166

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Based on the net_connect image below to monitor port 48002, the port is taken as not responsive once the timeout of 1000ms is reached? Which database table stores this info and what is the value that is stored in the database table when this timeout is reached so that we know that the port is not reachable?

 

 

Environment

Release : 20.3/20.4

Probe: Url_response

Resolution

The highlighted values stored in the probe cfg, if no changes done in the services the value will picked from the section: 

 

<default_service>
      active = yes
     --------------------------------
      challengeresponsetimeout = 1000
      sendcommand = no
     -------------------------------
   </default_service>

 

If the default value has been changed then it will store this value inside the services section of the probe .cfg  <epmap > is service 

 

<epmap>
            active = yes
            --------------------------
            challengeresponsetimeout = 1000
            sendcommand = no
            responsemustcontain = no
            sendcommand2 = no
            response2mustcontain = no
            sendcommand3 = no
            response3mustcontain = no
 </epmap>

 

 

And there will not be any QOS_MESSAGE for the response time out if the port is not reachable.

The probe will only send an alarm when the port is not reachable. this alarm will be stored in uim NAS_ALARMS table.