A lightweight and practical Python tool designed to check the reachability of multiple devices in a network using ICMP Ping. Originally built for monitoring attendance devices, but fully applicable to ...
指定した相手と通信が可能かどうかを調べるコマンドがpingだ。機器がダウンしていると通信できなくなるため、機器の死活監視にもよく使われている。 監視対象の機器が少ない場合は、相手先のIPアドレスやホスト名で指定してpingコマンドを手入力しても ...
Note that ICMP messages can only be sent from processes running as root (in Windows, you must run this script as 'Administrator'). ~/python-ping$ sudo ./ping.py usage: ping.py [-h] [--test] [-q] ...