Dennis Günnewig
Dennis Günnewig
Hi, does `net-snmp` support [`AgentX`](https://www.ietf.org/rfc/rfc2741.txt)? I think about writing a small daemon using dbus + agentx to monitor systemd-services. Something similar to https://github.com/joonty/systemd_mon.
## Summary This https://github.com/cucumber/aruba/blob/master/features/rspec/integration.feature should be enhanced with information about activating announcers. ## Expected Behavior Make clear how users can activate announcers. ## Current Behavior No documentation for that. ```...
## Summary You can activate announcers via `RSpec`-metadata. This not documented right now. ## Expected Behavior Add documentation. ## Current Behavior No documentation about this. ``` ``` ## Possible Solution...
We could/should add http://ruby-doc.org/core-2.2.0/FileTest.html as matchers/methods to aruba to make tests more readable.
## Summary Currently there's a mix of RSpec matchers in Aruba which either work on stopped or started commands: * Expect command to be stopped upfront: * ~~https://github.com/cucumber/aruba/pull/499~~ * Expect...
## Summary The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information about what arguments this option takes, e.g. ~~~ config.activate_announcer_on_command_failure = [:stderr, :stdout, :command] ~~~ ## Expected...
# Summary I built a library - a very basic version of what https://github.com/cucumber/aruba does for ruby - which is used with `go test`. # Details Using the standard library...
I get this error when I use the `index`-method with `docker-gen` on something else than `0`, but the `last` and `first`-methods work as expected. I can't really see what I...
# Description `gmux start ` fails if tmux server is not running. # Expected behaviour There should be no failure if tmux server is not running.