chiark / gitweb /
Commit 2.4.5-5 as unpacked
[inn-innduct.git] / doc / pod / ovdb_monitor.pod
1 =head1 NAME
2
3 ovdb_monitor - Database maintenance
4
5 =head1 SYNOPSYS
6
7 Use C<ovdb_init> to start ovdb_monitor
8
9 =head1 DESCRIPTION
10
11 When started (by C<ovdb_init>), C<ovdb_monitor> forks three processes
12 that perform routine database maintenance tasks.  These are:
13 transaction checkpointing, deadlock detection, and transaction log
14 removal.  The process ID of the parent is written to
15 F<I<pathrun>/ovdb_monitor.pid>.  This PID is used by other INN
16 commands to verify that ovdb_monitor is running.
17
18 To shut down ovdb_monitor, send a TERM signal to the process ID
19 in F<I<pathrun>/ovdb_monitor.pid> .  The parent process will shut
20 down the three children and wait for their exit before exiting itself.
21
22 =head1 HISTORY
23
24 Written by Heath Kehoe E<lt>hakehoe@avalon.netE<gt> for InterNetNews.
25
26 =head1 SEE ALSO
27
28 ovdb(5), ovdb_init(8)
29
30 =cut