Search found 19 matches

by ibnetworking
Fri Oct 19, 2018 5:23 am
Forum: Nagios XI
Topic: API structure change
Replies: 9
Views: 1042

Re: API structure change

Yep, go ahead.
by ibnetworking
Wed Oct 17, 2018 2:28 am
Forum: Nagios XI
Topic: API structure change
Replies: 9
Views: 1042

Re: API structure change

Awesome!

Thank you for your help regarding this.
by ibnetworking
Tue Oct 16, 2018 1:44 pm
Forum: Nagios XI
Topic: API structure change
Replies: 9
Views: 1042

Re: API structure change

We always suggest that people who must rely on everything working 100% use a test system to ensure that backwards compatibility with internal systems are maintained. We actually did catch it in our nagios instance devoted for testing, that's why we headed up here to point this stuff out. It's quite...
by ibnetworking
Tue Oct 16, 2018 11:35 am
Forum: Nagios XI
Topic: API structure change
Replies: 9
Views: 1042

Re: API structure change

Hi Jake, thank you for the reply. Can you guys update the changelog now, in case someone else runs into this issue (or in case someone hasn't yet update to this version so they can make appropriate changes to their code)? Changing the JSON response of an API endpoint is a breaking change imho (espec...
by ibnetworking
Tue Oct 16, 2018 10:25 am
Forum: Nagios XI
Topic: API structure change
Replies: 9
Views: 1042

API structure change

Hello, We have an automated system where we depend on the following GET call /nagiosxi/api/v1/objects/service which returns a massive JSON. Usually, that JSON had a key at the beginning called "servicelist". Suddenly, our software stopped working, and we noticed that the key is no longer &...
by ibnetworking
Fri Oct 05, 2018 3:32 am
Forum: Nagios XI
Topic: Unable to remove hosts and services from NagiosXI
Replies: 11
Views: 1673

Re: Unable to remove hosts and services from NagiosXI

Hey, we've tried all solutions and it worked! We've increased max_connections parameter and will monitor if we've increased it enough. Selinux is enabled but in permissive mode so it shouldn't block anything, just log the events. It was most likely due to a different lock file destinations in init f...
by ibnetworking
Tue Oct 02, 2018 5:46 am
Forum: Nagios XI
Topic: Unable to remove hosts and services from NagiosXI
Replies: 11
Views: 1673

Re: Unable to remove hosts and services from NagiosXI

It is an upgrade of older version of Nagios XI to 5.5.4.
Nagios Core is at 4.4.2 version.

You can see cmdsubsys.log attached in cmd.txt file.
And nagios init file can be found in attachment init_nagios.txt

Do you need anything else?
by ibnetworking
Mon Oct 01, 2018 4:36 am
Forum: Nagios XI
Topic: Unable to remove hosts and services from NagiosXI
Replies: 11
Views: 1673

Re: Unable to remove hosts and services from NagiosXI

Ok, we have situation update. Deleting configuration files and writing them again didn't really help. What we do is, we delete service using Core Config Manager and hit Apply configuration. Files are deleted from disk, they are no longer visible in CCM but we can still see them in search at home pag...
by ibnetworking
Fri Sep 28, 2018 11:25 am
Forum: Nagios XI
Topic: Unable to remove hosts and services from NagiosXI
Replies: 11
Views: 1673

Re: Unable to remove hosts and services from NagiosXI

That helped but it seems that we have to do it on every delete, if we do Apply Config or start reconfigure_nagios.sh manually hosts/services are not removed. They are gone only after the procedure you wrote above.

Any advices? Thx.
by ibnetworking
Fri Sep 28, 2018 10:25 am
Forum: Nagios XI
Topic: Unable to remove hosts and services from NagiosXI
Replies: 11
Views: 1673

Unable to remove hosts and services from NagiosXI

Hi all, we have some hosts and services that we cannot remove from NagiosXI. We're seeing hosts/services in status page while they are not present in Core Config Manager. Also, there are no config files for those hosts/services in /usr/local/nagios/etc/hosts|services. Only place we're seeing them is...