Attempting to use the following in the RPN Expression field of a Thold, in the Thold plugin: version 0.4.3:
cdef=CURRENT_DATA_SOURCE,ALL_DATA_SOURCES_NODUPS,/,100,*
It is a memory graph for Cisco devices. It has two data sources - one is 5 Minute Memory Used and the other is 5 Minute Memory Free.
I was attempting to alert when memory utilization was above 80%. So, I figured if I took:
current_used / (current_used + current_free) * 100
I would get the current percent used...
Don't know much about RPN Expressions, and can't find any documentation for Thold that explains this feature, but could sure use some assistance.
Thanks in advance.
-chadd.
RPN Expression HELP!!
Moderators: Developers, Moderators
Re: RPN Expression HELP!!
I recommend you to try |ds:hdd_used|,|ds:hdd_used|,|ds:hdd_free|,+,/,100,* in stead of the CDEF you have written.
For me that works
For me that works
Who is online
Users browsing this forum: No registered users and 0 guests