You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using the sap-mon plugin and have a couple of questions:
-abap-dump Mode
What is the default time range that the -abap-dump mode uses to check for ABAP dumps? Is it 24 hours, or something else? If it’s configurable, how can I adjust it?
Support for the -port Parameter
Does the plugin support a -port parameter to specify a custom port for connecting to the SAP server? If not, is there another way to set the port manually?
The text was updated successfully, but these errors were encountered:
there is no time range. sap_mon read the abap dump table in the momnent you run sap_mon.
You can scheudle sap_mon reading abap dumps via cron job or a systemD timer.
Normaly the ports in a SAP system is an interaction betwenn instance numbers and sap pre defined port ranges.
There is no extra port parameter for a custom port.
I think, but not testet, you can reach non SAP standard ports via SAP router or you can use
the linux tool socat. With socat ou can change any port you want to reach.
Hi there,
I’m using the sap-mon plugin and have a couple of questions:
-abap-dump Mode
What is the default time range that the -abap-dump mode uses to check for ABAP dumps? Is it 24 hours, or something else? If it’s configurable, how can I adjust it?
Support for the -port Parameter
Does the plugin support a -port parameter to specify a custom port for connecting to the SAP server? If not, is there another way to set the port manually?
The text was updated successfully, but these errors were encountered: