When a trigger is triggered, and a problem is generated, where the message contains a value from the expression, the value in the message is not updated with the real value of the item. Is there any way to achieve this?
For example, when monitoring a datasource, I have a trigger when datasources in use is more than 80%, so a problem is generated with 81% in the message; but if in the next check, the new value of the item has changed, for example, to 85%, the message of the problem is the same than before (81%). The same happens, for example, when monitoring the disk space.
Note: I don't want to use the "Multiple PROBLEM event generation mode", as this would generate lots of problems, where each problem should be ACKed manually.
For example, when monitoring a datasource, I have a trigger when datasources in use is more than 80%, so a problem is generated with 81% in the message; but if in the next check, the new value of the item has changed, for example, to 85%, the message of the problem is the same than before (81%). The same happens, for example, when monitoring the disk space.
Note: I don't want to use the "Multiple PROBLEM event generation mode", as this would generate lots of problems, where each problem should be ACKed manually.
Comment