Step1
copy services.exe to the zabbix agent and add in the zabbix_agent.conf the userparameter:
UserParameter=windows.services,"C:\Programme\Zabbi x Agent\services.exe"
Step2
create the discovery rule:

Step3
create the item
{#FSSERVICE} -> windows service name
{#FSSERNAME} -> windows service description

and the result:

Filelink:
you can monitoring the windows processes too:
UserParameter=windows.process,"C:\Programme\Zabbix Agent\process.exe"
{#FSPROCESS} -> windows processes in the task manager
copy services.exe to the zabbix agent and add in the zabbix_agent.conf the userparameter:
UserParameter=windows.services,"C:\Programme\Zabbi x Agent\services.exe"
Step2
create the discovery rule:
Step3
create the item
{#FSSERVICE} -> windows service name
{#FSSERNAME} -> windows service description
and the result:
Filelink:
you can monitoring the windows processes too:
UserParameter=windows.process,"C:\Programme\Zabbix Agent\process.exe"
{#FSPROCESS} -> windows processes in the task manager
Comment