Search found 159 matches
- Thu Jun 02, 2016 1:19 pm
- Forum: Nagios XI
- Topic: updating from nagios XI 2014R2.6 to 2014R2.7
- Replies: 17
- Views: 3926
Re: updating from nagios XI 2014R2.6 to 2014R2.7
Well, i'm getting the same error. /usr/local/nagiosxi/scripts/backup_xi.sh 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...
- Thu Jun 02, 2016 7:12 am
- Forum: Nagios XI
- Topic: updating from nagios XI 2014R2.6 to 2014R2.7
- Replies: 17
- Views: 3926
Re: updating from nagios XI 2014R2.6 to 2014R2.7
Ran it twice. Posting the output of the second run. # mysqlcheck -f -r -u root -pnagiosxi --databases nagios nagios.nagios_acknowledgements OK nagios.nagios_commands OK nagios.nagios_commenthistory OK nagios.nagios_comments OK nagios.nagios_configfiles OK nagios.nagios_configfilevariables OK nagios....
- Wed Jun 01, 2016 2:17 pm
- Forum: Nagios XI
- Topic: updating from nagios XI 2014R2.6 to 2014R2.7
- Replies: 17
- Views: 3926
Re: updating from nagios XI 2014R2.6 to 2014R2.7
# echo 'DELETE FROM nagios_logentries WHERE entry_time < DATE_SUB(NOW(), INTERVAL 120 DAY);' |mysql -t -u root -pnagiosxi nagios # echo 'repair table nagios_logentries use_frm;' | mysql -t -u root -pnagiosxi nagios +--------------------------+--------+----------+------------------------------------...
- Wed Jun 01, 2016 7:40 am
- Forum: Nagios XI
- Topic: updating from nagios XI 2014R2.6 to 2014R2.7
- Replies: 17
- Views: 3926
Re: updating from nagios XI 2014R2.6 to 2014R2.7
Please find the attached output. Yes, i can open a ticket - Can you provide the link to open a ticket ?
Thanks,
Thanks,
- Tue May 31, 2016 1:56 pm
- Forum: Nagios XI
- Topic: updating from nagios XI 2014R2.6 to 2014R2.7
- Replies: 17
- Views: 3926
Re: updating from nagios XI 2014R2.6 to 2014R2.7
Well, it's same even after running the command. # echo 'repair table nagios_logentries use_frm;' | mysql -t -u root -pnagiosxi nagios +--------------------------+--------+----------+--------------------------------------+ | Table | Op | Msg_type | Msg_text | +--------------------------+--------+----...
- Tue May 31, 2016 10:30 am
- Forum: Nagios XI
- Topic: updating from nagios XI 2014R2.6 to 2014R2.7
- Replies: 17
- Views: 3926
Re: updating from nagios XI 2014R2.6 to 2014R2.7
Thank you. myisamchk -r -f nagios_logentries - recovering (with sort) MyISAM-table 'nagios_logentries' Data records: 961 - Fixing index 1 - Fixing index 2 - Fixing index 3 - Fixing index 4 /usr/local/nagiosxi/scripts/backup_xi.sh Backing up Core Config Manager (NagiosQL)... tar: Removing leading `/'...
- Tue May 31, 2016 9:23 am
- Forum: Nagios XI
- Topic: updating from nagios XI 2014R2.6 to 2014R2.7
- Replies: 17
- Views: 3926
Re: updating from nagios XI 2014R2.6 to 2014R2.7
Hello, As advised, i fixed the mysql with the script in the document provided. Output attached. It seems that the repairmysql script had fixed the mysql db. However, i get the same error when i run the backupscript after fixing the mysql db. usr/local/nagiosxi/scripts/backup_xi.sh Backing up Core Co...
- Thu May 26, 2016 3:52 pm
- Forum: Nagios XI
- Topic: updating from nagios XI 2014R2.6 to 2014R2.7
- Replies: 17
- Views: 3926
Re: updating from nagios XI 2014R2.6 to 2014R2.7
Thank you. I will try and report back.
- Thu May 26, 2016 2:27 pm
- Forum: Nagios XI
- Topic: updating from nagios XI 2014R2.6 to 2014R2.7
- Replies: 17
- Views: 3926
updating from nagios XI 2014R2.6 to 2014R2.7
Hello, We are trying to update our nagios XI 2014R2.6 to 2014R2.7. As listed in the Backing-Up-And-Restoring-Nagios-XI document we tried to backup, however, the backup failed with the following error. i# /usr/local/nagiosxi/scripts/backup_xi.sh Backing up Core Config Manager (NagiosQL)... tar: Remov...
- Wed Sep 09, 2015 2:07 pm
- Forum: Nagios XI
- Topic: manual install issues
- Replies: 13
- Views: 1928
Re: manual install issues
grep root /etc/sudoers
## the root user, without needing the root password.
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
## cdrom as root
## the root user, without needing the root password.
## Allow root to run any commands anywhere
root ALL=(ALL) ALL
## cdrom as root