readme
来自「这是一个开源的运行在Linux操作系统上的主机、服务和网络监控程序。」· 代码 · 共 48 行
TXT
48 行
==========================NAGIOS CGI SSI FILE README==========================This folder may contain optional header and footer files that will be added to the CGI HTML output. The files you put can contain serverside include (SSI) statements.There are two types of header and footer files - common headers/footersand CGI-specific headers/footers. Common header/footer files (if present)will be included in the output of ALL CGIs. CGI-specific header/footerfiles (if present) will be included in the output of the CGI they are intended for. The order in which headers/footers are included with regards to the CGIoutput and each other is shown below:1. COMMON HEADER2. CGI-SPECIFIC HEADER3. CGI OUTPUT4. CGI-SPECIFIC FOOTER5. COMMON FOOTERThe header/footer files you create must be named exactly as shown belowin order to be included in the CGI output:Common headers/footers: common-header.ssi common-footer.ssiCGI-specific header/footers: <cginame>-header.ssi <cginame>-footer.ssiSome examples of CGI-specific header/footer file names are shown below: tac-header.ssi tac-footer.ssi status-header.ssi status-footer.ssi avail-header.ssi avail-footer.ssi notifications-header.ssi notifications-footer.ssi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?