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 Syslog: Difference between revisions

m
 
(6 intermediate revisions by 2 users not shown)
[[File:2700-small.png|link=:Category:FireBrick]]
 
=Syslog setup=
On a CentOS machine take these steps to get the FB to log to /var/log/local0
 
==FireBrick Side==
You can do this via the web User Interface under:
Config -> Edit -> Setup -> Add (under Log target controls)
 
OnVia the FireBrickXML editor, add/edit the syslog line as follows:
<syntaxhighlight>
 
<syslog server="ip.of.your.server" severity="NOTICE" facility="LOCAL0"/>
<log name="Syslog">
<syslog server="ip.of.your.server" severity="NOTICE" facility="LOCAL0"/>
</log>
</syntaxhighlight>
 
You can set the severity to log more (ege.g. set to DEBUG), but then you'll get a log line every second! See the Docs for more info.
 
If you then tail /var/log/local0 you'll see log messages
 
 
[[Category:FireBrick|syslog]]
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,274

edits