|
|
@ -60,11 +60,10 @@ module.exports = { |
|
|
getHelp: function(){ |
|
|
getHelp: function(){ |
|
|
return [ |
|
|
return [ |
|
|
"Service Check:", |
|
|
"Service Check:", |
|
|
" Commands:", |
|
|
|
|
|
" check <check> <host> <status> add a new service check for <check> and <host> at level <status>", |
|
|
|
|
|
|
|
|
" Subcommands:", |
|
|
|
|
|
" check <check> <host> <status> add a new service check for <check> and <host> at level <status> (0=OK, 1=WARNING, 2=CRITICAL, 3=UNKNOWN)", |
|
|
"", |
|
|
"", |
|
|
" Options:", |
|
|
" Options:", |
|
|
" <status> 0=OK, 1=WARNING, 2=CRITICAL, 3=UNKNOWN", |
|
|
|
|
|
" --time <timestamp> the POSIX timestamp to use for the check", |
|
|
" --time <timestamp> the POSIX timestamp to use for the check", |
|
|
" --message <message> an optional message to accompany the check", |
|
|
" --message <message> an optional message to accompany the check", |
|
|
" --tags <tags> a comma separated list of \"tag:value\"'s for the check" |
|
|
" --tags <tags> a comma separated list of \"tag:value\"'s for the check" |
|
|
|