nrdp vs nsca

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
User avatar
jssingh
Posts: 110
Joined: Mon Apr 29, 2013 4:55 pm

nrdp vs nsca

Post by jssingh »

I would like to move away from nsca to nrdp and I have nrdp working on the nagios server. The problem is that we don't have apache running on our monitored servers and I have not been able to convince the admins to run it (and I understand their concerns). Is there any other option? Am I stuck with nsca? The size limit on nsca is my biggest concern.

thanks!
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: nrdp vs nsca

Post by tmcdonald »

I'm a bit confused here. Why would you need http running on the monitored servers? NRDP clients really only need PHP to execute the send_nrdp.php script. And they don't even need that as there are bash and python scripts as well:

http://labs.nagios.com/2012/02/16/bash- ... or-nagios/

http://assets.nagios.com/downloads/nrdp ... erview.pdf

Or you can use NRDS:

http://assets.nagios.com/downloads/nagi ... h_NRDS.pdf
Former Nagios employee
User avatar
jssingh
Posts: 110
Joined: Mon Apr 29, 2013 4:55 pm

Re: nrdp vs nsca

Post by jssingh »

No, I was the one who was confused! Thanks for clearing that up.

I noticed on the page with the Python and Bash scripts it mentioned Perl, but I didn't see a Perl nrdp script anywhere. Does one exist? I got the php one to work, but if there is a Perl one, that would be great for me.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: nrdp vs nsca

Post by tmcdonald »

As a fellow perl user, I understand completely:

http://exchange.nagios.org/directory/Ad ... nt/details
Former Nagios employee
User avatar
jssingh
Posts: 110
Joined: Mon Apr 29, 2013 4:55 pm

Re: nrdp vs nsca

Post by jssingh »

Thanks!
Locked