Manage Alerts

NetQ continuously gathers metrics from telemetry services. When specific thresholds defined by alert rules are exceeded, the system generates events and sends them to the webhook URL that was configured during the initial installation. Some alerts detail exact events, such as a port-down occurrence, while others highlight trends, like deteriorating port health.

All triggering conditions are preconfigured and cannot be modified.

Ongoing Port Validation

The port status alert is triggered by a group of events that affect port operation. These alerts are based on deviations in a group of metrics—if any metric exceeds two standard deviations from the average, an alert is raised. The alert includes the port ID, domain, node ID, and port number.

Alert TypeAlert GroupAlert Name(s)SeverityTrigger ConditionBehavior
Ongoing Port Validationongoing_port_validationOngoingPortValidationwarningMore than 3 errors of a specific metric are detected within a 24-hour window.The alert is sent continuously until the condition is resolved to ensure delivery even if external systems are temporarily down.

Anomaly Detection

For each new metric value, NetQ analyzes historical data over a predefined time period using a statistical model. If the value deviates significantly from the expected range (beyond two standard deviations), the system triggers an alert. The following alerts are included:

Alert TypeAlert GroupAlert Name(s)Severity
Port Congestion Warningport_metrics_deviationPortCongestionwarning
Physical Layer Retransmission Warningport_metrics_deviationPhysicalLayerRetransmissionwarning
Port Degradation Warningport_metrics_deviationPortDegradationHistogram1, PortDegradationHistogram2, PortDegradationHistogram3, PortDegradationBER, PortDegradationLinkErrorswarning
Packet Discard Warningport_metrics_deviationPacketDiscardwarning

License Validations

NetQ broadcasts alerts when your license is expired or about to expire.

Alert TypeAlert GroupAlert Name(s)Severity
Expires SoonlicensingLicenseValidationwarning
ExpiredlicensingLicenseValidationcritical

Update the Webhook Receiver URL

You can update the webhook URL at any time after installation.

  1. Create a webhook.yaml file that specifies the new alerts webhook receiver URL(s). You can provide a single URL or a comma-separated list of URLs.

  2. Run the following script as the root user:

/opt/netq-admin/nvl/scripts/alerts-webhook-url-config.sh
  1. NetQ prompts you to choose one of four options:
  • Update webhook receiver URLs
  • Retrieve webhook receiver URLs and their statuses
  • Clear webhook receiver URLs
  • Exit
  1. If you chose the first option, NetQ will automatically redeploy and apply the updated URL settings.