5 lines
141 B
Ruby
5 lines
141 B
Ruby
# Have ossec watch the log
|
|
node.default[:ossec][:watched][:mon_notification] = {
|
|
'/var/log/mon-notification/notification.log' => :syslog
|
|
}
|