mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 09:17:06 +08:00
Monitor Conditions (#5048)
This commit is contained in:
@@ -164,6 +164,7 @@ class Monitor extends BeanModel {
|
||||
snmpOid: this.snmpOid,
|
||||
jsonPathOperator: this.jsonPathOperator,
|
||||
snmpVersion: this.snmpVersion,
|
||||
conditions: JSON.parse(this.conditions),
|
||||
};
|
||||
|
||||
if (includeSensitiveData) {
|
||||
|
Reference in New Issue
Block a user