|
|
|
@ -328,15 +328,15 @@ module.exports = { |
|
|
|
unmuteAll: unmuteAll, |
|
|
|
getUsage: function(){ |
|
|
|
return [ |
|
|
|
"${command} monitor create <type> <query> [--name <name>] [--message <message>]", |
|
|
|
"${command} monitor get <monitor-id> [--states <states>]", |
|
|
|
"${command} monitor getall [--states <states>] [--tags <tags>]", |
|
|
|
"${command} monitor mute <monitor-id> [--scope <scope>] [--end <end>]", |
|
|
|
"${command} monitor muteall", |
|
|
|
"${command} monitor remove <monitor-id>", |
|
|
|
"${command} monitor unmute <monitor-id> [--scope <scope>]", |
|
|
|
"${command} monitor unmuteall", |
|
|
|
"${command} monitor update <monitor-id> <query> [--name <name>] [--message <message>]" |
|
|
|
" dogapi monitor create <type> <query> [--name <name>] [--message <message>]", |
|
|
|
" dogapi monitor get <monitor-id> [--states <states>]", |
|
|
|
" dogapi monitor getall [--states <states>] [--tags <tags>]", |
|
|
|
" dogapi monitor mute <monitor-id> [--scope <scope>] [--end <end>]", |
|
|
|
" dogapi monitor muteall", |
|
|
|
" dogapi monitor remove <monitor-id>", |
|
|
|
" dogapi monitor unmute <monitor-id> [--scope <scope>]", |
|
|
|
" dogapi monitor unmuteall", |
|
|
|
" dogapi monitor update <monitor-id> <query> [--name <name>] [--message <message>]" |
|
|
|
]; |
|
|
|
}, |
|
|
|
getHelp: function(){ |
|
|
|
|