All Projects → ioBroker → ioBroker.ping

ioBroker / ioBroker.ping

Licence: MIT License
Pings configured IPs for ioBroker

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ioBroker.ping

ioBroker.mihome-vacuum
Control your Xiaomi vacuum cleaner
Stars: ✭ 96 (+433.33%)
Mutual labels:  smarthome, iobroker
ioBroker.homepilot20
Rademacher Homepilot 2.0 (version >= 5.0.39)
Stars: ✭ 19 (+5.56%)
Mutual labels:  smarthome, iobroker
ioBroker.scenes
Group states to scenes and control them.
Stars: ✭ 26 (+44.44%)
Mutual labels:  smarthome, iobroker
ioBroker.denon
Denon AVR adapter for ioBroker
Stars: ✭ 15 (-16.67%)
Mutual labels:  smarthome, iobroker
ioBroker.beckhoff
ioBroker Adapter to Communicate with Beckhoff Automation System over ADS
Stars: ✭ 14 (-22.22%)
Mutual labels:  smarthome, iobroker
ioBroker.hm-rpc
Connects HomeMatic Interface-Processes to ioBroker
Stars: ✭ 55 (+205.56%)
Mutual labels:  smarthome, iobroker
ioBroker.sonoff
Control Sonoff-Tasmota devices via ioBroker
Stars: ✭ 34 (+88.89%)
Mutual labels:  smarthome, iobroker
ioBroker.daswetter
weather forecast data from DasWetter.com
Stars: ✭ 16 (-11.11%)
Mutual labels:  smarthome, iobroker
ioBroker.cloud
Enable access to ioBroker from internet
Stars: ✭ 36 (+100%)
Mutual labels:  smarthome, iobroker
ioBroker.knx
connect KNX via eibd
Stars: ✭ 46 (+155.56%)
Mutual labels:  smarthome, iobroker
ioBroker.lametric
Send notifications and other important information to your LaMetric time
Stars: ✭ 15 (-16.67%)
Mutual labels:  smarthome, iobroker
ioBroker.modbus
Modbus adapter for ioBroker
Stars: ✭ 31 (+72.22%)
Mutual labels:  smarthome, iobroker
ioBroker.node-red
Instantiate the server with node-red
Stars: ✭ 50 (+177.78%)
Mutual labels:  smarthome, iobroker
ioBroker.openhab
Connect ioBroker with openHAB
Stars: ✭ 13 (-27.78%)
Mutual labels:  smarthome, iobroker
ioBroker.shelly
Shelly ioBroker Adapter
Stars: ✭ 108 (+500%)
Mutual labels:  smarthome, iobroker
ioBroker.vis-inventwo
Individualisierbare VIS Widgets für den ioBroker
Stars: ✭ 38 (+111.11%)
Mutual labels:  smarthome, iobroker
ioBroker.telegram
Use Telegram service to communicate with ioBroker
Stars: ✭ 51 (+183.33%)
Mutual labels:  smarthome, iobroker
ioBroker.zwave2
Z-Wave for ioBroker. Better. Faster. Stronger.
Stars: ✭ 22 (+22.22%)
Mutual labels:  smarthome, iobroker
ioBroker.ecovacs-deebot
Control your Ecovacs Deebot vacuum cleaner with ioBroker
Stars: ✭ 36 (+100%)
Mutual labels:  smarthome, iobroker
ioBroker.jarvis
jarvis - just another remarkable vis
Stars: ✭ 129 (+616.67%)
Mutual labels:  smarthome, iobroker

Logo

PING Adapter

Number of Installations Number of Installations NPM version

Test and Release Translation status Downloads

Pings configured IP addresses.

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

This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers. For more details and for information how to disable the error reporting see Sentry-Plugin Documentation! Sentry reporting is used starting with js-controller 3.0.

Known Issues

  • if it is not possible to ping your linux client, check if iputils-ping is correct installed on client

Changelog

1.5.3 (2022-02-24)

  • (Apollon77) Fix the ping retry logic

1.5.2 (2022-01-20)

  • (basti4557) Number of retries can be defined if a ping request failed. This should minimize wrong offline detection.

1.5.0 (2021-07-14)

  • js-controller 2.0 required at least
  • (Apollon77) optimize for js-controller 3.3

1.4.12 (2020-09-18)

  • (Apollon77) Prevent crash case when no devices are defined (Sentry IOBROKER-PING-R)

1.4.11 (2020-08-26)

  • (Apollon77) update js-controller dependency to correct version (1.5.8)

1.4.8 (2020-06-29)

  • (Apollon77) Prevent adapter crashes with invalid state/channel names, see error log! (Sentry IOBROKER-PING-H, IOBROKER-PING-P, IOBROKER-PING-B)

1.4.7 (2020-05-02)

  • (Apollon77) finally try to catch spawn errors (Sentry IOBROKER-PING-2)

1.4.6 (2020-04-29)

  • (Apollon77) Make sure adapter do not crash if ping command can not be executed (Sentry)
  • (Apollon77) Catch error when ping.probe could not be started (Sentry IOBROKER-PING-2)

1.4.5 (2020-04-23)

  • (Apollon77) Fixed potential crash case (Sentry)

1.4.4 (2020-04-17)

  • (bluefox) Added support of Admin3

1.4.3 (2020-04-17)

  • (Apollon77) Add Sentry for js-controller 3.0
  • (Apollon77) update dependencies

1.4.2 (2020-01-23)

  • (JayVee2) Sort the IP addresses

1.4.1 (2019-01-08)

  • (simatec) support compact mode

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)

License

The MIT License (MIT)

Copyright (c) 2014-2022, bluefox [email protected]

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.

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].