Page 3 of 3

Re: Nagios Event Log Empty

Posted: Fri Jul 28, 2017 2:00 pm
by tgriep
OK, lets just set it to 4096 by running the following.

Code: Select all

echo "use nagios;alter table nagios_logentries modify logentry_data varchar(4096) not null;" | mysql -pnagiosxi

Re: Nagios Event Log Empty

Posted: Fri Jul 28, 2017 2:48 pm
by ahoward12
Ok that one worked! I'll keep you updated.

Re: Nagios Event Log Empty

Posted: Fri Jul 28, 2017 3:03 pm
by tgriep
OK, thanks.

Re: Nagios Event Log Empty

Posted: Fri Aug 04, 2017 12:19 pm
by ahoward12
Just wanted to update; apparently the log entry data field increase fixed the issues. This can be closed. As always, thank you

Re: Nagios Event Log Empty

Posted: Fri Aug 04, 2017 12:30 pm
by scottwilkerson
Thanks for following up!