We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In each model, suitable inputs are specified with cfg, for example in the apc_aos model:
cfg
cfg :ftp do end
If ftp is not configured in the configuration of oxidized, oxidized will just return status fail, without an hint that no suitable input were found.
input: default: ssh, ftp
Error:
W, [2024-12-16T15:18:13.720208 #36399] WARN -- : /localhost status fail, retry attempt 1
A warning could be implemented in Node::run.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In each model, suitable inputs are specified with
cfg
, for example in the apc_aos model:If ftp is not configured in the configuration of oxidized, oxidized will just return status fail, without an hint that no suitable input were found.
Error:
A warning could be implemented in Node::run.
The text was updated successfully, but these errors were encountered: