virgo-agent-toolkit / virgo-base-agent

A lightweight, cross-platform agent written in C with an embedded Luvit runtime
Apache License 2.0
42 stars 9 forks source link

Build Status Build status

Virgo

Virgo is a project for building on-host agents. Virgo's goal is to provide shared infrastructure for various types of agents while maintaining a small footprint.

Virgo provides:

  1. A high level scripting language in Lua using Luvit (an event driven framework).
  2. The ability to perform self updating.
  3. Crash capturing and reporting through Google's Breakpad.
  4. Packages, Installers and related goodies.
  5. Automatic .zip bundle generation from a directory (ie, easy deployment).
  6. Automatic versioning from .git introspection of both virgo and the bundle.

The first agent to use this infrastructure is the Rackspace Cloud Monitoring agent.

Join in and build your agent with us. We're in #virgo on irc.freenode.net and Virgo Agent Toolkit Dev and Virgo Agent Toolkit User on GoogleGroups.

License

virgo is distributed under the Apache License 2.0.

Build and Testing

make
make test

Versioning

The agent is versioned with a three digit dot seperated "semantic version" with the template being x.y.z. An example being e.g. 1.4.2. The rough meaning of each of these parts are:

The zip file bundle and the binary shipped in an rpm/deb/msi will be identical. If the binary is 1.4.2 then the bundle will be 1.4.2.

Building for Rackspace Cloud Monitoring

Rackspace customers: Virgo is the open source project for the Rackspace Cloud Monitoring agent. Feel free to build your own copy from this source.

But! Please don't contact Rackspace Support about issues you encounter with your custom build. We can't support every change people may make and master might not be fully tested.