Browse Source

增加Agent的检查状态任务

pull/1/head
Sydonian 2 years ago
parent
commit
5a6992bc0c
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      consts/consts.go

+ 1
- 2
consts/consts.go View File

@@ -6,8 +6,7 @@ const (
)

const (
IPFS_STATUS_OK = "OK"
LOCAL_DIR_STATUS_OK = "OK"
IPFS_STATUS_OK = "OK"

NODE_STATE_NORMAL = "Normal"
NODE_STATE_UNAVAILABLE = "Unavailable"


Loading…
Cancel
Save