Search found 18 matches

by aulusow
Wed Jun 08, 2016 1:24 pm
Forum: Nagios XI
Topic: The Linux Agent install doesn't work
Replies: 14
Views: 3495

Re: The Linux Agent install doesn't work

Yes
by aulusow
Wed Jun 08, 2016 9:19 am
Forum: Nagios XI
Topic: The Linux Agent install doesn't work
Replies: 14
Views: 3495

Re: The Linux Agent install doesn't work

Hi,
I have fixed the issue by below command on Red Hat.
# yum reinstall redhat-lsb redhat-release-5Server
# lsb_release -i -r Distributor ID: RedHatEnterpriseServer
Release: 5.8

Thank You!
by aulusow
Tue Jun 07, 2016 9:58 am
Forum: Nagios XI
Topic: The Linux Agent install doesn't work
Replies: 14
Views: 3495

Re: The Linux Agent install doesn't work

Hi,
[root@ppmtomgui-dm ~]# lsb_release -i -r
Distributor ID: n/a
Release: n/a

How did you come to that conclusion? I have Red Hat 5 only installed on this server.
Thank You!
by aulusow
Tue Jun 07, 2016 9:27 am
Forum: Nagios XI
Topic: The Linux Agent install doesn't work
Replies: 14
Views: 3495

Re: The Linux Agent install doesn't work

Hi,
What's wrong with the server? I can open a support ticket with Red Hat with issues. It's production server re-install is not an option.
Please be more specific what the issue is?
Thank You!
by aulusow
Tue Jun 07, 2016 8:08 am
Forum: Nagios XI
Topic: The Linux Agent install doesn't work
Replies: 14
Views: 3495

Re: The Linux Agent install doesn't work

Hi, The download link is as below: wget https://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz Below is the command on the remote box and the output: [root@ppmtomgui-dm ~]# rpm -qi --whatprovides /etc/redhat-release Name : redhat-release Relocations: (not relocatable) Version : ...
by aulusow
Mon Jun 06, 2016 2:38 pm
Forum: Nagios XI
Topic: The Linux Agent install doesn't work
Replies: 14
Views: 3495

Re: The Linux Agent install doesn't work

Hi,
[root@ppmtomgui-dm linux-nrpe-agent]# lsb_release -i -r
Distributor ID: n/a
Release: n/a

Please advise.
Thanks,
by aulusow
Mon Jun 06, 2016 1:25 pm
Forum: Nagios XI
Topic: The Linux Agent install doesn't work
Replies: 14
Views: 3495

The Linux Agent install doesn't work

Hi, It seems the linux agent install fails with below error. [root@ppmtomgui-dm linux-nrpe-agent]# ./fullinstall n/a is not currently supported. Please use either Red Hat, CentOS, Oracle Linux, SUSE Enterprise, OpenSUSE, Ubuntu, or Debian. [root@ppmtomgui-dm linux-nrpe-agent]# lsb_release -a LSB Ver...
by aulusow
Thu Jun 02, 2016 1:28 pm
Forum: Nagios XI
Topic: Oracle Serverspace Monitor an Oracle Server error
Replies: 9
Views: 4601

Re: Oracle Serverspace Monitor an Oracle Server error

It's working now. The SID was incorrect. [root@nagios ~]# /usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/10.2.0.3/client/lib ORACLE_HOME=/usr/lib/oracle/10.2.0.3/client/ /usr/local/nagios/libexec/check_oracle_health --connect '192.168.49.18:1521/CANADA.ad.bbm.ca' --username 'nagiosadmin' --password '1...
by aulusow
Thu Jun 02, 2016 1:22 pm
Forum: Nagios XI
Topic: Oracle Serverspace Monitor an Oracle Server error
Replies: 9
Views: 4601

Re: Oracle Serverspace Monitor an Oracle Server error

root@nagios ~]# nmap 192.168.49.18 -p 1521 Starting Nmap 6.47 ( http://nmap.org ) at 2016-06-02 14:20 EDT Nmap scan report for (192.168.49.18) Host is up (0.00047s latency). PORT STATE SERVICE 1521/tcp open oracle Nmap done: 1 IP address (1 host up) scanned in 0.11 seconds The SID is correct as well.
by aulusow
Thu Jun 02, 2016 10:46 am
Forum: Nagios XI
Topic: Oracle Serverspace Monitor an Oracle Server error
Replies: 9
Views: 4601

Re: Oracle Serverspace Monitor an Oracle Server error

Hi, I fixed the previous error. Now I have new error as below. [root@ etc]# /usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/10.2.0.3/client/lib ORACLE_HOME=/usr/lib/oracle/10.2.0.3/client/ /usr/local/nagios/libexec/check_oracle_health --connect 'IP ADDRESS:1521/SID' --username 'nagiosadmin' --password ...