1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
=cut
TITLE=private.pl
DESCRIPTION=configuration-supplied functions for updater, datapage.cgi and dataimage.cgi
KEYWORDS=remstats, private functions
DOCTOP=index
DOCPREV=cookies
DOCNEXT=install-servers
=pod
=head1 private.pl - configuration-supplied functions
There are several places where you can have functions you choose invoked
by remstats:
=over 4
=item - L<updater> permits functions to be applied to incoming data via the
L<rrd definition|configfile-rrds>.
=item - L<datapage.cgi|datapage-cgi> and
L<dataimage.cgi|dataimage-cgi>permit functions to be applied on
any C<eval> line.
=back 4
Rather than me continually adding functions or you having to hand-modify
your copy of remstats whenever I make new releases, I've supplied an
almost empty perl file called C<private.pl> which will be installed in the
@@LIBDIR@@ if you don't have one, but will never be modified by me after
that.
|