Giter Club home page Giter Club logo

olt_intelbras_8820i's Introduction

OLT GPON INTELBRAS 8820i

🚧 EM CONSTRUÇÃO

ATIVE AS NOTIFICAÇÕES PARA FICAR LIGADO NAS NOVIDADES

image

⚠️ versão de firmware da olt: 2.76 ⚠️

image

O que vai encontrar nesse template?

  • SISTEMA
    • UPTIME
    • MEMORIA RAM LIVRE
    • CPU
  • STATUS DAS PORTAS
  • GPON
    • STATUS DA GPON
    • CORRENTE
    • VOLTAGEM
    • CONTADOR DE ONU's POR PON
    • RX POWER
    • TX POWER
    • TEMPERATURA

Video demo

Template

Dashboard

ZABBIX - TEMPLATE

Dividi o Template em quatro. Para usar conforme a necessidade.

image

O descoberta para analise de trafego filtra apenas as interfaces com status UP.

discovery[{#NAME},1.3.6.1.4.1.26138.1.1.1.1.1.2, {#STATUS},1.3.6.1.2.1.2.2.1.8]

Item discovery de ONU's. Busca se as ONU's estão autorizadas, online e qual é a PON.

discovery[{#PON},1.3.6.1.4.1.26138.1.2.1.1.1.2, {#ACT},1.3.6.1.4.1.26138.1.2.1.1.1.5, {#REG}, 1.3.6.1.4.1.26138.1.2.1.1.1.4]

Pré-processamento

image

Contador de ONU's Online por PON.

$.[?(@.PON == '1' && @.ACT == '1')].length()
$.[?(@.PON == '2' && @.ACT == '1')].length()
$.[?(@.PON == '3' && @.ACT == '1')].length()
...

Contador de ONU's Provisionadas por PON.

$.[?(@.PON == '1' && @.REG == '1')].length()
$.[?(@.PON == '2' && @.REG == '1')].length()
$.[?(@.PON == '3' && @.REG == '1')].length()
...

image

olt_intelbras_8820i's People

Contributors

saulotarsobc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.