Skip to content
NEWNOS 1.2 · Aurora is now shipping — conversational NOC in 24 languagesNEWCore X100 flagship — clustered installer for 500,000+ subscribersNEWField Engineer companion app — work orders, GIS and on-site testingNEWNetxol One Suite — NMM · CRM · ERP under one identityNEWDeployment story · 82,000 subscribers on a single Core X20
Netxol
AI Engine

Building a custom playbook for ONU signal degradation

1
HHana Tanakaasked · Jul 15, 2026, 12:15 PM
Wanted to write a playbook that catches ONUs whose optical Rx trends down over 7 days (before they fail hard) and files a proactive maintenance ticket. Docs cover the playbook syntax but I'm stuck on how to reference historic telemetry vs current. Anyone got a working example that queries the last N days of a metric?
#ai-engine#playbook#onu#predictive
1 reply·414 views
0
HHana Tanakareplied · Jul 18, 2026, 09:52 AM
Historic queries use the `over` clause — e.g. `metric.onu.rx_optical over 7d as avg`. The AI playbook engine walks that back through the telemetry store and delivers a series you can trend on. Full syntax docs are under Playbooks → Historic Series in the reference. Happy to share our exact playbook if useful.
Sign in to reply. New here? Create an account or sign in.