Win32 Service Detector
The Win32ServiceDetector detects the availability of services on Windows devices that have SNMP enabled.
It queries the Microsoft LAN Manager MIB .1.3.6.1.4.1.77
over SNMP to confirm the service exists and is active.
The given win32ServiceName
parameter is converted into the decimal ASCII characters of the Windows service display name.
A service is detected when the OID returns active(1)
from the svSvcOperatingState
(.1.3.6.1.4.1.77.1.2.3.1.3
) table.
The suffix is constructed by the number of characters and the decimal ASCII characters of the service display name.
Display names in Microsoft Windows depend on the language settings of the operating system and may differ.
For example, the display name for the Task Scheduler
has 14 characters and becomes OID suffix 14.84.97.115.107.32.83.99.104.101.100.117.108.101.114
.
Configuration and use
Parameter | Description | Default value |
---|---|---|
win32ServiceName |
The Windows service name to discover.
This should be the |
Win32Service |
You can query the svSvcName table (1.3.6.1.4.1.77.1.2.3.1.1 ) to identify the display name to use for the win32ServiceName parameter.
|