Nagios on Oracle
Re: Nagios on Oracle
No problem. Let us know the error that you receive when you attempt the install on a remote host.
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.
"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.
-
ancovington
- Posts: 175
- Joined: Fri Sep 13, 2013 1:32 pm
Re: Nagios on Oracle
Good morning you were right. We received an error, but not until installing the second oracle server. We are running Oracle Linux 5.10. Here is the error we are receiving:
You do not have the required permissions to view the files attached to this post.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios on Oracle
Can you try commenting these lines out of the fullinstall script, save, and run it again:
That will bypass the distro checking.
Code: Select all
# Check OS major version
#case "$dist" in
# el5 | el6 )
# : do nothing
# ;;
# fedora9|fedora10|fedora11|fedora12|fedora13|fedora14|fedora15 )
# : do nothing
# ;;
# * )
# echo "$dist is not currently supported. Please use Red Hat or CentOS versions 5 or 6." >&2
# exit 1
#esac-
ancovington
- Posts: 175
- Joined: Fri Sep 13, 2013 1:32 pm
Re: Nagios on Oracle
Thank you! That worked perfectly!