HP-UX Directory Server 8.1 administration server guide

3.2.2.2 Files for the replication status appearance
There are two pages for monitoring the replication status. The first is for the configuration page,
which requires two files:
The body of the page, /opt/dirsrv/share/html/monreplication.html
The heading of the page, /opt/dirsrv/share/html/htmladmin.html
Figure 3-7 Monitoring replication setup page elements
The Replication Status page uses two script-related configuration files:
The body of the page, which is configured in the replication monitoring script, /opt/
dirsrv/bin/repl-monitor.pl
Optionally, the configuration file for the replication monitoring, which can configure the
time lag colors with the [colors] section
The heading of the page, /opt/dirsrv/share/html/htmladmin.html
Figure 3-8 Monitoring replication view page elements
The text for the table headings, labels, and page sections are set in the Perl script. For example:
#Print the header of consumer
print "\n<tr class=bgColor16>\n";
print "<th nowrap>Receiver</th>\n";
print "<th nowrap>Time Lag</th>\n";
print "<th nowrap>Max CSN</th>\n";
....
print "</tr>\n";
The styles for the Replication Status page are printed in the Perl script in the <style> tag in
the HTML header. Many of the classes are the same as those in the style.css for the other
3.2 Configuring Admin Express 39