Answer the question
In order to leave comments, you need to log in
Why is it not drawing a graph?
I'm trying to draw a graph of a certain value in skates:
${execgraph 100 "sensors -u | grep -A 0 'temp2_input' | cut -c 15-17"}
as a result, just an empty box without any graphs.
Here is the result of executing sensors -u | grep -A 0 'temp2_input' | cut -c 15-17
50
That is, the values are obtained, but the graph does not draw.
Answer the question
In order to leave comments, you need to log in
For periodic polling, the following command is provided execigraph
:
${execigraph 500 "sensors -u | grep -A 0 'temp2_input' | cut -c 15-17" -t}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question