Simple cross-platform app to monitor multiple remote systems using the operating system ping command.
If there's an ICMP timeout, the system will sound an alarm (only available on the desktop app). The alarm can be configured per system.
- Linux: The app is available through the snapstore
https://www.buymeacoffee.com/ineeve
Contributions are welcomed via pull requests.
- Install flutter
2.
flutter run
snapcraft
- build and packagesnapcraft login
snapcraft upload --release=<channel> <file>.snap
Thanks to dart_ping for making this project possible.