Real Server Monitoring
The Configure—>Real Server
Monitor page allows you to add, view and edit custom monitoring. These are
layer 7 server “Health-Checks” and once configured will appear in the
drop-down list for Server
Monitoring.
Details
Name:
to manually add in a name for your monitor.
Description:
to manually add in a description for your monitor.
Monitoring Method:
to choose from the dropdown list.
Page Location:
to manually add in a page location for an HTTP monitor. This can be a
relative link such as /folder1/folder2/page1.html. You can also use an
absolute link where the web site is bound to the hostname.
Required Content:
to manually add in the required content. This will change depending on
the monitoring method.
NOTE: Please ensure the response back from the Application server is not
a “Chunked” response
Monitoring
|
Description |
Example |
HTTP 200 OK | In this mode, a TCP connection is made to the content server as above, but after connection is made, a brief HTTP request is made to the content server. A HTTP response is waited for and it is checked for the “200 This |
Name:
200OK
Check production web
site HTTP 200 OK
/main/index.html
OR http://www.edgenexus.io/main/index.html N/A
|
HTTP Response | In this mode, a connection and HTTP request/response are made/checked for as above, but instead of the “200 OK” response code being checked for, a custom text is searched for in both the HTTP headers, and the body of the HTTP response. The text can be a whole header, part of a header, a This monitoring method |
Name:
Server Up
Check content of
page for “Server Up” HTTP Response
/main/index.html
OR http://www.edgenexus.io/main/index.html Server Up
|
DICOM | In this mode we send a DICOM echo using the AET value in the Required content column. |
Name:
DICOM
L7 health check for
DICOM service DICOM
N/A
AET Value
|
TCP Out of Band | This is similar to a TCP Connect except that you can specify the port you wish to monitor in the required content column. This port is typically not the same as the traffic port and is used when you want to tie services together. |
Name:
TCP Out of Band
Description: Monitor Out of Band/Traffic port
Page Location: N/A
Required Content: 555
|
Multi Port TCP monitor | This is similar to above except that you can have a number of different ports. The monitor is deemed successful only if all ports specified in the required content section respond correctly. |
Name:
Multi Port Monitor
Description: Monitor multiple ports for success
Page Location: N/A
Required Content: 135,59534,59535
|
Example