Hi - running Zabbix 3.2.2 on CentOS here.
My problem is that I've added a host with a discovery rule (
) with no filters on it. The discovery rule then adds one Item for every service with the following key:
The host has added 102 services.
My issue is that there are 180 services installed on that machine (Info gotten from PowerShell - (
). If I filter that to only running services I get 99.
The even stranger thing is if I run a zabbix_get from my Zabbix server with an Item key I expect to be there but isn't, I get a proper response, so I know that Zabbix "sees" these lost services, but why isn't it creating Items for them??
Any assistance would be greatly appreciated,
Thanks.
EDIT: I just tried manually creating the Item and it successfully pulled data. This is definitely not a solution I just wanted to see what would happen... now what is stopping my Discovery rule from picking up these 78 services??
My problem is that I've added a host with a discovery rule (
Code:
service.discovery
Code:
service.info[{#SERVICE.NAME},state]
My issue is that there are 180 services installed on that machine (Info gotten from PowerShell - (
Code:
gwmi win32_services).count
The even stranger thing is if I run a zabbix_get from my Zabbix server with an Item key I expect to be there but isn't, I get a proper response, so I know that Zabbix "sees" these lost services, but why isn't it creating Items for them??
Any assistance would be greatly appreciated,
Thanks.
EDIT: I just tried manually creating the Item and it successfully pulled data. This is definitely not a solution I just wanted to see what would happen... now what is stopping my Discovery rule from picking up these 78 services??
A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPW PDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)S
Comment