lita-netping

Build Status MIT License RubyGems :: RMuh Gem Version Coveralls Coverage Code Climate Gemnasium

An IP ping plugin for Lita.

Installation

Add lita-netping to your Lita instance's Gemfile:

gem "lita-netping"

Configuration

none

Usage

Examples:

ping google.com - Ping google.com

Syntax:

ping <target> - Ping <target> (either DNS or IP address)

Note

This plugin uses the net-ping library, and the "Net::Ping::External" check, so it will use the "ping" equivalent on whatever host it's running on.

License

MIT