Hi,
So I monitor IBM i using an agent that export below information about disk space I would like to set as a graph instead.
0CTL1141 - Ok : 74% used on a total of 95 GB for the ASP 1.|Used=71GB Total=95GB Rate=74% Evol=0%
I just wanna look at the value named Rate=74% above and I can change this to a graph by using preprocessing as below.
1. Right trim = Evol=0%
2. Regular expression = Rate=.* \0
3. Replace = Rate=
4. Replace = %
So far so good, but the issue appears when "Evol=0%" are changed to much from time to time (Evol=1% , Evol=5% , Evol=15% etc.) ... then my graph will be bananas so I need your help how I should set my preprocessing instead?
So I monitor IBM i using an agent that export below information about disk space I would like to set as a graph instead.
0CTL1141 - Ok : 74% used on a total of 95 GB for the ASP 1.|Used=71GB Total=95GB Rate=74% Evol=0%
I just wanna look at the value named Rate=74% above and I can change this to a graph by using preprocessing as below.
1. Right trim = Evol=0%
2. Regular expression = Rate=.* \0
3. Replace = Rate=
4. Replace = %
So far so good, but the issue appears when "Evol=0%" are changed to much from time to time (Evol=1% , Evol=5% , Evol=15% etc.) ... then my graph will be bananas so I need your help how I should set my preprocessing instead?
Comment