This file is indexed.

/etc/xymon/xymongraph.d/temp.cfg is in hobbit-plugins 20131022.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
[temp]
        FNPATTERN temp,(.*).rrd
        TITLE thermal zones
        YAXIS degrees C
        DEF:temp@RRDIDX@=@RRDFN@:temp:AVERAGE
        LINE2:temp@RRDIDX@#@COLOR@:@RRDPARAM@
        GPRINT:temp@RRDIDX@:LAST: \: %4.1lf (cur)
        GPRINT:temp@RRDIDX@:MAX: \: %4.1lf (max)
        GPRINT:temp@RRDIDX@:MIN: \: %4.1lf (min)
        GPRINT:temp@RRDIDX@:AVERAGE: \: %4.1lf (avg)\n