Dear all,
Is it possible to use Calculated Items in Templates? (Version 1.8.10)
I try to calculate free RAM in percent for two SNMP Items.
Used Memory: KEY_NAME_OF_OIDA
Avail Memory: KEY_NAME_OF_OIDB
Template Name: TEMPL_NAME
Formula:
last({TEMPL_NAME:KEY_OF_OIDA})/last({TEMPL_NAME:KEY_OF_OIDB})*100
Something seems to be wrong. I do not get a value with the above formula.
If I replace TEMPL_NAME with any NAME_OF_HOST (for which I build the template) it works.
Therefore it seems, that I cannot build Calculated Items through Templates.
Do I need to create this kind of Items PER HOST?!
Any Idea? :/
Is it possible to use Calculated Items in Templates? (Version 1.8.10)
I try to calculate free RAM in percent for two SNMP Items.
Used Memory: KEY_NAME_OF_OIDA
Avail Memory: KEY_NAME_OF_OIDB
Template Name: TEMPL_NAME
Formula:
last({TEMPL_NAME:KEY_OF_OIDA})/last({TEMPL_NAME:KEY_OF_OIDB})*100
Something seems to be wrong. I do not get a value with the above formula.
If I replace TEMPL_NAME with any NAME_OF_HOST (for which I build the template) it works.
Therefore it seems, that I cannot build Calculated Items through Templates.
Do I need to create this kind of Items PER HOST?!
Any Idea? :/
Comment