Page 1 of 1

PHP warning in nagiosim.inc.php on line 491

Posted: Mon Sep 30, 2019 2:25 am
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.

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

Posted: Mon Sep 30, 2019 6:55 am
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

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

Posted: Tue Oct 01, 2019 1:19 am
by xdatanet
This makes sense.

Thanks.

Regards,
Graziano.

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

Posted: Tue Oct 01, 2019 6:37 am
by scottwilkerson
xdatanet wrote:This makes sense.

Thanks.

Regards,
Graziano.
Glad to help.

Locking thread