no vmstat data for 8 hours on weekdays?
On 14 November 2012 10:09, Jeremy Laidman <user-71895fb2e44c@xymon.invalid> wrote:
Some parsers don't use whitespace delimeters, but instead use column position. But I don't know if the vmstat parser does the same.
I just checked the code, and I think the vmstat parser (in do_vmstat.c function do_vmstat_rrd()) splits on whitespace, thus uses column number rather than column position. So this shouldn't be a problem for you.