Agent On Oracle VM server release 3.2.3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
cokj72
Posts: 47
Joined: Thu Jul 11, 2013 8:40 am

Agent On Oracle VM server release 3.2.3

Post by cokj72 »

I need to install the agent for Nagios XI on "Oracle VM server release 3.2.3" 64bit and "Red Hat Enterprise Linux Server release 5.5 (Tikanga)".

What procedure should I use :?: :roll: :roll:
Last edited by slansing on Thu Jul 18, 2013 1:02 pm, edited 1 time in total.
Reason: Moved to Nagios Xi forum as this is not an idea, rather a question.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Agent On Oracle VM server release 3.2.3

Post by abrist »

cokj72 wrote:"Oracle VM server release 3.2.3"
The exchange has an Oracle vm plugin:
http://exchange.nagios.org/directory/Pl ... m3/details
cokj72 wrote: "Red Hat Enterprise Linux Server release 5.5 (Tikanga)".
The linux nrpe agent should work and would probably be the easiest to setup.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Agent On Oracle VM server release 3.2.3

Post by sreinhardt »

The agent itself is essentially the same install for both. I don't recall if we have altered the agent to normally install on oracle linux or not.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
cokj72
Posts: 47
Joined: Thu Jul 11, 2013 8:40 am

Re: Agent On Oracle VM server release 3.2.3

Post by cokj72 »

abrist wrote:
cokj72 wrote:"Oracle VM server release 3.2.3"
The exchange has an Oracle vm plugin:
http://exchange.nagios.org/directory/Pl ... m3/details
I download the file "check_ovm3", and now?
abrist wrote:
cokj72 wrote: "Red Hat Enterprise Linux Server release 5.5 (Tikanga)".
The linux nrpe agent should work and would probably be the easiest to setup.
I get this error:

[root@ovmn linux-nrpe-agent]# ./fullinstall
enterpriseenterpriseserver5.5 is not currently supported. Please use Red Hat or CentOS versions 5 or 6.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Agent On Oracle VM server release 3.2.3

Post by sreinhardt »

Can you run "cat /etc/*elease"? Was this on your redhat or oracle system? There will need to be some changes to the install script for oracle, I would suggest getting the RHEL system installed and working so you know what to expect, then we will be happy to help with OEL.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
cokj72
Posts: 47
Joined: Thu Jul 11, 2013 8:40 am

Re: Agent On Oracle VM server release 3.2.3

Post by cokj72 »

this is the output of command:

[root@ovm01 ~]# cat /etc/*elease
Oracle VM server release 3.2.3
Oracle VM Server release 5.7
Oracle VM server release 3.2.3
Oracle VM server release 3.2.3


and

[root@ovmn ~]# cat /etc/*elease
Enterprise Linux Enterprise Linux Server release 5.5 (Carthage)
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Agent On Oracle VM server release 3.2.3

Post by sreinhardt »

OK, so you are actually using an oracle vm host server, and another oracle vm of some sort. Neither of the two listed are RHEL servers. You can start by removing the lines 69-80 in ./fullinstall to remove OS restrictions, however especially with the vm server I would guess we will have future issues.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
cokj72
Posts: 47
Joined: Thu Jul 11, 2013 8:40 am

Re: Agent On Oracle VM server release 3.2.3

Post by cokj72 »

now, i get this error:

[root@ovmn linux-nrpe-agent]# more install.log
Nagios Linux Agent Installation Log
===================================
DATE: Tue Jul 30 07:04:51 EDT 2013

DISTRO INFO:
EnterpriseEnterpriseServer
5.5
x86_64

Configuring Yum...
Enabling EPEL repo...
Installing EPEL PKG: ./packages/epel-release-5-4.noarch.rpm
warning: ./packages/epel-release-5-4.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6
Preparing... ##################################################
epel-release ##################################################
Loaded plugins: security
Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirror ... rch=x86_64 error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
epel-release RPM installed OK
Yum configured OK
Installing prerequisites...
Loaded plugins: security
Error: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirror ... rch=x86_64 error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
[root@ovmn linux-nrpe-agent]#
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Agent On Oracle VM server release 3.2.3

Post by abrist »

cokj72 wrote:[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Is this machine hooked up to the internet? Do you use a proxy?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
cokj72
Posts: 47
Joined: Thu Jul 11, 2013 8:40 am

Re: Agent On Oracle VM server release 3.2.3

Post by cokj72 »

the server not use proxy
Locked