How to make my plugin compatible with graphic ?
That is shell see
Code: Select all
./check_cpu -w 70 -c 90
CPU OK - Used = 0.00% | Core 0 = 0.00%; Core 1 = 0.99%


Need to see on graph not "Core 0" and "Core 1" but just "Used"
The problem is pipe "|" ?
some server even errors :

Have other same plugin :
Code: Select all
./check_mem -w 70 -c 90
MEMORY Warning - Used = 82.64% | Total: 3756 MB Used: 3104 MB Free: 652 MB

Best Regards