https://github.com/jochumdev/letscheck
A Checkmk client for all major platforms
https://github.com/jochumdev/letscheck
android checkmk checkmk-app desktop flutter ios
Last synced: 3 months ago
JSON representation
A Checkmk client for all major platforms
- Host: GitHub
- URL: https://github.com/jochumdev/letscheck
- Owner: jochumdev
- License: apache-2.0
- Created: 2023-02-27T17:17:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T00:13:45.000Z (8 months ago)
- Last Synced: 2025-02-12T01:25:47.571Z (8 months ago)
- Topics: android, checkmk, checkmk-app, desktop, flutter, ios
- Language: Dart
- Homepage:
- Size: 14.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/jochumdev/letscheck/actions/workflows/tag.yml)
# LetsCheck
LetsCheck is a Checkmk client for Android, iOS, Linux, Mac OS-X and Windows written with the [Flutter SDK](https://flutter.dev/).
[Checkmk](https://checkmk.com/) is a leading tool for Infrastructure and Application Monitoring. Simple configuration, scalable, flexible. Open Source and Enterprise.
## Features
- View Hosts/Services with comments
- Notifications
- Search Hosts/Services, use the | symbol to seperated multiple searches## Intodruction and new release notes
See the [Checkmk forums](https://forum.checkmk.com/t/letscheck-a-checkmk-client-with-notifications-for-mobile-and-desktop/52088)
## Download
Get it from [Github Releases](https://github.com/jochumdev/letscheck/releases)
## Demo:

## FAQ
The “Frequently asked questions” page is available on the [Github WIKI](https://github.com/jochumdev/letscheck/wiki/FAQ).
## Development
**Commit**:
```
git add ./file1 ./file2
./scripts/commit_fix.sh "a bug in component x"
```**Release**:
- Create changelog, tag and push it
```
./scripts/release.sh "0.0.99+9763"
```
- Create a release on Github
- Wait for Github Actions to publish binaries## Authors
- [@jochumdev](https://github.com/jochumdev)
## License
Apache 2.0 - Copyright 2025 by [@jochumdev](https://github.com/jochumdev)