I have graphic anf GPRINT that shows Utilization of an Network Interface as percentage.
In able to do this I create a CDEF that name is Percentage:
Code: Select all
cdef=CURRENT_DATA_SOURCE,8,*,CURRENT_DS_MAXIMUM_VALUE,/,100,*
To do this, I Use data manipulation;
Data Type:CDEF
Threshold CDEF : Percentage
Shown below: But there is no alarmcreating.Seems Thold cant read values: What is wrong?