Load balancer fields and probes
Summarize
Summary of Load balancer fields and probes
This document details how ServiceNow Discovery collects and stores information about various load balancers using probes and sensors. It covers multiple load balancer types, including Citrix Netscalers, Cisco GSS and CSS, F5 BIG-IP, and generic load balancer components. The data is organized into specific tables within the CMDB, each with fields populated by different discovery probes. It is important to note that this content applies specifically to probe- and sensor-based discovery, not pattern-based discovery used for certain devices like F5 Big-IP.
Show less
By default, the system assigns the discovered IP address of the load balancer as the CI’s IP, typically the management IP. There are configuration options to override this and use the NIC IP address instead.
Key Fields and Probes by Load Balancer Type
- Citrix Netscalers [cmdbcilbnetscaler]: Fields such as Serial Number, Asset Tag, and Model ID are gathered via SNMP probes specific to Netscaler identity.
- Cisco GSS [cmdbcilbciscogss]: Includes Serial Number, Model ID, IP Address, and Manufacturer, collected using Cisco GSS-specific probes.
- Cisco CSS [cmdbcilbciscocss]: Captures Serial Number, Model ID, IP Address, and Manufacturer via SNMP Load Balancer Identity probes.
- F5 BIG-IP [cmdbcilbbigip]: Collects details like Active Modules, Asset Tag, Model ID, Failover Mode, Failover Peer, and Serial Number. Some fields may require form customization to be visible.
- Generic Load Balancer [cmdbcilb]: Tracks Operational Status and Name using multiple probes including Apache, HAProxy, SNMP F5 BIG-IP, and Netscaler.
- Load Balancer Application [cmdbcilbappl]: Fields include Configuration File, Name, IP Address, Last Discovery, and Version from probes like Apache, HAProxy, and Nginx.
- Load Balancer Interface [cmdbcilbinterface]: Contains Status, Load Balancer reference, and Name, populated by several probes. Some fields must be added to the form manually.
- Load Balancer Pool [cmdbcilbpool]: Includes Load Balancing Method, Load Balancer reference, Last Discovery, and Name, sourced from various probes.
- Load Balancer Pool Member [cmdbcilbpoolmember]: Holds Fully Qualified Domain Name, IP Address, Load Balancer, Last Discovery, Name, Pool, and Service Port. Certain fields require form customization.
- Load Balancer Service [cmdbcilbservice]: Tracks Input URL, IP Address, Last Port, Load Balancer, Last Discovery, and Service Port through multiple probes.
- Load Balancer VLAN [cmdbcilbvlan]: Fields include Load Balancer reference, Name, and Tag collected by various probes.
Additional Notes
- Several fields across tables are not visible by default and require form customization to be displayed.
- Discovery also gathers data on Apache web server load balancing modules via SSH probes, such as modjk and modproxy.
- For detailed Apache web server discovery data, separate documentation should be consulted.
Practical Application for ServiceNow Customers
Understanding these fields and probes helps you verify what load balancer data is collected during Discovery, customize forms to show important but hidden fields, and troubleshoot or enhance your Discovery schedules for load balancers. Knowing which probes populate which fields enables better mapping and validation of your load balancer CIs in the CMDB, ensuring accurate and comprehensive infrastructure data for IT operations and service management.
Discovery stores load balancer information in several tables.
The information in this topic pertains to discovery with probes and sensors only. If you are using patterns, such as to discover F5 Big-IP load balancers, see the relevant topic for that type of load balancer.
| Field label and name | Probes that gather data |
|---|---|
| Serial Number [serial_number] | SNMP - Netscaler - Identity - Serial |
| Asset tag [asset_tag] | SNMP - Netscaler - Identity |
| Model ID [model_id] | SNMP - Netscaler - Identity |
| Field label and name | Probes that gather data |
|---|---|
| Serial Number [serial_number] | Cisco GSS - Serial Number |
| Model ID [model_id] | Cisco GSS - Identity |
| IP Address [ip_address] | Cisco GSS - Network |
| Manufacturer [manufacturer] | Cisco GSS - Identity |
| Field label and name | Probes that gather data |
|---|---|
| Serial Number [serial_number] | SNMP - Load Balancer – Identity |
| Model ID [model_id] | |
| IP Address [ip_address] | |
| Manufacturer [manufacturer] |
| Field label and name | Probes that gather data |
|---|---|
| Active modules [active_modules]* | SNMP - F5 BIG-IP - System |
| Asset tag [asset_tag] | |
| Model ID [model_id] | |
| Failover mode [failover_mode]* | |
| Failover peer [failover_peer]* | |
| Serial Number [serial_number] | Cisco GSS - Serial Number |
| Field label and name | Probes that gather data |
|---|---|
| Operational status [operational_status] |
|
| Name [name] |
| Field label and name | Probes that gather data |
|---|---|
| Configuration file [config_file]* | Nginx - Get Configuration |
| Name [name] |
|
| IP Address [ip_address]* | |
| Most recent discovery [last_discovered]* | |
| Version [version] |
|
| Field label and name | Probes that gather data |
|---|---|
| Status [install_status]* |
|
| Load Balancer [load_balancer] | |
| Name [name] |
| Field label and name | Probes that gather data |
|---|---|
| Load Balancing Method [load_balance_method] |
|
| Load Balancer [load_balancer] | |
| Most recent discovery [last_discovered]* | |
| Name [name] |
| Field label and name | Probes that gather data |
|---|---|
| Fully qualified domain name [fqdn]* |
|
| IP Address [ip_address] |
|
| Load balancer [load_balancer] | |
| Most recent discovery [last_discovery]* | |
| Name [name] | |
| Pool [pool]* | |
| Service Port [service_port] |
| Field label and name | Probes that gather data |
|---|---|
| Input URL [input_url] |
|
| IP Address [ip_address] |
|
| Last port [last_port]* | HAProxy - Get Configuration |
| Load Balancer [load_balancer] |
|
| Most recent discovery [last_discovery]* | |
| Service Port [service_port]* |
| Field label and name | Probes that gather data |
|---|---|
| Load Balancer [load_balancer] |
|
| Name [name] | |
| Tag [tag] |
|
Apache web server data
Discovery also collects data on Apache web serer load balancing modules using SSH. See Apache mod_jk and mod_proxy discovery for more information on probes for Apache web server data. For information on the tables, fields, and data sources that discovery populates for Apache web servers, see Apache web server discovery.