https://github.com/jeremyandrews/netgrasp
Passive network observation tool
https://github.com/jeremyandrews/netgrasp
cli network-monitoring python python2
Last synced: about 1 year ago
JSON representation
Passive network observation tool
- Host: GitHub
- URL: https://github.com/jeremyandrews/netgrasp
- Owner: jeremyandrews
- License: other
- Created: 2014-09-03T02:43:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T10:59:23.000Z (over 7 years ago)
- Last Synced: 2025-03-27T13:03:57.940Z (about 1 year ago)
- Topics: cli, network-monitoring, python, python2
- Language: Python
- Homepage:
- Size: 379 KB
- Stars: 30
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
========
NetGrasp
========
Netgrasp tracks IP and MAC address pairs seen on the network while it runs,
optionally generating notifications. For example, it can notify you when a new
device joins your network. It can also send daily and weekly emails summarizing
the devices using your network.
Netgrasp currently requires Python 2.
============
Installation
============
Run:
pip install netgrasp
Or:
sudo ./setup.py install
To configure netgrasp, save the configuration template to any of
the following paths, as preferred for your local configuration:
* /etc/netgrasp.cfg
* /usr/local/etc/netgrasp.cfg
* ~/.netgrasp.cfg
* ./netgrasp.cfg
For example:
sudo netgrasp template > /usr/local/etc/netgrasp.cfg
Then edit the configuration file to suit your environment.
To start netgrasp:
sudo netgrasp start
To stop netgrasp:
sudo netgrasp stop
Some built-in documentation on using Netgrasp:
* netgrasp -h
* netgrasp list -h
* netgrasp identify -h
Complete documentation can be found in docs/README.md:
https://github.com/jeremyandrews/netgrasp/blob/master/docs/README.md