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
- Host: GitHub
- URL: https://github.com/sigscale/snmp-collector
- Owner: sigscale
- License: apache-2.0
- Created: 2019-09-20T10:04:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T04:32:39.000Z (almost 3 years ago)
- Last Synced: 2024-03-26T01:33:08.880Z (over 2 years ago)
- Topics: 3gpp, fm, nms, onap, snmp
- Language: Erlang
- Size: 1.19 MB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-telco - snmp-collector - 10]` - SNMP Manager for 3GPP Alarm IRP (Testing / GPS, Time)
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