Answer the question
In order to leave comments, you need to log in
Monitoring Windows Services via SNMP?
I am experimenting with checking the operation of services in Windows through Zabbix without using an agent. The following data can be obtained via SNMP:
$ snmpwalk -v 2c -c public 10.0.XXX.XXX LanMgr-Mib-II-MIB::svSvcName
LanMgr-Mib-II-MIB::svSvcName."Server" = STRING: "Server"
LanMgr-Mib-II-MIB::svSvcName."Netlogon" = STRING: "Netlogon"
LanMgr-Mib-II-MIB::svSvcName."IP Helper" = STRING: "IP Helper"
LanMgr-Mib-II-MIB::svSvcName."Telephony" = STRING: "Telephony"
LanMgr-Mib-II-MIB::svSvcName."DNS Client" = STRING: "DNS Client"
LanMgr-Mib-II-MIB::svSvcName."DHCP Client" = STRING: "DHCP Client"
LanMgr-Mib-II-MIB::svSvcName."DHCP Server" = STRING: "DHCP Server"
LanMgr-Mib-II-MIB::svSvcName."Workstation" = STRING: "Workstation"
LanMgr-Mib-II-MIB::svSvcName."SNMP Service" = STRING: "SNMP Service"
....
LanMgr-Mib-II-MIB::svSvcOperatingState["index","LanMgr-Mib-II-MIB::svSvcName","DHCP Client"]
Answer the question
In order to leave comments, you need to log in
In zabbix 2.2, the function of notifications about unsupported items has appeared - https://www.zabbix.com/documentation/2.2/manual/co...
Zabbix can monitor the status of services without SNMP. Smoke for items of the service_state[service] type in the Zabbix documentation: https://www.zabbix.com/documentation/2.2/manual/co...
Zabbix can take performance data in the Zabbix system directly from the Windows Performance monitor. There is a somewhat perverted institution of parameters, but in principle, nothing supernatural.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question