Resource Type: nimsoft_logmon_exclude
- Defined in:
- lib/puppet/type/nimsoft_logmon_exclude.rb
- Providers:
-
nimsoft
Overview
The ‘nimsoft_logmon_exclude` type describes a single exclude rule of a profile in the `logmon` probe. This can be a pattern or a regular expression and every block or message that matches will be excluded from the watchers.
Example:
nimsoft_logmon_exclude { 'system log/ignore failed su'
ensure => present,
active => yes,
match => '/FAILED su for \S+ by/',
}
The name of the resource must be of the for ‘profile_name/exclude_name`