An open API service indexing awesome lists of open source software.

https://github.com/sigscale/snmp-collector

SNMP Manager for 3GPP Alarm IRP
https://github.com/sigscale/snmp-collector

3gpp fm nms onap snmp

Last synced: about 2 months ago
JSON representation

SNMP Manager for 3GPP Alarm IRP

Awesome Lists containing this project

README

          

# SigScale SNMP Collector (snmp_collector)

## Prerequisites
Install erlang(>18)
$ sudo apt install erlang

## Building
$ mkdir ../snmp_collector.build (create build directory)
$ cd ../snmp_collector.build (change working directory for build)
$ ../snmp_collector/configure (creates Makefiles)
$ make (builds entire package)
$ make check (run dialyzer and common_test)

## Installing
$ sudo make install (installs embedded application in system)

## Cleaning
$ make clean (removes files created with make)
$ make distclean (removes files created with configure also)

## Options
$ ../snmp_collector/configure --enable-debug