Search found 43 matches

by anil406
Fri Aug 08, 2014 8:51 am
Forum: Nagios XI
Topic: nagios xi auto discovery
Replies: 19
Views: 6723

Re: nagios xi auto discovery

thanks abrist, it was file ownership issue. autodiscovery file has to be set to apache.nagios. But it was set nagios.nagios, I am not sure these were set in build? anyways that made the scan hung. It working after chaning ownership to apache.nagios, however it still can not detect the os type and se...
by anil406
Wed Aug 06, 2014 2:47 pm
Forum: Nagios XI
Topic: nagios xi auto discovery
Replies: 19
Views: 6723

Re: nagios xi auto discovery

I tried that few times, no luck.
by anil406
Tue Aug 05, 2014 10:37 am
Forum: Nagios XI
Topic: nagios xi auto discovery
Replies: 19
Views: 6723

Re: nagios xi auto discovery

upgrade is successful after some filesystems fixes. But now autodiscovery job never completes.
grep "COMPONENT_VERSION" /usr/local/nagiosxi/html/includes/components/autodiscovery/autodiscovery.inc.php
COMPONENT_VERSION => '2.05',
by anil406
Mon Aug 04, 2014 4:34 pm
Forum: Nagios XI
Topic: XI System Component Status & Nagiosxi issues
Replies: 15
Views: 1108

Re: XI System Component Status & Nagiosxi issues

nevermind, its resolved. setuid is not allowed on scripts that are on nfs share.
by anil406
Mon Aug 04, 2014 3:28 pm
Forum: Nagios XI
Topic: XI System Component Status & Nagiosxi issues
Replies: 15
Views: 1108

Re: XI System Component Status & Nagiosxi issues

Thanks lmiltchev, those perf issues are resolved, however setuid bit is not set on check_icmp/check_dhcp plugins , I am unable set it even with root.. Am I missing something here?
by anil406
Mon Aug 04, 2014 9:06 am
Forum: Nagios XI
Topic: XI System Component Status & Nagiosxi issues
Replies: 15
Views: 1108

Re: XI System Component Status & Nagiosxi issues

I am seeing below logs in perdata.log...and also perfdata is missing from /usr/local/nagios/var/spool/perfdata. Is there a way to get back perfdata?? 2014-05-19 12:07:27 [17376] [0] *** TIMEOUT: Please check your npcd.cfg 2014-05-19 12:07:27 [17376] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfd...
by anil406
Fri Aug 01, 2014 3:40 pm
Forum: Nagios XI
Topic: XI System Component Status & Nagiosxi issues
Replies: 15
Views: 1108

Re: XI System Component Status & Nagiosxi issues

both service are good. nagios/ndo2db locks are empty, it suppose to have pid in them. when I update them with pid manually, it shows its status. I am not seeing the performance data...its empty /usr/local/nagios/var/spool/perfdata.. [07-28-2014 16:11:17] NPCD: ERROR: Command line was '/usr/local/nag...
by anil406
Fri Aug 01, 2014 1:57 pm
Forum: Nagios XI
Topic: XI System Component Status & Nagiosxi issues
Replies: 15
Views: 1108

Re: XI System Component Status & Nagiosxi issues

Hello lmitchev, I think ndo2db binary isnt updating the ndo2db lock with pid, as you can see lock files are empty even though service is up. Same happens with nagios too...Here is what i found.. [root@nagios01 bin]# bash -x /etc/init.d/ndo2db status + '[' -f /etc/rc.d/init.d/functions ']' + . /etc/r...
by anil406
Fri Aug 01, 2014 1:05 pm
Forum: Nagios XI
Topic: XI System Component Status & Nagiosxi issues
Replies: 15
Views: 1108

Re: XI System Component Status & Nagiosxi issues

[root@nagios01 etc]# more nagios.cfg # MODIFIED admin_email=root@localhost admin_pager=root@localhost translate_passive_host_checks=1 log_event_handlers=0 use_large_installation_tweaks=1 enable_environment_macros=0 # NDOUtils module broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local...
by anil406
Fri Aug 01, 2014 12:06 pm
Forum: Nagios XI
Topic: nagios xi auto discovery
Replies: 19
Views: 6723

Re: nagios xi auto discovery

do you mean this.. [root@nagios01 etc]# grep lock ndo2db.cfg lock_file=/usr/local/nagios/var/ndo2db.lock [root@nagios01 etc]rm -f /usr/local/nagios/var/ndo2db.lock [root@nagios01 etc]# service ndo2db start Starting ndo2db: done. [root@nagios01 etc]# service ndo2db status ndo2db is not running but su...