Search found 21 matches

by tanod
Fri Jul 26, 2019 6:13 am
Forum: Nagios XI
Topic: No NCPA for AIX ?
Replies: 1
Views: 272

No NCPA for AIX ?

Hi,

When I want to download NCPA for AIX from here :
https://www.nagios.org/ncpa/#downloads

I have a 404 error.

Can you fix it ?

Thank you
by tanod
Mon Jul 15, 2019 9:14 am
Forum: Nagios XI
Topic: update question
Replies: 1
Views: 273

update question

Hi,

Nagios XI is installed on CentOS, with the ova you provide.

When I update Nagios (from 5.6.3 to 5.6.4 for example), is it updating CentOS too ?
If not, should I update CentOS before or after a Nagios update ?

Thank you :)
by tanod
Mon Jul 15, 2019 9:10 am
Forum: Nagios XI
Topic: Use Amazon SNS for alerts?
Replies: 15
Views: 3121

Re: Use Amazon SNS for alerts?

Hi,

Did you find anything?

Thank you :)
by tanod
Fri Jun 28, 2019 8:07 am
Forum: Nagios XI
Topic: Use Amazon SNS for alerts?
Replies: 15
Views: 3121

Re: Use Amazon SNS for alerts?

OK, I tried a different way:
I execute my script with the Global Event Handlers.

And now it works.

But with this solution, I think I cannot manage schedules times ?
I could do it in my script, but when we have to modify them, it won't be as easy as with the graphical interface...
by tanod
Fri Jun 28, 2019 3:02 am
Forum: Nagios XI
Topic: Use Amazon SNS for alerts?
Replies: 15
Views: 3121

Re: Use Amazon SNS for alerts?

Unfortunately it doesn't change anything, always the same timeout and nothing in my log.

Permissions are 777, and it still work as nagios user manually.
by tanod
Wed Jun 26, 2019 5:06 am
Forum: Nagios XI
Topic: Use Amazon SNS for alerts?
Replies: 15
Views: 3121

Re: Use Amazon SNS for alerts?

Alert settings:
hostalert.png
And here is how I test:
test.png
Maybe I forgot something? Or that I did something wrong?

This is Nagios XI 5.6.3

Thank you for your replies
by tanod
Wed Jun 26, 2019 5:03 am
Forum: Nagios XI
Topic: Use Amazon SNS for alerts?
Replies: 15
Views: 3121

Re: Use Amazon SNS for alerts?

I'm not either familar with the boto3 library, but I can't see how an error could happen in these two lines, first, this is defined as it in the aws documentation , second, it works manually with any user. I think I've done something wrong in Nagios. I can give more interesting logs (coming from /va...
by tanod
Tue Jun 25, 2019 6:44 am
Forum: Nagios XI
Topic: Use Amazon SNS for alerts?
Replies: 15
Views: 3121

Re: Use Amazon SNS for alerts?

The time out is not really instanteneously.
When I submit passive check result, I see a line on /var/log/messages, and this time out comes about 30 seconds later.

There is too many logs to understand something... 4900 lines on about 1 minute.
by tanod
Mon Jun 24, 2019 9:25 am
Forum: Nagios XI
Topic: Failed to install NCPA
Replies: 11
Views: 2296

Re: Failed to install NCPA

OK, so unlike 2.1.7, there is no "IP" argument, but a "host" argument. Do I have to set "0.0.0.0" like 2.1.7 or "192.168.238.138" which is my Nagios XI IP ? Do I have to do something special with Nagios XI ? The NCPA config wizard can work with 1.8.1 and 2.1.7...
by tanod
Mon Jun 24, 2019 4:38 am
Forum: Nagios XI
Topic: Failed to install NCPA
Replies: 11
Views: 2296

Re: Failed to install NCPA

Hello again,

I would like to install NCPA on Windows Server 2003.

According to this, I need NCPA 1.8.1.

I need to do a Silent Install.
Is this doc still working on 1.8.1 ?

Can I use this command ?

Code: Select all

./ncpa-1.8.1.exe /S /TOKEN='MyToken' /IP='0.0.0.0'

Thank you!