File: check_flood.._var_adm_messages.flood

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 (27 lines) | stat: -rw-r--r-- 1,116 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
$state = {
           'tag' => 'flood',
           'servicestateid' => 2,
           'privatestate' => {
                               'runcount' => 3,
                               'eventhistory' => [
                                                   1669039463,
                                                   1669039465,
                                                   1669039474,
                                                   1669039483,
                                                   1669039485
                                                 ],
                               'lastruntime' => 1669039393,
                               'logfile' => './var/adm/messages',
                               'matchingpattern' => 'connection refused'
                             },
           'logfile' => './var/adm/messages',
           'devino' => '2064:330717',
           'runtime' => 1669039493,
           'logoffset' => 140514,
           'serviceoutput' => 'floot reached 1.000 at Mon Nov 21 15:02:22 2022',
           'runcount' => 3,
           'logtime' => 1669039492
         };


1;