Skip to content

Commit 9735649

Browse files
committed
fix: correct State json tags
Signed-off-by: Valery Piashchynski <[email protected]>
1 parent 00d9302 commit 9735649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

state/process/state.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ type State struct {
4646
CPUPercent float64 `json:"CPUPercent"`
4747

4848
// Command used in the service plugin and shows a command for the particular service
49-
Command string `json:"Command"`
49+
Command string `json:"command"`
5050

5151
// Status
52-
StatusStr string
52+
StatusStr string `json:"statusStr"`
5353
}

0 commit comments

Comments
 (0)