PHP warning in nagiosim.inc.php on line 491

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xdatanet
Posts: 61
Joined: Wed Sep 04, 2013 10:06 am
Location: Mirandola Italy

PHP warning in nagiosim.inc.php on line 491

Post by xdatanet »

During every upgrade, at the end, I find this warning...

I've checked the postgre database. If I run the query it returns one row...

Code: Select all

You are now connected to database "nagiosxi".
nagiosxi=# SELECT COUNT(relname) FROM pg_class WHERE relname = 'xi_incidents';
 count
-------
     1
(1 row)
What did I miss??

Regards,
Graziano.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: PHP warning in nagiosim.inc.php on line 491

Post by scottwilkerson »

This is from an old integration for a product that is no longer available. You can safely remove the integration with the following command eliminating the warning

Code: Select all

rm -rf /usr/local/nagiosxi/html/includes/components/nagiosim
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
xdatanet
Posts: 61
Joined: Wed Sep 04, 2013 10:06 am
Location: Mirandola Italy

Re: PHP warning in nagiosim.inc.php on line 491

Post by xdatanet »

This makes sense.

Thanks.

Regards,
Graziano.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: PHP warning in nagiosim.inc.php on line 491

Post by scottwilkerson »

xdatanet wrote:This makes sense.

Thanks.

Regards,
Graziano.
Glad to help.

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked