I'm experiencing issues with the Open Service Problems view in Nagios XI since I modified long_output of output tables, following Troy's pdf guide "Nagios XI does not display full command output" of his VMware plugin.
Code: Select all
echo "use nagios;alter table nagios_servicestatus modify output varchar(65535) not null;alter table
nagios_servicestatus modify long_output varchar(65535) not null;alter table nagios_servicestatus modify
perfdata varchar(65535) not null;" | mysql -pnagiosxi
echo "use nagios;alter table nagios_hoststatus modify output varchar(65535) not null;alter table
nagios_hoststatus modify long_output varchar(65535) not null;alter table nagios_hoststatus modify perfdata
varchar(65535) not null;" | mysql -pnagiosxi
echo "use nagios;alter table nagios_servicechecks modify output varchar(65535) not null;alter table
nagios_servicechecks modify long_output varchar(65535) not null;alter table nagios_servicechecks modify
perfdata varchar(65535) not null;" | mysql -pnagiosxi
echo "use nagios;alter table nagios_hostchecks modify output varchar(65535) not null;alter table
nagios_hostchecks modify long_output varchar(65535) not null;alter table nagios_hostchecks modify perfdata
varchar(65535) not null;" | mysql -pnagiosxihttp://support.nagios.com/forum/viewtop ... it=+output
And see attached screenshot for an idea of what's going wrong...
What can I do to fix this? I'd like to keep enabling the extended output, but with a 'normal' open service problems view.. It seems it's always the second entry in the open service problems view where there is some sort of overflow of the table to the right.... I'm seeing this issue in Chrome and in Firefox.
Grtz
Willem