ytti

Results 131 comments of ytti

Does this always work with OpenSSH? ```ssh router "command"```

It's not supported, but would be quite easy to add. Essentially what we'd need to do to support is, split output by `,\*` into an array, essentially in `https://github.com/ytti/oxidized/blob/master/lib/oxidized/node.rb#L157` copy...

Multiple outputs is supported now.

crap, my bad. It's not, PR was not merged, and now I can't merge it due to other changes. I'll try to get this done.

Why don't you clone it once and 'git pull' on hook? What you're doing seems expensive in comparison.

I think we should have this feature, but I accept the plugin issue needs to be answered, and I don't have answer right now.

> Any news on this? I have no plans at least to work on refactoring plugin for output model awareness. Considering dumping flat files from github is oneliner you. can...

Thanks, looks good, I want someone else to ACK it too. I recall there are some talk about this feature in issues earlier, so you might want to ping them,...

I think I want @ElvinEfendi to chime in too. I think it might be good. But to be honest I don't understand git+file output, but maybe git+http or file+http are...

If this should be done via hooks, then maybe also the primary output should be hook instead, as to avoid special case.