Search found 4 matches

by danil.kim
Thu May 06, 2021 12:55 am
Forum: Nagios XI
Topic: xi_meta table is too big and grows in Postgresql
Replies: 1
Views: 204

xi_meta table is too big and grows in Postgresql

Dear all, our Nagios XI is running and the table xi_meta grows 10GB per day. I started dbmaint.php didn't help, VACUUM FULL won only a couple GB. nagiosxi=> SELECT pg_size_pretty( pg_total_relation_size('xi_meta') ); pg_size_pretty ---------------- 147 GB (1 row) How can I to reduce this table? In t...
by danil.kim
Mon Apr 26, 2021 10:08 am
Forum: Nagios XI
Topic: Databse Error - issue persists after repairing
Replies: 5
Views: 307

Re: Databse Error - issue persists after repairing

Try running this one to get the profile as we need it to review the settings: /usr/local/nagiosxi/html/includes/components/profile/getprofile.sh Run these commands and send the full output: - Use the usernames/passwords from /usr/local/nagiosxi/html/config.inc.php - The first one is checking the na...
by danil.kim
Thu Apr 22, 2021 8:21 am
Forum: Nagios XI
Topic: Databse Error - issue persists after repairing
Replies: 5
Views: 307

Re: Databse Error - issue persists after repairing

Hi dchurch, thank you for reply! The error I get -comes from Web-Interface - I am not able to login into Web-Interface of the NagiosXI. The folder /usr/local/nagiosxi/scripts/ components / does not exist in my system. The filrewall is opened between Nagios-App server and the Database server - this i...
by danil.kim
Wed Apr 21, 2021 4:35 am
Forum: Nagios XI
Topic: Databse Error - issue persists after repairing
Replies: 5
Views: 307

Databse Error - issue persists after repairing

As I have got the error: Database Error A database connection error has been detected, please follow the repair prompt below. If the issue persists, please contact Nagios support. Run the following from the CLI as root to attempt to repair the DB: /usr/local/nagiosxi/scripts/repair_databases.sh I st...