Refactoring: Moved more storage check parameters from unsorted.py to dedicated module...
[check_mk.git] / checkman / filestats
blob02bf30105a16ba44a2b31b73df7c3b4b76debfe4
1 title: Age and size of files (mk_filestats)
2 agents: windows, linux, freebsd, macosx, solaris, aix
3 catalog: os/files
4 license: GPL
5 distribution: check_mk
6 description:
7   This check monitors the size, age and count of specific
8   files in the target host's filesystem.
9   You can set lower and upper limits on the count, the
10   modification time and the size of a file.
12   This check needs some configuration in the agent,
13   as the agent needs to know the information about
14   which files need to be sent.
16   The required python plugin mk_filestats is configured
17   via {filestats.cfg} located in the {$MK_CONFDIR}
18   (usually {/etc/check_mk/filestats.cfg}).
19   To add file groups to the check, add one
20   configuration section to the file.
22   Note that the informational depth of the received data
23   depends on the choosen output option.
25   For an extensive documentation of the available options,
26   please refer to "mk_filestats.py --help".
28 item:
29   One item is created per configured section using the
30   'file_stats' output, with the sections name as item.
32 inventory:
33   For each section that the agent sends one service will
34   be created: "File group <item>".