Eryk Skierkowski
Eryk Skierkowski
I'm not directly associated with Oxidized, but based on my understanding: From what I see in [the Oxidized code](https://github.com/ytti/oxidized/blob/e6b474fd96286d79a8137af022c004d42aff0890/lib/oxidized/input/ssh.rb#L144) Oxidized does not support custom ssh_options directly. However, you can configure...
I'm not directly associated with Oxidized, but I can help clarify based on what I understand: >Why doesn't Oxi automatically push files with the normal names of devices? Oxidized uses...
As far as i know it is not supported to do this in config. [This](https://github.com/ytti/oxidized/blob/master/docs/Hooks.md#custom-branch-name) might be helpful also if you are planing to use remote repo there's a wip...
Ok from my test this should work, test it and tell me did it work for you. **Please make sure to backup your repo** 1. Save git repo in a...
@ts0818 >Regarding the need to prepare a local Git repository in advance, I hope it will be added to the documentation. There's no need to create local git repo in...
Can you send your config? From what I can see in the source code, it checks if enable is set to true in your configuration. If it is, it sends...
Have you tried [this](https://github.com/ytti/oxidized/blob/master/docs/Troubleshooting.md#Oxidized%20connects%20to%20a%20supported%20device%20but%20no%20(or%20partial)%20configuration%20is%20collected)? Also please use ``` ```yaml config ``` . ``` as it is hard to read otherwise In your case it seems like you should try this:...