Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

FireBrick 2700 Configuration: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
FireBrick with basic system config. Automatic updates to new factory release firmware are enabled by default:
<syntaxhighlight>
<system name="FireBrick" contact="John Doe" log-panic="fb-support"/>
</syntaxhighlight>
Same as above but automatic firmware updates are disabled:
<syntaxhighlight>
<system name="FireBrick" contact="John Doe" log-panic="fb-support" sw-update="false"/>
</syntaxhighlight>
==User:==
General logging:
<syntaxhighlight>
<log name="default" comment="General Logginglogging for web viewing"/>
</syntaxhighlight>
Email new crash logs to the "FireBrick Support Team" as they happen, ties in with <system log-panic="fb-support"> as above:
<syntaxhighlight>
<log name="fb-support" comment="Log target for sending logs to FireBrick Supportsupport Teamteam">
<email to="crashlog@firebrick.ltd.uk" delay="10" comment="Crash logs emailed to FireBrick support team"/>
</log>
</syntaxhighlight>
patch="20687">
 
<system name="FireBrick" contact="John Doe" log-panic="fb-support"/>
 
<user name="Admin" password="SHA1#D57E4F7EE70491BBD274B5F71185A2A577B0DAFBF558BD" timeout="0"/>
 
<log name="default" comment="General Logginglogging for web viewing"/>
 
<log name="fb-support" comment="Log target for sending logs to FireBrick Supportsupport Teamteam">
<email to="crashlog@firebrick.ltd.uk" delay="10" comment="Crash logs emailed to FireBrick support team"/>
</log>
 
editor
426

edits