Service alias displaying not consistent
Posted: Wed Apr 07, 2021 11:32 am
I've come across an issue while evaluating NagiosXI, where attempting to use the service alias is hit/miss in terms of seeing the alias in the UI.
When looking at a host's service status (nagiosxi/includes/components/xicore/status.php?host=hostname) It will use the alias for a service when the user has that option checked in the account information area (Display service display names (replaces service name in service status and service status detail pages)). That being said when accessing the status detail (nagiosxi/includes/components/xicore/status.php?show=hostdetail&host=hostname)and going to the services tab, that service list doesn't respect the setting and will just display the identifier instead making for quite a troublesome UI.
Seems like a miss as some views respect the setting and others do not.
When looking at a host's service status (nagiosxi/includes/components/xicore/status.php?host=hostname) It will use the alias for a service when the user has that option checked in the account information area (Display service display names (replaces service name in service status and service status detail pages)). That being said when accessing the status detail (nagiosxi/includes/components/xicore/status.php?show=hostdetail&host=hostname)and going to the services tab, that service list doesn't respect the setting and will just display the identifier instead making for quite a troublesome UI.
Seems like a miss as some views respect the setting and others do not.