I wonder if someone can help
I am trying to write a discovery action which confirms the data in two SNMP items
Discovery condition number one is something like this
A Discovery check equals (Discovery check which gets the text in the host name OID)
B Recieved Value contains (text string)
The condition is similar to the one above
C Discovery check equals (Discovery check which gets the text in the host name OID)
D Received Value contains (text string)
Both conditions work fine on their own
A and B
C and D
However I want the condition to pass only when both are true. Ive tried all sorts of combinations with no luck
(A and B) and (C and D)
((A and B) and (C and D))
Could anyone help with the correct customer expression to do this?
I am trying to write a discovery action which confirms the data in two SNMP items
Discovery condition number one is something like this
A Discovery check equals (Discovery check which gets the text in the host name OID)
B Recieved Value contains (text string)
The condition is similar to the one above
C Discovery check equals (Discovery check which gets the text in the host name OID)
D Received Value contains (text string)
Both conditions work fine on their own
A and B
C and D
However I want the condition to pass only when both are true. Ive tried all sorts of combinations with no luck
(A and B) and (C and D)
((A and B) and (C and D))
Could anyone help with the correct customer expression to do this?
Comment