Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/virgo-agent-toolkit/luvit-rackspace-monitoring-client
https://github.com/virgo-agent-toolkit/luvit-rackspace-monitoring-client
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/virgo-agent-toolkit/luvit-rackspace-monitoring-client
- Owner: virgo-agent-toolkit
- License: apache-2.0
- Created: 2012-06-24T04:35:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T20:00:37.000Z (almost 9 years ago)
- Last Synced: 2024-04-13T22:04:16.147Z (9 months ago)
- Language: Lua
- Size: 34.2 KB
- Stars: 1
- Watchers: 92
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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').Clientlocal 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)