Operational Insights
- Operational Insights
- All Products
Secure Agent Alert
| Rule Name
| Rule Parameters
|
---|---|---|
Secure Agent is unavailable for a duration of 15 minutes.
| secure-agent-unavailable-rule
| "ruleName":"secure-agent-unavailable-rule",
"timestamp":"${timestamp}",
"agentName":"${agentName}"
|
CPU usage by the Secure Agent exceeds xx % for a duration of 30 minutes.
| secure-agent-cpu-overused-rule
| "ruleName":"secure-agent-cpu-overused-rule",
"timestamp":"${timestamp}",
"agentName":"${agentName}",
"actualUsage":"${actualUsage}",
"thresholdValue":"${thresholdValue}"
|
Memory usage by the Secure Agent exceeds xx % for a duration of 30 minutes.
| secure-agent-memory-overused-rule
| "ruleName":"secure-agent-memory-overused-rule",
"timestamp":"${timestamp}",
"agentName":"${agentName}",
"actualUsage":"${actualUsage}",
"thresholdValue":"${thresholdValue}"
|