services and hosts missing from views

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dxf1
Posts: 57
Joined: Mon Dec 07, 2009 5:16 am

services and hosts missing from views

Post by dxf1 »

I have installed the Oracle software and DBD::Oracle but I now have a number of issues.

1/ All Host Groups are now empty, event though they are configuerd and and active.
2/ In Service detail some of the services are no longer showing
3/ In Host Detail the services folder no show no items when in the service view for that host.
4/ The filters do not show all of the available services

before the update there were no issues as described above

Any incite would be most welcome

Many Thanks
Dave
User avatar
admin
Site Admin
Posts: 256
Joined: Mon Oct 12, 2009 8:21 am

Re: services and hosts missing from views

Post by admin »

XI broke after you installed Oracle and DBD::Oracle? This is strange, as XI doesn't rely on Oracle and theoretically shouldn't interfere with it. Perhaps the Oracle install broke some required components in the OS which has caused XI to go haywire. Does uninstalling these items fix XI?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Ethan Galstad
President
dxf1
Posts: 57
Joined: Mon Dec 07, 2009 5:16 am

Re: services and hosts missing from views

Post by dxf1 »

HI ,

The installation of the Oracle environment require the following packages to be installed .....

459 yum install compat-libstdc++-33-3.2.3
460 yum install compat-libstdc++-33-3.2.3
461 yum install elfutils-libelf-devel-0.97
462 yum install gcc-c++-3.4.6
463 yum install gcc-c++
465 yum install elfutils-libelf-devel
467 yum install libaio-devel
468 yum install libstdc++-devel
469 yum install pdksh
470 yum install binutils
471 yum install elfutils-libelf
472 yum install gcc-c++
473 yum install glibc
474 yum install glibc-common
475 yum install glibc-devel
476 yum install glibc-headers
477 yum install ksh
478 yum install libgcc
479 yum install make
480 yum install sysstat
481 yum install unixODBC
482 yum install unixODBC-devel

and these which were not available in yum

577 rpm -ivh compat-gcc-7.3-2.96.128.i386.rpm
579 rpm -ivh compat-gcc-c++-7.3-2.96.128.i386.rpm
581 rpm -ivh compat-libstdc++-7.3-2.96.128.i386.rpm
584 rpm -ivh compat-libstdc++-devel-7.3-2.96.128.i386.rpm
585 rpm -ivh compat-gcc-c++-7.3-2.96.128.i386.rpm
589 rpm -ivh XFree86-libs-4.3.0-78.EL.i386.rpm
599 rpm -ivh XFree86-libs-data-4.3.0-78.EL.i386.rpm
603 rpm -ivh openmotif-2.1.30-8.i586.rpm
setting in sysctl ip_local_port_range=1024 - 65000


Also the following kernel parameters were set ................

kernel.shmmax=2147483648
kernel.sem=250 32000 100 128
fs.file-max=65536
net.ipv4.ip_local_port_range=1024 65000

I have now rebooted the server which is a direct install not a VM, and The views all appeared OK but after adding a new item the issue above reapeared.
The XServer does now not display on the local consule which suggests that the issue is related to the X components.
With Thanks, Dave
dxf1
Posts: 57
Joined: Mon Dec 07, 2009 5:16 am

Re: services and hosts missing from views

Post by dxf1 »

I now find that the check_as400 and check_oracle_health are not getting the parameters passed by $ARG1$
Regards, Dave
dxf1
Posts: 57
Joined: Mon Dec 07, 2009 5:16 am

Re: services and hosts missing from views

Post by dxf1 »

command ./check_oracle_health -connect system/d4t4base@o2ora -mode=invalid-objects
result OK - no invalid objects found | invalid_ind_partitions=0 invalid_indexes=0 invalid_objects=0

command ./check_openmanage -o 1
result OK - System: 'PowerEdge R900', SN: '5VRMH4J', hardware working fine, 1 logical drives, 2 physical drives
----- BIOS='1.1.13 07/09/2009', DRAC5='1.40', BMC='2.48'

The above checks are now working normally, the problems were environmental the issue of the filtres uncluding the hostgroups is still a problem.
can you please advice what packages I should be using on centos 5.4 so that I can resolve the X Windows issue
Regards
Dave
Last edited by dxf1 on Wed Mar 03, 2010 5:20 am, edited 1 time in total.
mmestnik
Posts: 972
Joined: Mon Feb 15, 2010 2:23 pm

Re: services and hosts missing from views

Post by mmestnik »

Please provide a bzip2'ed copy of objects.cache, you should/may remove any sensitive information using find/replace.
dxf1
Posts: 57
Joined: Mon Dec 07, 2009 5:16 am

Re: services and hosts missing from views

Post by dxf1 »

This now appeasrs OK after rebuilding the X windows stack
Locked