Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 13
blob248ec5577db37fde5198ba25f2b31595fbcc4aae
1 Title: Solaris Agent: implement cached async plugins and local checks
2 Level: 1
3 Component: checks
4 Version: 1.2.3i7
5 Date: 1385982276
6 Class: feature
8 The Solaris agent now supports the same method of asynchronously
9 executing local checks and plugins as the Linux agent. Simply
10 create directories below <tt>/usr/lib/check_mk_agent/local</tt>
11 and <tt>/usr/lib/check_mk_agent/plugins</tt> whose names are a
12 number of seconds (e.g. <tt>/usr/lib/check_mk_agent/plugins/3600</tt>).
13 The plugins in those subdirectories will be executed at most every
14 that number of seconds and also will be run in the background.