Browse Source

add monitor api and reorder

pull/14/head
Brett Langdon 11 years ago
parent
commit
9ef2edb939
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      lib/api/index.js

+ 4
- 3
lib/api/index.js View File

@ -1,10 +1,11 @@
var api = {
tag: require("./tag"),
metric: require("./metric"),
event: require("./event"),
infrastructure: require("./infrastructure"),
metric: require("./metric"),
monitor: require("./monitor"),
serviceCheck: require("./serviceCheck"),
tag: require("./tag"),
user: require("./user"),
infrastructure: require("./infrastructure")
};
module.exports = function(obj){


Loading…
Cancel
Save