NRDS

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
rentsys
Posts: 98
Joined: Wed Oct 16, 2013 11:57 am

Re: NRDS

Post by rentsys »

I figured out my problem. It was a user error. I was entering in http:/10.149.149.38/nrds/ instead of just the ip address. I corrected it and now it is fixed.
What affects how often the passive checks are received?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NRDS

Post by lmiltchev »

What affects how often the passive checks are received?
I believe it is run on a cron job once a minute. You can view the cron entries by running in terminal:

Code: Select all

cat /etc/cron.d/nagiosxi
Be sure to check out our Knowledgebase for helpful articles and solutions!
rentsys
Posts: 98
Joined: Wed Oct 16, 2013 11:57 am

Re: NRDS

Post by rentsys »

Which one is it?

Code: Select all

[root@csvmmon01 ~]# cat /etc/cron.d/nagiosxi
# /etc/cron.d/nagiosxi: crontab fragment for nagiosxi

# Backup MySQL & PostgreSQL Databases
0   7 * * * root   /root/scripts/automysqlbackup
0   8 * * * root   /root/scripts/autopostgresqlbackup

*   * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1
*   * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1
*   * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1
*   * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1
*   * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1
*   * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1
*   * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1
*/5 * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/dbmaint.php > /usr/local/nagiosxi/var/dbmaint.log 2>&1
*   * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1
01  * * * * nagios /usr/local/nagiosxi/cron/recurringdowntime.pl > /usr/local/nagiosxi/var/recurringdowntime.log 2>&1
*/5 * * * * nagios /usr/bin/php -q /usr/local/nagiosxi/cron/deadpool.php > /usr/local/nagiosxi/var/deadpool.log 2>&1

slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NRDS

Post by slansing »

I believe it is the perfdataproc cron, essentially running:

/usr/local/nagiosxi/cron/perfdataproc.php and logging the output.
rentsys
Posts: 98
Joined: Wed Oct 16, 2013 11:57 am

Re: NRDS

Post by rentsys »

So for outbound check transfer settings I did exclude matches and /^localhost/ /^127\.0\.0\.1/
Surprisingly I got the exact hosts and checks that I wanted to get , in Unconfigured objects, so I didn't think about it at the time.
But now I'm wondering why all the hosts I have on the slave server aren't being sent to the main?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NRDS

Post by slansing »

So you are receiving hosts and services via NRDP from one XI server on the main server, but not another?
rentsys
Posts: 98
Joined: Wed Oct 16, 2013 11:57 am

Re: NRDS

Post by rentsys »

No, I receive 7 passive host/service checks from the slave to the master. why do I not receive all of the hosts/services on the slave?
rentsys
Posts: 98
Joined: Wed Oct 16, 2013 11:57 am

Re: NRDS

Post by rentsys »

I figured it out. The reason I didn't get any other Unconfigured Objects is because everything else on the main server already matched the slave except for those 7 hosts/services.
This thread can be closed. Thank you.
Locked