Hi,
I'm having problem with running update from Nagios XI WEB UI. My configuration is attached.
I always get this error
---- Starting Nagios XI Backup ----
No entry for terminal type "unknown";
using dumb terminal settings.
Backing up Core Config Manager (NagiosQL)...
tar: Removing leading `/' from member names
tar: Removing leading `/' from member names
Backing up Nagios Core...
tar: Removing leading `/' from member names
tar: /usr/local/nagios/share/perfdata/secure.24x7.rs: file changed as we read it
tar: /usr/local/nagios/share/perfdata/VOLKSOB1: file changed as we read it
tar: /usr/local/nagios/var/rw/nagios.qh: socket ignored
tar: /usr/local/nagios/var/ndo.sock: socket ignored
tar: /usr/local/nagios/var: file changed as we read it
Backing up Nagios XI...
tar: Removing leading `/' from member names
Backing up MRTG...
tar: Removing leading `/' from member names
Backing up NRDP...
tar: Removing leading `/' from member names
Backing up Nagvis...
tar: Removing leading `/' from member names
Backing up MySQL databases...
mysqldump: Got error: 130: Incorrect file format 'nagios_systemcommands' when using LOCK TABLES
Error backing up MySQL database 'nagios' - check the password in this script!
I was checking database: mysqlcheck -r nagios -p*********
and it returned OK for all tables, i'm also able to connect with password provided in configuration files to mysql from console.
I ran command tail /var/log/mysqld.lg -n 100 > /tmp/myslqd_log.txt and did not find any errors in it.
I need help to make this WEB UI update work.
Best Regards
Milan Jaksic
Nagios XI WEB UI update not working
Nagios XI WEB UI update not working
You do not have the required permissions to view the files attached to this post.
Re: Nagios XI WEB UI update not working
It is strange that the mysqld.log doesn't show any errors but the script gives you: "mysqldump: Got error: 130: Incorrect file format 'nagios_systemcommands' when using LOCK TABLES". Try running the repair on the database just in case the issue (for some reason) didn't show up in the log.
If this doesn't help, you could try a few other methods:
or:
or:
Code: Select all
cd /usr/local/nagiosxi/scripts
./repair_databases.shCode: Select all
mysqlcheck -r -f -u root -pnagiosxi --databases nagiosCode: Select all
service mysqld stop
cd /var/lib/mysql/nagios
myisamchk -r -f *
service mysqld start
rm -f /usr/local/nagiosxi/var/dbmaint.lock
/usr/bin/php /usr/local/nagiosxi/cron/dbmaint.phpCode: Select all
echo 'repair table nagios_systemcommands use_frm;' | mysql -t -u root -pnagiosxi nagiosBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios XI WEB UI update not working
Hi,
i tried all. Nothing changed.
Anything else I could do?
i tried all. Nothing changed.
Anything else I could do?
Re: Nagios XI WEB UI update not working
Is opening a new support ticket in our email ticketing system an option for you? We may need to schedule a remote to further troubleshoot this issue.
To open an email ticket, send you latest profile to [email protected]. Type "Nagios XI WEB UI update not working" in the subject field, and provide a URL link to this post in the email's body. Thank you!
To open an email ticket, send you latest profile to [email protected]. Type "Nagios XI WEB UI update not working" in the subject field, and provide a URL link to this post in the email's body. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios XI WEB UI update not working
Closing this out as I see a ticket has arrived.
Former Nagios Employee