Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsdario/snmp-walker
xway net monitor API integrating SNMP and RMON to diagnose and obtain data
https://github.com/jsdario/snmp-walker
Last synced: 30 days ago
JSON representation
xway net monitor API integrating SNMP and RMON to diagnose and obtain data
- Host: GitHub
- URL: https://github.com/jsdario/snmp-walker
- Owner: jsdario
- Created: 2015-04-05T12:02:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-03T17:01:25.000Z (over 9 years ago)
- Last Synced: 2024-04-16T09:19:24.596Z (7 months ago)
- Language: HTML
- Size: 3.37 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## xway net monitor
### SNMP and RMON diagnose APITo install snmp server in debian :
[ Ref here: http://www.satsignal.eu/raspberry-pi/monitoring.html ]To use snmp client as reference in debian:
[ https://wiki.debian.org/SNMP ]```bash
sudo apt-get update
sudo apt-get install snmpd
```Then sudo `nano /etc/snmp/snmpd.conf` to bind to any address, not only localhost, so you can listen from outside your machine.
Comment `agentAddress udp:127.0.0.1:161` and uncomment the following:
```
agentAddress udp:161,udp6:[::1]:161
```By @_jesusdario as a project for net managing subject at the University of Sevilla.