Page 1 of 2
NNA integreted with nagios XI and nagios core
Posted: Wed Sep 03, 2014 11:03 am
by rashid2014
please i want to integred nagios Na with nagios XI but i have some difficulties
NRDP adress and NRDP token i want some informations on these terms
Re: NNA integreted with nagios XI and nagios core
Posted: Wed Sep 03, 2014 11:30 am
by tmcdonald
Re: NNA integreted with nagios XI and nagios core
Posted: Wed Sep 03, 2014 12:21 pm
by rashid2014
i read this documents but i have some difficulties with nrdp adress and nrdp token
Re: NNA integreted with nagios XI and nagios core
Posted: Wed Sep 03, 2014 12:33 pm
by slansing
What troubles are you running into? They are found under Admin > Inbound Transfers.
Re: NNA integreted with nagios XI and nagios core
Posted: Mon Sep 15, 2014 4:34 am
by rashid2014
please i have installed nagios network analyzer and nagios core.
now i want to integrate NNA with nagios core...but if put the NRDP server the server said url does not appear the NRDP server.
i ask help please!
Re: NNA integreted with nagios XI and nagios core
Posted: Mon Sep 15, 2014 3:48 pm
by slansing
Your statement about NRDP is a little bit vague, you need to install it on the core server and set up your token following:
http://assets.nagios.com/downloads/nrdp ... erview.pdf
Then test that you can access the NRDP URL at the end, if you can, from your core server, you should then configure it through network analyzer following the document I provided.
Re: NNA integreted with nagios XI and nagios core
Posted: Wed Sep 17, 2014 4:27 am
by rashid2014
i do these configuration...but i see nothing between core server and NNA server.
what happen when we integrated NNa with core???
Re: NNA integreted with nagios XI and nagios core
Posted: Wed Sep 17, 2014 4:41 pm
by sreinhardt
Are you able to browse to the core system with nrdp via a web browser with a url like:
Are you seeing any access attempts from the NNA server in the core systems apache logs?
Code: Select all
grep -i 'NNA hostname\IP' /var/log/httpd/access_log
grep -i 'NNA hostname\IP' /var/log/httpd/error_log
Re: NNA integreted with nagios XI and nagios core
Posted: Thu Sep 18, 2014 4:12 am
by rashid2014
Yes i am seeing some access attempts from the NNA server the core server system apache log...thanks!
that is the result of grep -i /var/log/apache2/access.log:
/var/log/apache2/access.log:192.168.0.222 - - [18/Sep/2014:02:05:24 -0700] "POST /nrdp/ HTTP/1.1" 200 383 "-" "Python-urllib/2.6"
please what does it mean really???
but i don't see nothing in core server.
Re: NNA integreted with nagios XI and nagios core
Posted: Thu Sep 18, 2014 4:35 pm
by sreinhardt
That means that the NNA server or at least something with the IP of 192.168.0.222 was attempting to access /nrdp/, which should be a good thing! NRDP is going to be run via the apache user and should be submitting to the nagios command pipe, so let's check some stuff there.
Code: Select all
grep 'nag' /etc/group
grep 'command_file' /etc/nagios3/nagios.cfg (presuming this is where your nagios.cfg is on ubuntu\debian)
ls -lart [nagios command file found in last command]