This is the Android app for ZMON, Zalando's open-source platform monitoring tool.
Our ZMON Documentation provides more information.
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
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>
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.