Xymon Mailing List Archive search

no vmstat data for 8 hours on weekdays?

list Jeremy Laidman
Wed, 14 Nov 2012 10:38:07 +1100
Message-Id: <user-2af92a6fe900@xymon.invalid>

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.