Update alarm_zeek_packet_loss.json

This commit is contained in:
bryant-treacle
2023-05-19 10:10:44 -04:00
committed by GitHub
parent 839275814c
commit 645555b990

View File

@@ -12,15 +12,15 @@
"statusMessageTemplate": "Zeek Packet Loss on node ${r.host} has reached the ${ r._level } threshold. The current packet loss is ${ r.drop }%.",
"thresholds": [
{
"level": "CRIT",
"type": "greater",
"value": 5
},
{
"level": "WARN",
"type": "greater",
"value": 3
}
"level": "CRIT",
"type": "greater",
"value": 5
},
{
"level": "WARN",
"type": "greater",
"value": 3
}
]
}
}]