Search found 9 matches

by stevros
Tue Jun 14, 2016 10:04 am
Forum: Open Source Nagios Projects
Topic: How to edit Graph
Replies: 6
Views: 2851

Re: How to edit Graph

Yes, lock this thread.
by stevros
Tue Jun 14, 2016 7:26 am
Forum: Open Source Nagios Projects
Topic: How to edit Graph
Replies: 6
Views: 2851

Re: How to edit Graph

Ok, thank you.
by stevros
Wed May 25, 2016 12:13 am
Forum: Open Source Nagios Projects
Topic: Monitor Oracle on Windows Server
Replies: 9
Views: 3457

Re: Monitor Oracle on Windows Server

I have copied the tnsnames.ora from my Windows Oracle: # TNSNAMES.ORA Network Configuration File: #C:\oracle\ora92\NETWORK\ADMIN\tnsnames.ora # Generated by Oracle configuration tools. GST = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = myhostname)(PORT = mytcpport)) ) (CONNECT_D...
by stevros
Tue May 24, 2016 10:17 am
Forum: Open Source Nagios Projects
Topic: Monitor Oracle on Windows Server
Replies: 9
Views: 3457

Re: Monitor Oracle on Windows Server

I have installed and configured the Oracle Instant Client as in this guide (versione 12.1):

http://www.unixmen.com/install-oracle-client-centos/

but manually running the command

./check_oracle --tns MYORACLESID

I can not connect to the DB
by stevros
Tue May 24, 2016 12:44 am
Forum: Open Source Nagios Projects
Topic: Monitor Oracle on Windows Server
Replies: 9
Views: 3457

Re: Monitor Oracle on Windows Server

You're saying that I need to install Oracle Client on my Nagios?
by stevros
Mon May 23, 2016 10:43 am
Forum: Open Source Nagios Projects
Topic: Monitor Oracle on Windows Server
Replies: 9
Views: 3457

Re: Monitor Oracle on Windows Server

Thank you so much.

I decided to use the standard plug-in check_oracle, for practice. I configured a simple:

Check_oracle --tns MYORACLESID

but I get the following error:

"Cannot determine ORACLE_HOME for sid MYORACLESID"

The SID is correct and case sensitive.

Can you help me?
by stevros
Sun May 22, 2016 8:34 am
Forum: Open Source Nagios Projects
Topic: How to edit Graph
Replies: 6
Views: 2851

Re: How to edit Graph

I use Nagiosgraph and I want to remove the lines Warning, Critical, Minimum and Maximum of these graphics.
Nagiosgraph
Nagiosgraph
by stevros
Sun May 22, 2016 8:22 am
Forum: Open Source Nagios Projects
Topic: Monitor Oracle on Windows Server
Replies: 9
Views: 3457

Monitor Oracle on Windows Server

Hello to all, I am a novice in Nagios and Linux world, but for curiosity and necessity, I have configured a CentOS server with Nagios Core (latest versions). Without incurring in particular problems, I configured everything and implemented the basic controls of my server. Now I have the need to moni...
by stevros
Fri May 20, 2016 1:22 am
Forum: Open Source Nagios Projects
Topic: How to edit Graph
Replies: 6
Views: 2851

How to edit Graph

Hello,
I would hide the lines Critical, Maximum, Minimum and Warning by all charts, how can I do?

Thanks