File: check_kaas.cfg

package info (click to toggle)
monitoring-plugins-check-logfiles 4.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,992 kB
  • sloc: perl: 19,492; sh: 3,422; makefile: 72; awk: 41
file content (17 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$protocolsdir = "./var/tmp";
$seekfilesdir = "./var/tmp";
$scriptpath = "./bin";
$options = "supersmartpostscript";
@searches = (
    {
      tag => "smart",
      logfile => "./var/adm/messages2",
      criticalpatterns => [
             '.*rsync error.*',
         ],
    });
$postscript = sub {
  # return undefined message
  return 0;
};