Documentation for special agents

The special agent itself is only producing data output. Later the processing of this output will be done with the checks you wrote. These checks can then use the new CheckAPI. The old / classic checks should also work without bigger problems. I had only to modify the old “includes” to the normal “from … import *” like you have it in normal python scripts.