Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

zalando-zmon/zmon-android

Repository files navigation

ZMON Android App

Build Status

This is the Android app for ZMON, Zalando's open-source platform monitoring tool.

Our ZMON Documentation provides more information.

Screenshot of app menu

Screenshot of alert detail

Building

Download Android SDK from https://developer.android.com/sdk/.

$ ./gradlew build
$ # connect your Android device (needs to have USB debugging enabled)
$ adb install -r app/build/outputs/apk/app-debug.apk

Configuration

In order to use the feature to receive notifications for upcoming alerts via Google Cloud Messaging (GCM) Service, you need to configure those two string values in google_api.xml:

<string name="google_api_key">YOUR_GOOGLE_API_KEY</string>
<string name="gcm_sender_id">YOUR_GCM_SENDER_ID</string>

License

Copyright 2013-2015 Zalando SE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Android client for ZMON monitoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages