Initial version of syslog module.

This commit is contained in:
Timo Mkinen 2011-08-01 10:47:50 +03:00
parent 90312c8d28
commit f8d8abe1ae
6 changed files with 200 additions and 0 deletions

View file

@ -0,0 +1,8 @@
*.* <% if operatingsystem != "OpenBSD" %>-<% end %>/var/log/all.log
mark.* <% if operatingsystem != "OpenBSD" %>-<% end %>/var/log/all.log
<% if has_variable?('syslog_server') -%>
*.* @<%= syslog_server %>
mark.* @<%= syslog_server %>
<% end -%>