[monitor] 支持PING监控类型

This commit is contained in:
tomsun28
2021-12-04 15:38:59 +08:00
parent 647f972110
commit 4041c83a99
10 changed files with 160 additions and 11 deletions

View File

@@ -15,9 +15,15 @@ import lombok.NoArgsConstructor;
@AllArgsConstructor
@NoArgsConstructor
public class IcmpProtocol {
/**
* 对端主机ip或域名
*/
private String host;
/**
* 超时时间
*/
private String timeout;
}