.TH XYMONWEB 5 "Version 4.3.30: 4 Sep 2019" "Xymon" .SH NAME Xymon-Web-Templates \- web page headers, footers and forms. .SH DESCRIPTION The Xymon webpages are somewhat customizable, by modifying the header- and footer-templates found in the ~xymon/server/web/ directory. There are usually two or more files for a webpage: A \fBtemplate_header\fR file which is the header for this webpage, and a \fBtemplate_footer\fR file which is the footer. Webpages where entry forms are used have a \fBtemplate_form\fR file which is the data-entry form. With the exception of the \fBbulletin\fR files, the header files are inserted into the HTML code at the very beginning and the footer files are inserted at the bottom. The following templates are available: .IP bulletin A \fBbulletin_header\fR and \fBbulletin_footer\fR is not shipped with Xymon, but if they exist then the content of these files will be inserted in all HTML documents generated by Xymon. The "bulletin_header" contents will appear after the normal header for the webpage, and the "bulletin_footer" will appear just before the normal footer for the webpage. These files can be used to post important information about the Xymon system, e.g. to notify users of current operational or monitoring problems. .IP acknowledge Header, footer and form template for the Xymon \fBacknowledge alert\fR webpage generated by .I acknowledge.cgi(1) .IP stdnormal Header and footer for the Xymon \fBMain view\fR webpages, generated by .I xymongen(1) .IP stdnongreen Header and footer for the Xymon \fBAll non-green view\fR webpage, generated by .I xymongen(1) .IP "stdcritical (DEPRECATED)" Header and footer for the now deprecated \fBold critical\fR webpage, generated by xymongen. You should use the newer .I criticalview.cgi(1) utility instead, which uses the \fBcritical\fR templates. .IP repnormal Header and footer for the Xymon \fBMain view\fR availability report webpages, generated by .I xymongen(1) when running in availability report mode. .IP snapnormal Header and footer for the Xymon \fBMain view\fR snapshot webpages, generated by .I xymongen(1) when running in snapshot report mode. .IP snapnongreen Header and footer for the Xymon \fBAll non-green view\fR snapshot webpage, generated by .I xymongen(1) when running in snapshot report mode. .IP columndoc Header and footer for the Xymon \fBColumn documentation\fR webpages, generated by the .I csvinfo.cgi(1) utility in the default Xymon configuration. .IP confreport Header and footer for the Xymon \fBConfiguration report\fR webpage, generated by the .I confreport.cgi(1) utility. Note that there are also "confreport_front" and "confreport_back" templates, these are inserted into the generated report before the hostlist, and before the column documentation, respectively. .IP event Header, footer and form for the Xymon \fBEventlog report\fR, generated by .I eventlog.cgi(1) .IP findhost Header, footer and form for the Xymon \fBFind host\fR webpage, generated by .I findhost.cgi(1) .IP graphs Header and footer for the Xymon \fBGraph details\fR webpages, generated by .I showgraph.cgi(1) .IP hist Header and footer for the Xymon \fBHistory\fR webpage, generated by .I history.cgi(1) .IP histlog Header and footer for the Xymon \fBHistorical status-log\fR webpage, generated by .I svcstatus.cgi(1) utility when used to show a historical (non-current) status log. .IP critical Header and footer for the Xymon \fBCritical Systems view\fR webpage, generated by .I criticalview.cgi(1) .IP hostsvc Header and footer for the Xymon \fBStatus-log\fR webpage, generated by .I svcstatus.cgi(1) utility when used to show a current status log. .IP info Header and footer for the Xymon \fBInfo column\fR webpage, generated by .I svcstatus.cgi(1) utility when used to show the host configuration page. .IP maintact Header and footer for the Xymon \fB\fR webpage, generated by .I enadis.cgi(1) utility when using the Enable/Disable "preview" mode. .IP maint Header, footer and form for the Xymon \fBEnable/disable\fR webpage, generated by .I enadis.cgi(1) .IP critack Form show on the \fBstatus-log\fR webpage when viewed from the "Critical Systems" overview. This form is used to acknowledge a critical status by the operators monitoring the Critical Systems view. .IP critedit Header, footer and form for the \fBCritical Systems Editor\fR, the .I criticaleditor.cgi(1) utility. .IP replog Header and footer for the Xymon \fBReport status-log\fR webpage, generated by .I svcstatus.cgi(1) utility when used to show a status log for an availability report. .IP report Header, footer and forms for selecting a pre-generated \fBAvailability Report\fR. Handled by the .I datepage.cgi(1) utility. .IP snapshot Header and footer for the Xymon \fBSnapshot report\fR selection webpage, generated by .I snapshot.cgi(1) .SH "SEE ALSO" xymongen(1), svcstatus.cgi(1), xymon(7)