All Projects → upa → Deadman

upa / Deadman

Licence: mit
deadman is a curses-based host status checking application using ping

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deadman

Phpnetmap
Web application for ethernet network mapping. PHP Software for network device monitoring with SNMP v(1/2c/3) protocol.
Stars: ✭ 20 (-90.65%)
Mutual labels:  network, monitoring
Llama
Library for testing and measuring network loss and latency between distributed endpoints.
Stars: ✭ 47 (-78.04%)
Mutual labels:  network, monitoring
Sensu Plugins Network Checks
This plugin provides native network instrumentation for monitoring and metrics collection, including: hardware, TCP response, RBLs, whois, port status, and more.
Stars: ✭ 28 (-86.92%)
Mutual labels:  network, monitoring
Is Online
Check if the internet connection is up
Stars: ✭ 894 (+317.76%)
Mutual labels:  network, ping
Netcap
A framework for secure and scalable network traffic analysis - https://netcap.io
Stars: ✭ 1,519 (+609.81%)
Mutual labels:  network, monitoring
Stabping
Continuously monitor your connection/ISP's latency & speed and view them in interactive charts
Stars: ✭ 8 (-96.26%)
Mutual labels:  network, ping
Llama Archive
Loss & LAtency MAtrix
Stars: ✭ 44 (-79.44%)
Mutual labels:  network, monitoring
Netutils Linux
A suite of utilities simplilfying linux networking stack performance troubleshooting and tuning.
Stars: ✭ 664 (+210.28%)
Mutual labels:  network, monitoring
Netfil
A kernel network manager with monitoring and limiting capabilities for macOS. #nsacyber
Stars: ✭ 97 (-54.67%)
Mutual labels:  network, monitoring
Kubenurse
Kubernetes network monitoring
Stars: ✭ 94 (-56.07%)
Mutual labels:  network, monitoring
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (+267.76%)
Mutual labels:  network, monitoring
Powershell ipv4networkscanner
Powerful asynchronus IPv4 network scanner for PowerShell
Stars: ✭ 161 (-24.77%)
Mutual labels:  network, ping
Vflow
Enterprise Network Flow Collector (IPFIX, sFlow, Netflow) from Verizon Media
Stars: ✭ 776 (+262.62%)
Mutual labels:  network, monitoring
Stats Js
JavaScript Performance Monitor using canvas
Stars: ✭ 12 (-94.39%)
Mutual labels:  ping, monitoring
Selks
A Suricata based IDS/IPS distro
Stars: ✭ 707 (+230.37%)
Mutual labels:  network, monitoring
Whatpulse
WhatPulse reverse engineered
Stars: ✭ 30 (-85.98%)
Mutual labels:  network, monitoring
Heim
Cross-platform async library for system information fetching 🦀
Stars: ✭ 572 (+167.29%)
Mutual labels:  network, monitoring
Grassmarlin
Provides situational awareness of Industrial Control Systems (ICS) and Supervisory Control and Data Acquisition (SCADA) networks in support of network security assessments. #nsacyber
Stars: ✭ 621 (+190.19%)
Mutual labels:  network, monitoring
Cloudprober
An active monitoring software to detect failures before your customers do.
Stars: ✭ 1,269 (+492.99%)
Mutual labels:  ping, monitoring
Nload
Real-time network traffic monitor
Stars: ✭ 121 (-43.46%)
Mutual labels:  network, monitoring

deadman

deadman is an observation software for host status using ping.

deadman does not have rich functionalities. It only checks host statuses using ICMP echo. We recomend using deadman for building temporary networks such as conference and event networks. This software was originally designed and implemented for Interop Tokyo ShowNet.

demo

How to use

Clone this repository and then run.

$ git clone https://github.com/upa/deadman
$ cd deadman
$ ./deadman deadman.conf

To change the targets, modify or create a config file.

$ cat deadman.conf
google          173.194.117.176
googleDNS       8.8.8.8
kame            203.178.141.194
kame6           2001:200:dff:fff1:216:3eff:feb1:44d7

Each line indicates a target host. Ping options, specifying source addresses and using netns, etc, are noted on the deadman.conf. For example, ping via a remote host through ssh is implemented.

google-via-ssh  173.194.117.176 relay=X.X.X.X os=Linux

This line means sending ping to a google server via the remote server X.X.X.X. username and ssh-key for the remote host can be specified by user=USER, key=KEYPATH. Other ssh attributes follow user's environment executing deadman.

Moreover, -s option indicates the scale of RTT bar graph. default is 10ms.

You can send deadman a SIGHUP to have it reload its configuration file. When this happens, existing entries will not lose their history.

License

MIT

Contact

[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].