Hello Everyone,
I have in my environment the Windows Service with multiple Team and I need to set a TAG with respective team for example:
I tried to do it using 'Event Tag' and doesn't work how I expect. I recently try to using multiple discovery service but the Zabbix doesn't accept because the key 'service.info' cannot be duplicated.
I have the default Windows Service Template and into it, I created a second Discovery Rule, also I add the alias:
And o item.key doesn't work. I configure like:
When I try to run this command by zabbix_get I received this error:
I change alias to below and received another erro:
Someone have any idea how I can solve it? I need to tag every service with the respective team and all Windows Service have the same template.
Thanks a lot.
I have in my environment the Windows Service with multiple Team and I need to set a TAG with respective team for example:
- Windows Service Name: SyncronizationService = Team: Dev
- Windows Service Name: PolutationWebService = Team: WebTeam
- Windows Service Name: PolutationWebService = Team: WebTeam
I have the default Windows Service Template and into it, I created a second Discovery Rule, also I add the alias:
Alias=service.discovery.comm:service.discovery'
Code:
Alias=service.info.comm:service.info
ZBX_NOTSUPPORTED: Unsupported item key
Code:
Alias=service.info.comm[*]:service.info
ZBX_NOTSUPPORTED: Invalid first parameter
Thanks a lot.
Comment