Documentation Index

Fetch the complete documentation index at: https://docs.lobster-world.com/llms.txt

Use this file to discover all available pages before exploring further.

monitorplain4 (System monitoring)

Prev Next

See also: System monitoring (general) (REST API)

The endpoint /dw/monitor/v1/monitorplain4 provides an extended system monitoring output. It includes the default server status and platform-specific details in a single response.

Detailed sections are enabled via query parameters. These include thread queues, disk usage, and the last reorganization run.

Authentication

This endpoint uses the same authentication method as the other system monitoring endpoints. For setup details, see System monitoring (general) (REST API)

Request

Method: GET

URL:

http(s)://<IP/URL Integration Server or DMZ>:<Port>/dw/monitor/v1/monitorplain4?<Parameter>

Query parameters

At least one parameter is required. Each parameter activates its own output section.

Parameter

Description

dw=true

Returns the default monitoring data and the number of jobs per thread queue.

hdd=true

Enables the hard disk usage section for the server partition.

reorg=true

Enables the section for the last reorganization run. Only works in conjunction with dw=true or all=true.

all=true

Enables all of the sections listed above in a single response.

Response

The response is returned as plain text with the MIME type text/plain. The sections appear one after another in the output.

The following example shows a complete response from the Integration Server with all=true:

Server's local time = Wed Aug 20 08:54:17 CEST 2025
HTTP status = Alive
AS2 status = Alive
FTP status = Alive, Sessions: 1
SMTP status = Alive
OFTP TCP/IP status = Alive, Sessions: 0
SSH status = Alive, Sessions: 0
Message remote interface = Alive
Total messages on hold = 0
startupservice status = Alive
startup applications = 3: [HubStartupConfiguration, DataWizardSetup, WebMonitor]
_data status = Alive
_data processed requests = 0
_data queued jobs = 0
_data queued responses = 0
_data total errors = 0
_data unresolved = 0
_data running profiles = 0
Total memory = 5472256 KB
Free memory = 3359500 KB
Max memory = 5472256 KB
Used memory = 38% used
Number of Threads = 240
available Processors = 8
operating system = amd64
system load = -1.0
Lobster IS Version = IS/5.9.15
Lobster_data Version = 4.6.16
License emergency mode active = false
Remaining Emergency Ticks = 1344
_data lowest prio queued jobs = 0
_data lower prio queued jobs = 0
_data normal prio queued jobs = 0
_data higher prio queued jobs = 0
_data highest prio queued jobs = 0
Reorganisation sec ago = -1
Reorganisation duration = 
SAP status = Failed -> SapConnectionService not added to factory yet
HDD TotalMBytes = 9979
HDD FreeMBytes  = 8018
HDD FreePercent = 80.35

Response on a DMZ server

On a DMZ server, the output is limited. Sections containing platform-specific data are missing. These include the thread queues, the reorganization run, the SAP status, and the HDD values.

Output sections in detail

Other articles describe the individual sections: