# This file is used by display_report on a webserver, and is in the same # directory that display_report is run from. # Comments must start with # before any non-whitespace. # All entries involve a key, colon, followed by arbitrary whitespace, and # one or more values separated by commas and optional whitespace. # Key and values must be on the same line; a linefeed will break parsing. # The 'name' key is used to identify unique stanzas and cannot be changed. # If required stanzas are missing or lack required keys, display_report's # behavior is undefined. # The 'monitors' group defines what monitors are displayed, along with # their full names. REQUIRED # The key is used internally and can be any string, and the value is what # is displayed to the user. group { name: monitors monitor1: First monitor # monitor2: Second monitor } # The 'colors' group defines the colors for the web page. REQUIRED # Note that the colors include the leading #, but they are not read as # comments (due to preceding non-whitespace characters). group { name: colors # Color for warning about menu incompabilities warn_color: #FF0000 # Background page color bg_color: #FFFFFF # Color for highlighting a column in table output highlight_color: #DCDCDC # Background color of pulldown menu area form_bg_color: #9999FF # Background color of current monitor mon_cur_color: #00FF00 # Background color of other monitors mon_bg_color: #999999 }