I’m looking at the help documentation for the plugin API on this page:
/check_mk/plugin-api/cmk.base.plugins.agent_based.agent_based_api/v1.html
This page shows all the options for the API. For the first items listed (“all_of” thru “matches”), the return value listed is:
“A valid specification for SNMP device detection”
What does that even mean? All eight of those items have the same return value? This seems odd (as well as confusing).
You see, it checks if an OID exists or has some defined content. “all_of” says nothing else that, all included conditions must be met.
Point 8.4 and following describe the whole detection process.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.