Page 1 of 3

Problem with Ingres Plugin

Posted: Thu Dec 17, 2015 9:09 am
by Bone8Head
Hello guys.
I'm trying to install the Ingres plugin's on my Nagios XI, but I still have problems with it.
The plugin seem to be simple: check_isa_ingres_errlog_report -s|--system .
So I'm typing ./check_isa_ingres_errlog_report -s C:\Program Files (x86)\Actian\IngresII (the directory of my II_SYSTEM), but there is the error:

Code: Select all

COMMAND: /usr/local/nagios/libexec/check_isa_ingres_errlog_report --system C:\\Program Files \(x86\)\\Actian\\IngresII
OUTPUT: Invalid parameter: Files
Anyone know why?
And can anyone tell me HOW this Plugin work without the -H (Hostaddress) command?
I'm just adding in "Manage Host" the Server with Ingres installed, but that's all.
Image

I still don't know how this plugin is gonna see my Ingres Server..

Thank you!

Re: Problem with Ingres Plugin

Posted: Thu Dec 17, 2015 10:19 am
by rkennedy
Can you try putting the directory in quotes, and let us know the result?

Code: Select all

--system "C:\\Program Files \(x86\)\\Actian\\IngresII"

Re: Problem with Ingres Plugin

Posted: Thu Dec 17, 2015 10:53 am
by Bone8Head
rkennedy wrote:Can you try putting the directory in quotes, and let us know the result?

Code: Select all

--system "C:\\Program Files \(x86\)\\Actian\\IngresII"
I already try that with the " or the ' or the % or the %20, but nothing changed. :(

Code: Select all

COMMAND: /usr/local/nagios/libexec/check_isa_ingres_errlog_report --system "C:\\Program Files \(x86\)\\Actian\\IngresII"
OUTPUT: C:\Program is not a directory

Re: Problem with Ingres Plugin

Posted: Thu Dec 17, 2015 2:45 pm
by rkennedy
This plugin need to run remotely executed (hence why no -H). With that said, I'm not familiar how well it'll work with windows because the header of it is #!/bin/ksh.

I looked online for a bit more information about this plugin, and couldn't find much. The plugin is made by Ingres though, have you reached out to them for more information?
# For further information:
# Web: http://www.ingres.com
# Email: [email protected]

Re: Problem with Ingres Plugin

Posted: Fri Dec 18, 2015 2:52 am
by Bone8Head
rkennedy wrote:This plugin need to run remotely executed (hence why no -H). With that said, I'm not familiar how well it'll work with windows because the header of it is #!/bin/ksh.

I looked online for a bit more information about this plugin, and couldn't find much. The plugin is made by Ingres though, have you reached out to them for more information?
# For further information:
# Web: http://www.ingres.com
# Email: [email protected]
Unfortunately, this E-Mail doesn't work anymore.
You think that I should put these plugins in the NSClient++ Script Directory?

Re: Problem with Ingres Plugin

Posted: Fri Dec 18, 2015 10:25 am
by rkennedy
Unfortunately, I don't believe it will work on windows because of the headers #!/bin/ksh.

Re: Problem with Ingres Plugin

Posted: Tue Dec 22, 2015 10:08 am
by Bone8Head
rkennedy wrote:Unfortunately, I don't believe it will work on windows because of the headers #!/bin/ksh.
Ok, thanks anyway. I got another question:

on my nagios XI i'm trying to use the Windows Event Log alert.
I installed on 2 of my clients NagEvLog Agent + NSClient++.
On my Nagios XI Server I have the NCSA installed and enabled, on the port 5667. I removed on the NCSA file the "Only_from" string.
But on my Clients, with the NagEvLogCtrl, when I click on TEST NCSA Diamond, it give me this Error:
Image
I tried with different Encryption but nothing changed.
I opened all 5667 Ports (UDP, TCP) on the Firewall of the Clients, but nothing changed..

Can someone help me? Thank you.

Re: Problem with Ingres Plugin

Posted: Tue Dec 22, 2015 10:20 am
by rkennedy
The image you posted didn't seem to upload, can you upload it again so we can take a look at your error?

Re: Problem with Ingres Plugin

Posted: Tue Dec 22, 2015 10:53 am
by Bone8Head
rkennedy wrote:The image you posted didn't seem to upload, can you upload it again so we can take a look at your error?
Image

Re: Problem with Ingres Plugin

Posted: Tue Dec 22, 2015 11:29 am
by rkennedy
From your Nagios server, can you run the following commands and post the output?

Code: Select all

netstat -an|grep :5667
ifconfig|grep 'inet addr'