27 Sep
2013
27 Sep
'13
2:02 a.m.
On 27 September 2013 05:53, Bakkies Gatvol <bakgat8 at hotmail.com> 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