I have a series of discovery rules that determines which templates get added to a host.
The rule itself pulls the following:
This then feeds in to the following rules:
However, those hosts that contain WLDSTN without IMD6, are still getting added to the D6 - Linux template, causing major issues. Hosts will never contain WLDSTN & IMD6 together.
The rule itself pulls the following:
Checks
Host name
Visible name
- Zabbix Agent "agent.hostmetadata"
- Zabbix Agent "agent.hostname"
- IP Address
Host name
- Zabbix Agent "agent.hostname"
Visible name
- Zabbix Agent "agent.hostname"
1. If received data contains WLDSTN and does NOT contain IMD6, add to "Linux" template
2. If received data contains IMD6 and does NOT contain WLDSTN, add to "Linux" template and add to "D6 - Linux" template.
2. If received data contains IMD6 and does NOT contain WLDSTN, add to "Linux" template and add to "D6 - Linux" template.
Comment