Skip to content

virgo-agent-toolkit/luvit-rackspace-monitoring-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rackspace Monitoring Client

This is a client library for the Rackspace Monitoring as a Service. It is not feature complete... yet.

Example

local Client = require('rackspace-monitoring').Client

local client = Client:new('username', 'token', nil)
client.entities.list(function(err, results)
  if err then
    p(err)
    return
  end
  p(results)
end)

Features

Options

TODO:

  • Everything else

License

  • Apache 2.0

Contributors

  • Ryan Phillips (rphillips)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages