Hello, I'm new to Zabbix environment, so far I based on the documentation and what I found in the network, but now I've come across a problem that I can't solve.
Is it possible to include historical information in messages sent by means of action?
According to the scheme
"
Current room temperature : 20 degrees Celsius
temperature five minutes ago:
Temperature 10min ago:
Temperature 20min ago:
"
From what I've read the methods:
{{HOST.HOST}:{ITEM.KEY}.last()} is not possible to modify the reading of the historical data of the object, is it possible to bypass it somehow?
In short, I need the information to contain not only the current value, but also the chance to assess how quickly the problem is growing.
Greetings
Chris
Is it possible to include historical information in messages sent by means of action?
According to the scheme
"
Current room temperature : 20 degrees Celsius
temperature five minutes ago:
Temperature 10min ago:
Temperature 20min ago:
"
From what I've read the methods:
{{HOST.HOST}:{ITEM.KEY}.last()} is not possible to modify the reading of the historical data of the object, is it possible to bypass it somehow?
In short, I need the information to contain not only the current value, but also the chance to assess how quickly the problem is growing.
Greetings
Chris
Comment