Search found 13 matches
- 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 ...
- 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
Thanks, upgrading Nagios fixed the problemscottwilkerson wrote:Also, Core 4.4.3 did fix a related issue, however I am not sure there is a compatible version of livestatushttps://github.com/NagiosEnterprises/nagioscoreCode: Select all
* Fixed cleanup and deinit of neb modules on reload (#573) (Jake Omann)
- 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
The issue appears only when I use reload.
Ok, thanks, I will try to get support from the creator of livestatus
- 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...
- 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
https://support.nagios.com/forum/viewto ... 7&start=10
- 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...
- 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...
- 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.
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.
- 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
I will give it a try and come back with results
- 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...