Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.02 KB

SAP-OSS-Check

Nagios plugin for checking SAP OSS

Alt ActiveSync is aither 0 or 1 (activ or not activa)

Command line: check_saposs.sh

Description:

This plugin will attempt to connect to SAPOSS server on SAP via saprouter

Please check SAP Note 182308 - Incorrect logon data in R/3 destination SAPOSS

Notes:

  • This plugin requires that the sapinfo program is installed

You can test SAPOSS conection running sapinfo with following options

$ sapinfo mshost=/H//S/3299/H/194.117.106.129/S/3299/H/oss001 r3name=OSS group=EWA client=001 user=OSS_RFC passwd=CPIC

Parameters:

$1 - saprouter

Example of command definitions for nagios:

define command {

command_name check_saposs

command_line /usr/lib/nagios/plugins/check_saposs.sh $ARG1$

}

If you want a availability graph then you need to turn on performance data for this check. (process_perf_data 1)

Note:

Please set SAPINFO_HOME to the directory where you installed sapinfo SAPINFO_HOME="/opt/rfcsdk/bin"