File: private.pod

package info (click to toggle)
remstats 1.00a4-8woody1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,576 kB
  • ctags: 1,020
  • sloc: perl: 11,706; ansic: 2,776; makefile: 944; sh: 869
file content (32 lines) | stat: -rw-r--r-- 901 bytes parent folder | download
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.