misterx / ioBroker.ping

Pings configured IPs for ioBroker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo ioBroker PING Adapter

NPM version Downloads Tests

NPM

Pings configured IP addresses.

Pings specified IP addresses in defined interval and monitors the results.

Changelog

1.4.0 (2018-01-25)

  • (vdemidov) refactored, added ping time and roundtrips per second for every host

1.3.2 (2017-09-20)

  • (ldittmar) object values are converted to the valid type

1.3.0 (2017-02-21)

  • (bluefox) allow to remove host name from state's name

1.2.0 (2016-12-09)

  • (bluefox) change configuration dialog

1.1.3 (2016-11-16)

  • (bluefox) catch error if no IP defined

1.1.1 (2016-04-10)

  • (bluefox) remove ms

1.1.0 (2016-04-10)

  • (bluefox) rewrite ping for windows

1.0.0 (2016-04-03)

  • (bluefox) support of freebsd and all windows languages
  • (bluefox) add tests

0.1.3 (2015-01-26)

  • (bluefox) fix error if configuration changed

0.1.2 (2015-01-14)

  • (bluefox) fix configuration page

0.1.1 (2015-01-03)

  • (bluefox) enable npm install

0.1.0 (2014-11-26)

  • (bluefox) use ping npm module instead of static one

0.0.5 (2014-11-21)

  • (bluefox) make possible to have shorter ping intervals (down to 5 seconds)

0.0.4 (2014-11-07)

  • (bluefox) fix ping node

0.0.3 (2014-11-03)

  • (bluefox) fix ping node (do not forget to remove package from git when the npm get the update)

0.0.1 (2014-11-02)

  • (bluefox) support of server (actual no authentication)

Install

node iobroker.js add ping

Configuration

License

The MIT License (MIT)

Copyright (c) 2014-2017, bluefox dogafox@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Pings configured IPs for ioBroker

License:MIT License


Languages

Language:JavaScript 94.3%Language:HTML 5.7%