Coder Social home page Coder Social logo

clink's Introduction

alt tag

A distributed (see Design) network monitoring tool that is easily operated from the command line. Clink operates via icmp ping requests while also collecting other statistics. Clink aims to provide a comprehensive monitoring view of services over a period of time.

Why clink?

Clink was created out of a need for a more versital and long running CLI monitoring tool that provided detailed statistics while maintaining the simplicity of traditional 'query-once' network utilities. A key motivation for clink was to provide more comprehensive view of the data collected in a report format that is easily understood.

#####The initial design goals of clink:

  • Ability to gather scan information from multiple contexts.
  • External nodes powered by companion application clinkd provide different contexts.
  • Show statistics of such a scan in a meaningful manner.
  • Configuration files detailing monitoring configurations.
  • Simple human readable format.
  • Self describing document structure.
  • Enable user to create comlpex scans that are easily reproducable.
  • Suitable for persistent long running scans as well as shorter 'query-like' scans.
  • Provides detailed reports representing such data efficiently.
  • Configuration to detail scan intervals, summary type, etc.

Clink is designed to provide more power in a simpler tool.

How It Works

Clink is accompanied...

Design

To follow...

Usage

Clink has several modes that can be used to accomplish a variety of tasks. The core functionality of clink provides an interface to monitor a services based on the specification in a config file. ...

#####Options

-s  	...
-f 		...

#####Example Usage

$ clink -s ...
$ clink -s ...

Clink Builds

#####Distributions Visit the builds page for pre-built distributions.

#####Building from Source Use the following command to retrieve the source:

go get github.com/mbergoon/clink

Next, build the project with:

go install github.com/mbergoon/clink

The binary should be available in the bin folder of the Go workspace. Run it with (sudo is required to create raw sockets used for icmp - more info below):

sudo clink [options]

Despite the requirement for root execution inorder to execute this application - it is possible to conceal and/or surpress this requirement in one of two ways. These methods are to be detailed and included in an instalation script to follow.

  • Method 1: Using SETUID extended attribute permission with root user and group.
  • Method 2: Using Capability Sets granting PERMITTED (in some scenarios INHERITABLE is required) for CAP_NET_RAW capability.

Use Cases

Contributors

  • cbergoon
  • mbergoon

License

To follow...

clink's People

Contributors

cbergoon avatar mbergoon avatar macybergoon avatar

Stargazers

Justin Shattuck avatar  avatar

Watchers

James Cloos avatar  avatar  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.