ISAM Server Discovery Pattern: Name Field Being Populated with Full sysDescr Value Instead of Hostname<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Issue: When discovering ISAM servers, the Name field of the CI is populated with the full sysDescr value retrieved from SNMP OID 1.3.6.1.2.1.1.1, which includes the hostname, OS version, kernel version, and architecture details, instead of a simplified and meaningful name.Steps to Reproduce:- Execute a Discovery schedule configured to discover ISAM servers running on Linux.- Navigate to the discovered CI in cmdb_ci_isam_server.- Observe that the Name field is populated with the full sysDescr value including hostname, OS version, kernel version, and architecture. Resolution: For ISAM servers running on Linux, the sysDescr OID 1.3.6.1.2.1.1.1 returns the full Linux system description, causing the Name field to be populated with lengthy OS and kernel details. This is expected behavior when the ISAM Server pattern runs against a Linux-based ISAM server. If a different value is preferred for the Name field, the pattern can be modified to use the hostname retrieved in Step 1 (Get Hostname), stored in sysHostName, and set it as the Name in Step 7 instead.