forked from platypush/platypush
Fabio Manganiello
0eae6fd48d
- `iputils` should be an explicit system dependency for `ping`. Some minimal systems (like some Docker images) may not have the `ping` command installed out of the box. - `hid` and `marshmallow_dataclass` should be among the auto-mocked modules.
14 lines
342 B
YAML
14 lines
342 B
YAML
manifest:
|
|
events:
|
|
platypush.message.event.ping.HostDownEvent: if a host stops responding ping requests
|
|
platypush.message.event.ping.HostUpEvent: if a host starts responding ping requests
|
|
install:
|
|
apt:
|
|
- iputils-ping
|
|
dnf:
|
|
- iputils
|
|
pacman:
|
|
- iputils
|
|
|
|
package: platypush.backend.ping
|
|
type: backend
|