-
Problem report
-
Resolution: Fixed
-
Minor
-
4.4.6, 5.0.0alpha2
-
None
-
Sprint 63 (Apr 2020), Sprint 64 (May 2020), Sprint 65 (Jun 2020)
-
1
The out-of-the-box macro Template Module Cisco CISCO-ENVMON-MIB SNMPv2 on version 4.4 and 5.0 alpha (haven't checked others) has misconfigured trigger expressions in the Temperature Discovery LLD trigger prototypes, for example:
{Template Module Cisco CISCO-ENVMON-MIB SNMPv2:sensor.temp.value[ciscoEnvMonTemperatureValue.{#SNMPINDEX}].avg(5m)}>{$TEMP_CRIT:""}
While it should be:
{Template Module Cisco CISCO-ENVMON-MIB SNMPv2:sensor.temp.value[ciscoEnvMonTemperatureValue.{#SNMPINDEX}].avg(5m)}>{$TEMP_CRIT:"{#SNMPVALUE}"}