Hi all,
By using Nagiosxi, we monitored ASR9010 router and ASA5585 firewall CPU usage. But we can't see the all the output information on Status information column. We can see all these information on performance graph by clicking up/down arrow icon.
ASA CPU usage status information:
https://db.tt/UYcaH3jV
ASA CPU usage performance graph:
https://db.tt/dAg8LE01
Can it be possible to show all the CPU status output on status information?
Can I extend the space of Status informaiton?
Re: Can I extend the space of Status informaiton?
Open a ssh (putty) session to your Nagios XI server, and run the following command (copy/paste the whole command and hit "Enter"):
Let me know if this fixed your issue.
Code: Select all
echo "
alter table nagios_servicestatus modify output varchar(65535) not null,modify long_output varchar(65535) not null,modify perfdata varchar(65535) not null;
alter table nagios_hoststatus modify output varchar(65535) not null, modify long_output varchar(65535) not null,modify perfdata varchar(65535) not null;
alter table nagios_servicechecks modify output varchar(65535) not null,modify long_output varchar(65535) not null,modify perfdata varchar(65535) not null;
alter table nagios_hostchecks modify output varchar(65535) not null,modify long_output varchar(65535) not null,modify perfdata varchar(65535) not null;
" | mysql -pnagiosxi nagiosBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Can I extend the space of Status informaiton?
Yeah it working. Now I can see all the CPU information of my ASA 5585 CPU information.
https://db.tt/rut4dH9v
Thanks.
https://db.tt/rut4dH9v
Thanks.