PHP warning in nagiosim.inc.php on line 491
Posted: Mon Sep 30, 2019 2:25 am
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...
What did I miss??
Regards,
Graziano.
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)Regards,
Graziano.