Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchoutri/nvjorn
A multi-protocol network services monitor written in Elixir using Poolboy.
https://github.com/tchoutri/nvjorn
Last synced: about 2 months ago
JSON representation
A multi-protocol network services monitor written in Elixir using Poolboy.
- Host: GitHub
- URL: https://github.com/tchoutri/nvjorn
- Owner: tchoutri
- Created: 2016-02-04T00:17:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T15:13:48.000Z (about 7 years ago)
- Last Synced: 2024-04-22T13:33:23.082Z (8 months ago)
- Language: Elixir
- Size: 27.3 KB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nvjorn [![Deps Status](https://beta.hexfaktor.org/badge/all/github/tchoutri/Nvjorn.svg)](https://beta.hexfaktor.org/github/tchoutri/Nvjorn)
A network services monitor written in Elixir using Poolboy.
### Supported services
- [x] HTTP
- [x] Started
- [x] Finished
- [ ] SSH
- [x] Started
- [ ] Finished
- [x] ICMP
- [x] Started
- [x] Finished
- [x] FTP
- [x] Started
- [x] Finished
- [ ] SOCKS5
- [ ] Started
- [ ] Finished
- [ ] ???### Configuration
See [config.exs](config/config.exs).
#### Concerning `gen_icmp`
Please read [this page about the icmp socket capability](https://github.com/msantos/procket#setuid-vs-sudo-vs-capabilities)
(TL;DR → `setcap cap_net_raw=ep /usr/lib/erlang/erts-8.0/bin/beam.smp` [or whatever is your `erts` version] as root or using `sudo`)
### Services List
See [README.services.md](priv/README.services.md).
### Running it
```Shell
mix run --sname nvjorn --no-halt
```