Currently we are working on build a new gearmand worker server on RHEL 7 . (Part of Migration)
So far I have done -- ( Will user worker for site specific basis )
>> Gearmand server installed on Nagios XI server. (Nagios XI 5.5.2)
>> Gearmand worker installed on worker server. (RHEL 7.5 (Maipo) )
>> nrpe client installed on worker server. Referring - https://assets.nagios.com/downloads/nag ... _Agent.pdf
>> worker.conf and module.conf has been updated on worker and Nagios server respectively.
>> All existing plugins has been copied to new worker server under /usr/local/nagios/libexec/
>> Few below basic packages are installed referring -- https://support.nagios.com/kb/article.php?id=569#RHEL
postgresql-devel
check_radius
openldap-devel
mariadb-devel mariadb-libs
bind-utils
samba-client
openssh-clients
now to make executable "check_oracle_health plugins" plugins we have to install oracle client, DBD, DBI. Referring -- https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Copied latest rpm in /tmp
oracle-instantclient18.3-basic-18.3.0.0.0-1.x86_64.rpm
oracle-instantclient18.3-devel-18.3.0.0.0-1.x86_64.rpm
oracle-instantclient18.3-sqlplus-18.3.0.0.0-1.x86_64.rpm
and while running "oracleinstall.sh" script we are getting below error. Please share your thoughts what and where we have to work to fix this.
Error:
Code: Select all
Looking for CPAN mirrors near you (please be patient)
Can't call method "http" on unblessed reference at /usr/share/perl5/CPAN/FirstTime.pm line 1866.
OS – RHEL 7
Gearamand server - gearmand 0.33
Nrpe -- NRPE v3.2.1
Please let me know if you need any other details.