Initial version of syslog module.
This commit is contained in:
parent
90312c8d28
commit
f8d8abe1ae
6 changed files with 200 additions and 0 deletions
8
syslog/templates/syslog.conf.client.erb
Normal file
8
syslog/templates/syslog.conf.client.erb
Normal 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 -%>
|
Loading…
Add table
Add a link
Reference in a new issue