Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Discovery classification parameters

These parameters are available for Discovery classifiers.

Note: Condition filters in process classifiers are case-sensitive.

Unix parameters

The UNIX parameters define the characteristics of several types of computers, such as Linux, Solaris, and HP-UX, communicating with SSH protocol, version 2.

ParameterDescription
outputThe raw output of the classifier probe (uname -a).
typeReturns the classification UNIX.
IP addressReturns the IP address of the device being discovered.
nameName of the operating system for this UNIX CI. For example, Linux or HP-UX.

Windows parameters

Windows parameters identify Windows computers communicating with the WMI protocol.

ParameterDescription
isNodeIndicates if this instance is a node.
typeReturns the classification windows.
isVIPIndicates if this CI is a virtual machine, with a virtual IP address.
ip_addressReturns the IP address of the device being discovered.
nameName of the Windows version.
cidata.nameHostname of the Windows OS

SNMP parameters

The SNMP parameters can define the characteristics of several types of devices, such as routers, switches, and printers.

ParameterDescription
poweringA value of true indicates that this device is an uninterruptible power supply (UPS).
hostingA value of true indicates that this device can host programs. Hosts are general purpose computers such as servers.
netwareA value of true indicates that this device is running the Netware operating system.
routingA value of true indicates that this device has network routing capabilities.
ip_addressReturns the IP address through which the device is being discovered. A device can have multiple IP addresses.
sysdescrRequired descriptive field on any SNMP device that can contain useful classification data, such as the operating system and its version.
vlansA value of true indicates that this device can host a virtual local area network.
hint_routerA value of true indicates that Discovery has determined that this device is a router. This field only applies to devices that can be used as both a router and a switch.
block_router_explorationIf this parameter is true,Discovery will not launch exploration probes for routers it detects. This parameter is used for network Discovery only.
switchingA value of true indicates that this device has network switching capabilities.
mfr_apcA value of true indicates that this device is an uninterruptible power supply (UPS) manufactured by American Power Conversion (APC).
printingA value of true indicates that this device has printing capabilities.
block_switch_explorationIf this parameter is true, Discovery will not launch exploration probes for switches it detects. This parameter is used for network Discovery only.

Process parameters

Process parameters identify processes such as those used by LDAP, Apache Server, and JBoss Server.

ParameterDescription
parameterThe parameters used to run the process.
commandThe command used to run the process.
outputThe complete output of the current line of the process probe.
typeIndicates the process type (e.g. unix or windows).
PIDThe process ID generated by the operating system of a device to identify a running process. Generally, this parameter is not a practical classification criteria, because the value does not remain static, except in the case of processes running on an appliance that is never restarted.
nameName of the process being discovered. In some cases, this parameter is not reliable, since several process might be given the same name. In Windows, for example several processes return scvhost.exe for this parameter.