Refactoring: Moved check parameters from unsorted.py to dedicated modules (CMK-1393)
[check_mk.git] / doc / predictive / README
blob2bbf7f4429337916744aa2933eaafb9dd086f183
1 This directory contains a skeleton for own checks that use predicitve
2 levels. These types of check just monitor one single value that varies
3 over the time.
5 Install the files:
7   foo.agentplugin -> /usr/lib/check_mk_agent/plugins/foo (on the target host)
8   foo.check       -> (OMD-SITE)/local/share/check_mk/checks/foo
9   foo.wato        -> (OMD-SITE)/local/share/check_mk/web/plugins/wato/foo.py 
11 Do not forget to restart your site Apache after installing or modifiying the
12 wato/foo.py.
14 Now you can do inventory (cmk -I) on the target host and will get one new
15 service named 'FOO'. In WATO you will have a new rule below "Parameters for Inventorized checks"
16 in the box "My own checks". Here you can setup no, fixed or predictive levels.
18 Please note that predictive levels need some backlog of RRD data in order
19 to work.