Search found 1 match

by nexther0
Tue Aug 05, 2008 3:13 pm
Forum: Scripts and Templates
Topic: [XML] SquidStats version 0.1 (cacti 0.8.5 only!!!)
Replies: 127
Views: 179234

found wrong CDEF in "Squid Storage Utilisation" g

in original graph Squid Storage Utilisation

Code: Select all

CDEF:cdefc=cdefa,0,EQ,0,cdefb,100,*,cdefa,/,1024,/,IF,0,110,LIMIT \
give wrong results
right results can be obtain if change that CDEF to:

Code: Select all

CDEF:cdefc=cdefa,0,EQ,0,cdefa,100,*,cdefb,/,1024,/,IF,0,110,LIMIT \