R.I.Pienaar
R.I.Pienaar
Like the old `mco completion` commands and zsh/bash helpers that were in `ext` of the old mcollective repos.
We want a standalone binary for scout that: * Auto Provisions and as far as possible is self sufficient * Reads tags from a file indicating what kind of machine...
Use the new config setting from #895 to also send the JSON status data to prom node exporter
consider using https://github.com/jaypipes/ghw/blob/master/README.md as a fallback for where facter isn't, off by default etc.
Also check the `activate_agent` property in configs - [ ] activate_when - [x] plugin.agent.activate_when Relates to https://github.com/choria-io/mcorpc-ruby-support/issues/30
Once we have all the dependencies out the door and all plugins shipped, switch to off by default, also on the ruby side Relates to https://github.com/choria-io/mcorpc-ruby-support/issues/30
If its specifically false then dont load it in case where we find all available DDLs, behaviour should match that of https://github.com/choria-io/mcorpc-ruby-support/issues/31 https://github.com/choria-io/mcorpc-ruby-support/issues/30
Today we support adapting choria requests and replies - they are kind of fat and I want to be able to adapt lifecycle messages for example onto a stream. So...
The publishers that do direct publishes need to stop publishing if the context is done
##### Checklist - [ ] `make test-all` (UNIX) passes. CI will also test this - [ ] unit and/or integration tests are included (if applicable) - [ ] documentation is...