Werk #13: Solaris Agent: implement cached async plugins and local checks
Component | Checks & agents | ||
Title | Solaris Agent: implement cached async plugins and local checks | ||
Date | Dec 2, 2013 | ||
Level | Trivial Change | ||
Class | New Feature | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The Solaris agent now supports the same method of asynchronously executing local checks and plugins as the Linux agent. Simply create directories below /usr/lib/check_mk_agent/local and /usr/lib/check_mk_agent/plugins whose names are a number of seconds (e.g. /usr/lib/check_mk_agent/plugins/3600). The plugins in those subdirectories will be executed at most every that number of seconds and also will be run in the background.