File: logFiles_linux.conf

package info (click to toggle)
shinken 2.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 22,440 kB
  • ctags: 5,883
  • sloc: python: 39,978; sh: 6,739; cs: 2,542; perl: 1,911; ruby: 539; xml: 318; sql: 203; makefile: 144; php: 97; java: 66
file content (21 lines) | stat: -rw-r--r-- 497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$seekfilesdir = '/var/tmp';
# where the state information will be saved.

$protocolsdir = '/var/tmp';
# where protocols with found patterns will be stored.

$scriptpath = '/var/tmp';
# where scripts will be searched for.

$MACROS = {};

@searches = (
{
  tag => 'cccsssp1',
  logfile => '/var/log/rhosts/linux1.log',
  rotation => 'LOGROTATE',
  warningpatterns => '.*[Ww]arning.*',
  criticalpatterns => '.*([Ff]ail|[Ee]rror).*',
  criticalexceptions => [ '.*(smb|nmb)d.*',
    '.*xxx.*', ],
});