The Alias field has a character limit (of 64) when displayed on the Host Status Details page for any network element. Are we wrong to think this wasn't always the case, and also, is there a way to display the entire text field in these views?
Example, the text field is cut off: Court - Physical Internal Switch - Stack (ICRM / Corporate LAN - Second Floor, Room 2034)
Host Status Detail page - Alias Display Length
Host Status Detail page - Alias Display Length
You do not have the required permissions to view the files attached to this post.
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
Nagios Fusion 2024R1.0.2
Re: Host Status Detail page - Alias Display Length
Try expanding the size by running:
Note: If you changed your "default" db password or if you are using an offloaded db, modify the above command.
Let us know if this helped.
Code: Select all
echo 'alter table nagios_hosts modify alias mediumtext not null;' | mysql -uroot -pnagiosxi nagiosLet us know if this helped.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Host Status Detail page - Alias Display Length
That works. For the sake of asking, what is the purpose of truncating that field, aesthetics?
Nagios XI 2024R2.2.1 (8 Servers)
Nagios Fusion 2024R1.0.2
Nagios Fusion 2024R1.0.2
Re: Host Status Detail page - Alias Display Length
There might not have been any specific reason beyond "I need a limit for this field and 64 seems long enough".
Former Nagios employee