Search found 13 matches

by izghitu
Fri Jun 21, 2024 12:57 pm
Forum: Open Source Nagios Projects
Topic: I have a problem with nagios core working with version 4.5.2
Replies: 9
Views: 13687

Re: I have a problem with nagios core working with version 4.5.2

- download and unpack the livestatus tarball into /tmp Hi, When you say to download and unpack livestatus tarball into /tmp can you please tell me what exact version of livestatus do you use and where you download it from? Livestatus 1.5 is extremely old but later versions are no longer standalone ...
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: 1908

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: 1908

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: 1908

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: 738

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: 738

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: 2413

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: 2413

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: 2413

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: 2413

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...