Trying to get graphs data to stay on one graph
Posted: Mon Nov 22, 2010 8:01 pm
What I have in by script for the performance data
"User=${CPU_USER}%; System=${CPU_SYSTEM}%; IoWait=${CPU_IOWAIT}%; Idle=${CPU_IDLE}%;$WARNING_THRESHOLD;$CRITICAL_THRESHOLD"
But a graph is created separately for User, System, IoWait, and Idle and I would like to have one graph with all the information with each one displayed using different color
Never worked with graphing before and it says using default template
"User=${CPU_USER}%; System=${CPU_SYSTEM}%; IoWait=${CPU_IOWAIT}%; Idle=${CPU_IDLE}%;$WARNING_THRESHOLD;$CRITICAL_THRESHOLD"
But a graph is created separately for User, System, IoWait, and Idle and I would like to have one graph with all the information with each one displayed using different color
Never worked with graphing before and it says using default template