Hi,
i am trying to calculate the sum of 2 items which are polled by SNMP.
For example i have:
One host called SBC.
One item called Memory which returns the used RAM in MBs.
One item called Healthscore which returns the healthscore, usually 100.
Now as a simple test i want to combine these two into 1 item using the calculated method.
I tried the following:
Formula: last("Memory")+last("Healthscore")
But it seems to fail with an error that i use the function wrong.
Does anybody know the correct syntax which i need to perform this action?
Kind regards,
Marvin
i am trying to calculate the sum of 2 items which are polled by SNMP.
For example i have:
One host called SBC.
One item called Memory which returns the used RAM in MBs.
One item called Healthscore which returns the healthscore, usually 100.
Now as a simple test i want to combine these two into 1 item using the calculated method.
I tried the following:
Formula: last("Memory")+last("Healthscore")
But it seems to fail with an error that i use the function wrong.
Does anybody know the correct syntax which i need to perform this action?
Kind regards,
Marvin
Comment