Build precise queries to find exactly what you need
Press ESC to close
@dannyvz
Favorites0
Views
Projects0
When i use the template i get the message "Undefined offset: 2" Found out that you need to change the following line: $def[2] .= "DEF:cputime=$rrdfile:$DS[3]:AVERAGE " ; To $def[2] = "DEF:cputime=$rrdfile:$DS[3]:AVERAGE " ;
Reviewed 10 years ago