Werk #5253: Linux check_mk_agent: now able to execute plugins for real time checks
| Component | Checks & agents | ||
| Title | Linux check_mk_agent: now able to execute plugins for real time checks | ||
| Date | Dec 13, 2017 | ||
| Level | Trivial Change | ||
| Class | New Feature | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
The file /etc/check_mk/real_time_checks.cfg now supports the parameter RTC_PLUGINS which allows the configuration of plugins to be also executed as real time checks.
For example
RTC_PLUGINS+="apache_status"
RTC_PLUGINS+="lvm"
This executes both plugins as real time checks (1sec resolution) in addition to the standard check.