Search found 12 matches

by izghitu
Mon Feb 18, 2019 10:12 am
Forum: Open Source Nagios Projects
Topic: Nagios core mk_livestatus hanging on reload
Replies: 5
Views: 1224

Re: Nagios core mk_livestatus hanging on reload

scottwilkerson wrote:Also, Core 4.4.3 did fix a related issue, however I am not sure there is a compatible version of livestatus

Code: Select all

* Fixed cleanup and deinit of neb modules on reload (#573) (Jake Omann)
https://github.com/NagiosEnterprises/nagioscore
Thanks, upgrading Nagios fixed the problem
by izghitu
Thu Feb 07, 2019 3:23 pm
Forum: Open Source Nagios Projects
Topic: Nagios core mk_livestatus hanging on reload
Replies: 5
Views: 1224

Re: Nagios core mk_livestatus hanging on reload

When I fully restart nagios there's no issue, it works just fine

The issue appears only when I use reload.

Ok, thanks, I will try to get support from the creator of livestatus
by izghitu
Wed Feb 06, 2019 4:25 pm
Forum: Open Source Nagios Projects
Topic: Nagios core mk_livestatus hanging on reload
Replies: 5
Views: 1224

Nagios core mk_livestatus hanging on reload

Hi, I have latest Nagios core with mk_livestatus working on CentOS 6 64 bit. I use mk_livestatus to get data from Nagios. All works fine when I start Nagios until the moment where a config change is done and I use the init script to reload the Nagios daemon. What happens after the reload is that any...
by izghitu
Fri Dec 09, 2016 4:02 pm
Forum: Open Source Nagios Projects
Topic: send_nrdp cronjob not working
Replies: 1
Views: 532

Re: send_nrdp cronjob not working

If anyone wonders, I found the fix here:
https://support.nagios.com/forum/viewto ... 7&start=10
by izghitu
Fri Dec 09, 2016 3:50 pm
Forum: Open Source Nagios Projects
Topic: send_nrdp cronjob not working
Replies: 1
Views: 532

send_nrdp cronjob not working

Hi, I have Nagios Core 4 running properly with NRDP. I have passive services configured waiting for input from send_nrdp.sh. The problem that I am facing is that when I submit the results using send_nrdp.sh from command line it works fine, I can see both POST in apache logs on the nrdp server and in...
by izghitu
Fri Dec 09, 2016 12:10 pm
Forum: Open Source Nagios Projects
Topic: NRDP - Nagios integration
Replies: 8
Views: 1890

Re: NRDP - Nagios integration

That is great news! To help others in the future, could you let us know exactly which step resolved things for you? Thanks! I did not know how exactly to define the object to monitor to work with nrdp passive checks so the normal definition + active_checks_enabled=0 and passive_checks_enabled=1 did...
by izghitu
Fri Dec 09, 2016 11:58 am
Forum: Open Source Nagios Projects
Topic: NRDP - Nagios integration
Replies: 8
Views: 1890

Re: NRDP - Nagios integration

Hi guys,

Just getting back with results.

Thanks for all the help and explanations. It worked like a charm. I can now push check results to my nagios server.
Nagios is indeed magical.
by izghitu
Wed Dec 07, 2016 4:26 pm
Forum: Open Source Nagios Projects
Topic: NRDP - Nagios integration
Replies: 8
Views: 1890

Re: NRDP - Nagios integration

Thanks for the input

I will give it a try and come back with results
by izghitu
Wed Dec 07, 2016 4:15 pm
Forum: Open Source Nagios Projects
Topic: NRDP - Nagios integration
Replies: 8
Views: 1890

Re: NRDP - Nagios integration

Hi, I do not want to graph anything actually. For example I have HOST 1.2.3.4: It has the /usr/local/nrdp/clients/send_nrdp.php command running with args that checks for disk space and based on result it sends the state and data to the NRDP server My question is how do I make the nagios core .cfg fi...
by izghitu
Wed Dec 07, 2016 3:43 pm
Forum: Open Source Nagios Projects
Topic: NRDP - Nagios integration
Replies: 8
Views: 1890

NRDP - Nagios integration

Hi, I want to use the NRDP nagios plugin in order to get data from clients that nagios can't connect to due to NAT/firewall issues. I checked documentation and I have the NRDP server running and I am sending NRDP data from clients to the NRDP server. The problem that I now have is how to display the...