FireBrick 2700 Configuration: Difference between revisions
Appearance
	
	
Content deleted Content added
CrazyTeeka (talk | contribs) mNo edit summary  | 
				CrazyTeeka (talk | contribs) mNo edit summary  | 
				||
| Line 12: | Line 12: | ||
<syntaxhighlight>  | 
  <syntaxhighlight>  | 
||
<?xml version="1.0" encoding="UTF-8"?>  | 
  <?xml version="1.0" encoding="UTF-8"?>  | 
||
<config xmlns="http://firebrick.ltd.uk/xml/fb2700/"  | 
  <config xmlns="http://firebrick.ltd.uk/xml/fb2700/"  | 
||
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  | 
|||
        xsi:schemaLocation="http://firebrick.ltd.uk/xml/fb2700/ http://firebrick.ltd.uk/download/FB2701/xml/fb2700/1.31.000.xsd"  | 
|||
        patch="20687">  | 
|||
   <system contact="John Doe" log-panic="fb-support"/>  | 
     <system contact="John Doe" log-panic="fb-support"/>  | 
||
   <log name="default" comment="General logging for web viewing"/>  | 
     <log name="default" comment="General logging for web viewing"/>  | 
||
   <log name="fb-support" comment="Log target for sending logs to FireBrick support team">  | 
     <log name="fb-support" comment="Log target for sending logs to FireBrick support team">  | 
||
      <email to="crashlog@firebrick.ltd.uk" delay="10" comment="Crash logs emailed to FireBrick   | 
        <email to="crashlog@firebrick.ltd.uk" delay="10" comment="Crash logs emailed to FireBrick support team"/>  | 
||
   </log>  | 
     </log>  | 
||
   <services>  | 
     <services>  | 
||