Popularity
3.3
Growing
Activity
0.0
Stable
15
4
4

Programming language: Elixir
Tags: Applications    

Nvjorn alternatives and similar packages

Based on the "Applications" category.
Alternatively, view Nvjorn alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Nvjorn or a related project?

Add another 'Applications' Package

README

Nvjorn Deps Status

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

(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

mix run --sname nvjorn --no-halt