oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

Add a Warning when no suitable input configured for the model

Open robertcheramy opened this issue 1 year ago • 1 comments

In each model, suitable inputs are specified with cfg, for example in the apc_aos model:

  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.

robertcheramy avatar Dec 16 '24 14:12 robertcheramy

This issue is stale because it has been open 90 days with no activity.

github-actions[bot] avatar May 13 '25 02:05 github-actions[bot]