Nethserver-network-diag

It could be useful for blue network, but probably you don’t need on orange, since the admin must already know which host are there.

2 Likes

We can put a cron to update it monthly

1 Like

It seems fair to me. And I wouldn’t mix configuration and diagnostics, probably an email check would be better placed into the email module? I’m in two mind on this

Follow your own rule :smile:

i have had the same doubt with arpwatch… and in my note i write to implement a crontab to do a monthly update of IEEE OUI data :slight_smile:
so yes i think it could be a good choice

Then we should put something like this in the /etc/cron.hourly

#!/usr/bin/bash
cd /usr/share/arp-scan/
get-oui 
get-iab

yum install http://mirror.de-labrusse.fr/NethDev/nethserver-diagtools-0.0.1/nethserver-diagtools-0.0.7-1.ns7.sdl.noarch.rpm

with this version you can scan each green/blue interfaces with arp-scan, the vendors are updated each month

4 Likes

nethserver-diagtools RPM is now available from nethserver-testing, as a NethServer core component!

Code: https://github.com/NethServer/nethserver-diagtools

RPM: nethserver-diagtools-0.0.8-1.ns7.noarch.rpm

Thank you @stephdl! :clap: :clap: :clap:

6 Likes

diagtools 007, cool! :sunglasses:
Works like a charme!! Thank you man. You deserve a gold- :medal: . :clap: :clap: :clap:

1 Like

:heart: core???

Right here and right now!

1 Like

It seems so…core feature

1 Like

People are needed there https://github.com/NethServer/dev/issues/5230 You should go and see what is needed to verify the bug…I cannot do it myself I’m the author.

3 Likes

@davidep tested it out by himself. Again, great achievement Steph!

3 Likes

The nethserver-diagtools package is now available from nethserver-updates repository!

It will be shipped as a default package, starting from the next ISO release. To install it on 7.3.1611 run

yum update @nethserver-iso

Otherwise run

yum localinstall http://packages.nethserver.org/nethserver/7.3.1611/updates/x86_64/Packages/nethserver-diagtools-1.0.0-1.ns7.noarch.rpm
6 Likes

Excellent!!! Although I can look at the console, but sometimes it’s not very convenient.:heart_eyes:

3 Likes

@ssabbath Did you see this? :point_up_2:

WOW! As a default package!!! :open_mouth:

Really really good!

2 Likes

Hi
please, add speedtest-cli
Command line interface for testing internet bandwidth using speedtest.net
https://github.com/sivel/speedtest-cli

7 Likes

good idea

2 Likes

Good idea.
I would provide at least an option to select which WAN to test, via the --source option.
Another interesting option is the selection of the test server.

speedtest.py --server=6512 --source=x.x.x.x

where x.x.x.x is the wan ip address.

7 Likes