Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduuardonogueira/check-inversion
Nodejs application that monitors fiber inversions in network switches
https://github.com/eduuardonogueira/check-inversion
fastify nest net-snmp prisma react typescript
Last synced: about 18 hours ago
JSON representation
Nodejs application that monitors fiber inversions in network switches
- Host: GitHub
- URL: https://github.com/eduuardonogueira/check-inversion
- Owner: eduuardonogueira
- Created: 2023-04-06T20:25:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T21:00:19.000Z (5 months ago)
- Last Synced: 2024-06-14T18:22:31.727Z (5 months ago)
- Topics: fastify, nest, net-snmp, prisma, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Check-fibra
Aplicação que consulta switchs via SNMPv2 usando OID's
para checar inversões de fibras ópticas comparando informações de portas.## Switchs
- Extreme
- Hawuei (Desenvolvimento)
## Inicio
#### Requisitos : NODE.JS
1. Clone este repositório em seu dispositivo `git clone https://github.com/EduardoNogueiradev/Check-fibra.git`
2. instale as dependências em cada pasta: /web e /server com o comando `npm install`
3. instale o concurrently `npm i -g concurrently` (de preferência de modo global)## Uso
Para iniciar a aplicação, na pasta raíz, digite `npm run start`## AVISOS
Esta Aplicação ainda está em desenvolvimento.