[Date Prev]   [Date Next] [Thread Prev]   [Thread Next] [Date Index]   [Thread Index]

 

     [nocol-users] NOCOL 4.4beta1 (with RRDtool support)

Vikas Aggarwal writes:
 > In addition to RRDtool support, this also has the following bug fixes,
 > changes:
...
 >   3) nocol.h: increased size for device & variable names

Beware. This means that the data produced by 4.4 monitors is not
compatible with 4.3 monitors. For myself, I've added an #ifdef around
the changed and old sizes so I can specify which format is
appropriate.

Something similar is needed the pack/unpack format specification in
nocollib.pl. There's probably a way to figure this out from the size
of the file: if a multiple of 196 bytes then old format, if multiple
of 296 bytes then new.