plugin_not_found
Diagnostic `nanook::plugin::not_found`
Summary
plugin `{0}` not found in any configured search path
Help
add the dir containing {1} to [plugins].dirs
Details
When this fires
PluginHost::find looked up the plugin's short name across the configured [plugins].dirs (plus the binary's parent dir when verify = false) and came up empty. Either the cdylib isn't on disk where the host expects it, or its filename doesn't match the conventional lib<name>.so / <name>.dll shape that Cdylib::parse recognises. Hits at agent startup and when nanook plugins inspect <name> is run.
What to check
The expected filename is in the help text. On Linux that's libfoo.so for a plugin named foo, and hyphens in the cargo crate name become underscores. Add the dir holding the cdylib to [plugins].dirs.
[]
= ["/etc/nanook/plugins"]