|
On problem with monitoring CPU stats are that they are always changing... so, since you are monitoring in two separate targets, it is quite possible that you get different values each time. Depending on how volatile the OID you are monitoring is, it could be changing radically between each sample. This would result in two seemingly identical MRTG definitions collecting different data.
In the first example, you also can see the individual graphs, as well as the userdefined composite. If These are different, then there is a problem (since the data come from the same .rrd file) but I wouldn't expect this to be the case.
You can use 'rrdtool dump' to examine the raw stored numbers in the RRD file, if you want. However, I suspect that you will find both examples are storing different numbers because they are collectnig different numbers -- and if these servers are Windows based, then SNMP monitoring of CPU under Windows is notoriously inaccurate because it doesnt always run in kernel model correctly.
Does anyone else reading have experience of this sort of CPU monitoring?
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|