On 27 September 2013 05:53, Bakkies Gatvol <user-66e2e196cd54@xymon.invalid> wrote:
SIZE being set to 31856
This is from the FTP server you're using. Nothing to do with Xymon.
MAXBYTES is read into an "int" (signed) variable, and copied to another of
type "off_t". I think the size of these types is architecture-dependent,
but you can expect these to be at least 16 bytes, which should mean a
number up to 32767.
I'm not a C programmer, so someone else might correct me. Also, there may
be other constraints on how MAXBYTES is used.
J