Giter Club home page Giter Club logo

tcpping-smokeping's Introduction

tcpping-smokeping
================================================================================

A minimal replacement for tcpping intended to be used with SmokePing. The
implementation uses the TCP support in recent versions of traceroute instead of
tcptraceroute. One of the reasons for using traceroute rather than
tcptraceroute is that the latter will only output "Got root?" when trying to
use it as a normal user, even if the binary is marked with the cap_net_raw
capability.

To use tcpping-smokeping, just point SmokePing at the tcpping-smokeping script
by setting the binary key in the TCPPing subsection in the Probes section:

    + TCPPing
    binary = /etc/smokeping/tcpping-smokeping


The script expects to be invoked as follows:

    /path/to/tcpping-smokeping -C -x PINGS TARGET [PORT]

where PINGS is the number of pings SmokePing is configured to send to the
TARGET, and the optional parameter PORT is the port to probe.


tcpping-smokeping requires the traceroute binary to either have the cap_net_raw
capability (preferred), or to be marked SUID.

You can apply the cap_net_raw capability by running e.g:

    setcap cap_net_raw+ep /usr/bin/traceroute

and verify with:

    getcap /usr/bin/traceroute


If the script is not working correctly with SmokePing, you can debug it by
adding -x to the sh parameters in the first line of the script and manually
invoke it as the user SmokePing is running under.


tcpping-smokeping is licensed under the ISC license.

tcpping-smokeping's People

Contributors

tobbez avatar

Watchers

Royce Williams avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.