Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5253
blob00007d708d8f37ee98b66ed523a657b9c87529bb
1 Title: Linux check_mk_agent: now able to execute plugins for real time checks
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i2
7 Date: 1513173632
8 Class: feature
10 The file <tt>/etc/check_mk/real_time_checks.cfg</tt> now supports the parameter
11 <tt>RTC_PLUGINS</tt> which allows the configuration of plugins to be also executed
12 as real time checks.
15 For example<br>
16 RTC_PLUGINS+="apache_status"<br>
17 RTC_PLUGINS+="lvm"
20 This executes both plugins as real time checks (1sec resolution) in addition to the standard check.