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?
NRDS
Re: NRDS
I believe it is run on a cron job once a minute. You can view the cron entries by running in terminal:What affects how often the passive checks are received?
Code: Select all
cat /etc/cron.d/nagiosxiBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: NRDS
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
Re: NRDS
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?
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?