Problem with Ingres Plugin

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Bone8Head
Posts: 106
Joined: Tue Nov 10, 2015 2:39 am

Problem with Ingres Plugin

Post 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!
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Problem with Ingres Plugin

Post 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"
Former Nagios Employee
Bone8Head
Posts: 106
Joined: Tue Nov 10, 2015 2:39 am

Re: Problem with Ingres Plugin

Post 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
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Problem with Ingres Plugin

Post 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]
Former Nagios Employee
Bone8Head
Posts: 106
Joined: Tue Nov 10, 2015 2:39 am

Re: Problem with Ingres Plugin

Post 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?
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Problem with Ingres Plugin

Post by rkennedy »

Unfortunately, I don't believe it will work on windows because of the headers #!/bin/ksh.
Former Nagios Employee
Bone8Head
Posts: 106
Joined: Tue Nov 10, 2015 2:39 am

Re: Problem with Ingres Plugin

Post 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.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Problem with Ingres Plugin

Post 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?
Former Nagios Employee
Bone8Head
Posts: 106
Joined: Tue Nov 10, 2015 2:39 am

Re: Problem with Ingres Plugin

Post 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
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Problem with Ingres Plugin

Post 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'
Former Nagios Employee
Locked