Hello,
I have created a ssh agent Item.
In the "executed script" field, I put the following lines:
ps -ef | grep ora |wc -l
ps -ef | wc -l
The result are 2 values of numeric type.
The problem it is that I can not create one graph with theses values, It is possible?
Thank you, and sorry my poor english.
I have created a ssh agent Item.
In the "executed script" field, I put the following lines:
ps -ef | grep ora |wc -l
ps -ef | wc -l
The result are 2 values of numeric type.
The problem it is that I can not create one graph with theses values, It is possible?
Thank you, and sorry my poor english.
Comment