Search found 5 matches

by breddymd0034
Fri Sep 18, 2020 9:31 am
Forum: Open Source Nagios Projects
Topic: Migrate automation scripts from Nagios xi to Nagios core ?
Replies: 2
Views: 1011

Re: Migrate automation scripts from Nagios xi to Nagios core

Thank you smith for the response.

Is there any way to take backup and if restart core failed then it should go back to previous config?

We know that functionality available in Nagios xi.

do we have any alternatives for this functionality?

Thanks
by breddymd0034
Wed Sep 16, 2020 3:07 pm
Forum: Open Source Nagios Projects
Topic: create/update host/service in Nagios core web page
Replies: 0
Views: 1197

create/update host/service in Nagios core web page

Hi,

I am working on Nagios core 4.4.6

I know how to add/update new host/service from Nagios core server.

But can you please help me on creating host/service (or updating existing host/service) through Nagios core UI (web page) ?

Thanks,
Bhaskar
by breddymd0034
Wed Sep 16, 2020 2:00 pm
Forum: Open Source Nagios Projects
Topic: Migrate automation scripts from Nagios xi to Nagios core ?
Replies: 2
Views: 1011

Migrate automation scripts from Nagios xi to Nagios core ?

Hi, In Nagios xi, we run scripts which create config files in /usr/local/nagios/etc/import/ directory and then run /usr/local/nagiosxi/scripts/reconfigure_nagios.sh, so that above created config files will be shown in both Nagios core and Nagios xi. We are trying to implement same in Nagios core 4.4...
by breddymd0034
Thu Jul 02, 2020 2:16 pm
Forum: Open Source Nagios Projects
Topic: deleting host without using GUI and Nagios XI API
Replies: 3
Views: 1252

Re: deleting host without using GUI and Nagios XI API

Thank you Jbrukow for the response and suggestions.
Please close this.

Thanks
by breddymd0034
Wed Jul 01, 2020 10:04 am
Forum: Open Source Nagios Projects
Topic: deleting host without using GUI and Nagios XI API
Replies: 3
Views: 1252

deleting host without using GUI and Nagios XI API

Hi, As part of my project, i need to delete hosts without using nagios XI GUI and API. so I have deleted a existing host (host1.cfg) config file from /usr/local/nagios/etc/hosts/host1.cfg But same host is re-created when i run $ /usr/local/nagiosxi/scripts/reconfigure_nagios.sh Please help on a) why...