Re: SAP CCMS plugin
Posted: Fri Aug 22, 2014 9:48 am
Eureka!!! Yes, I already found the way to make it work.
After RTFM, I copied one missing file called librfccm.so to /lib and assigning permissions: voila, now it is working in my Nagios GUI.
-rwxr-xr-x 1 root root 60401 Aug 15 15:08 sap_moni.so
-rwxr-xr-x 1 root root 5487694 Aug 22 09:40 librfccm.so
[nagios@nagioscwp nagios-sap-ccms]$ more README
To build the Nagios plugins for SAP's CCMS interface you should just
execute
make
in the src/ directory.
There is no install-target at the moment so you have to install the
executables yourself to the proper location on your system.
The libraries sap_moni.so and librfccm.so have to be in the default linker search path.
The config files below config/ have to be copied to a new
directory called /etc/sapmon:
agent.cfg
login.cfg
moni_tr.cfg
ssh_config
[nagios@nagioscwp nagios-sap-ccms]$
Thanks guys for your support.
Saludos.
After RTFM, I copied one missing file called librfccm.so to /lib and assigning permissions: voila, now it is working in my Nagios GUI.
-rwxr-xr-x 1 root root 60401 Aug 15 15:08 sap_moni.so
-rwxr-xr-x 1 root root 5487694 Aug 22 09:40 librfccm.so
[nagios@nagioscwp nagios-sap-ccms]$ more README
To build the Nagios plugins for SAP's CCMS interface you should just
execute
make
in the src/ directory.
There is no install-target at the moment so you have to install the
executables yourself to the proper location on your system.
The libraries sap_moni.so and librfccm.so have to be in the default linker search path.
The config files below config/ have to be copied to a new
directory called /etc/sapmon:
agent.cfg
login.cfg
moni_tr.cfg
ssh_config
[nagios@nagioscwp nagios-sap-ccms]$
Thanks guys for your support.
Saludos.