Hi,
Suppose I have a discovery rule that:
Received value contains X456
AND
Received value contains Linux
Will that work? It seems that Zabbix may compare the first received value (let's say from the SNMP command) with Linux, which will not match. And then the whole condition will fail?
I see this in the documention: https://www.zabbix.com/documentation...ion/conditions
Is there a reliable way to do the above two conditions?
Suppose I have a discovery rule that:
- Gets model number via SNMP
- Gets system.uname via the agent
Received value contains X456
AND
Received value contains Linux
Will that work? It seems that Zabbix may compare the first received value (let's say from the SNMP command) with Linux, which will not match. And then the whole condition will fail?
I see this in the documention: https://www.zabbix.com/documentation...ion/conditions
Service checks in a discovery rule, which result in discovery events, do not take place simultaneously. Therefore, if multiple values are configured for Service type, Service port or Received value conditions in the action, they will be compared to one discovery event at a time, but not to several events simultaneously. As a result, actions with multiple values for the same check types may not be executed correctly.
Comment