docs.rs failed to build cyborg-0.5.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Cyborg

Cyborg is a reactive monitoring system, with the intended capability of being able to react to problems instead of alerting a human user.
Several components are being built alongside Cyborg:
cyborg-demodemonstrates Cyborg using Mutiny and Docker.mutinyprovides examples of unusual process behaviour.rust-psutilis used to gather process information.rust-riemann_clientis used to collect information at runtime.rust-simple_loggeris used for logging.
Usage
Use the demonstration if you want to quickly see an example of Cyborg monitoring and reacting to other processes.
Run cargo run -- --help to show information on running Cyborg from the command line. You will need to provide a configuration file. The configuration file tests/cyborg.json will run an example that does not require any external processes.
Licence
Cyborg is licenced under the MIT Licence.
Authors
Written by Sam Clements as part of a final year university project at the Aberystwyth University Department of Computer Sciencee.