https://github.com/bandie91/munindroid
Automatically exported from code.google.com/p/munindroid
https://github.com/bandie91/munindroid
Last synced: 3 months ago
JSON representation
Automatically exported from code.google.com/p/munindroid
- Host: GitHub
- URL: https://github.com/bandie91/munindroid
- Owner: bAndie91
- Created: 2015-03-15T09:19:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T12:32:01.000Z (over 4 years ago)
- Last Synced: 2025-01-03T11:22:56.236Z (5 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A set of scripts using unix toolbox serve Android system stats for Munin monitoring.
You will need busybox (or other software providing standard unix commands) installed.# Dependancies
* sh
* bash (>=4.0)
* busybox
* nc (netcat)
* awk
* sed
* sort
* uniq
* sleep
* df
* cat
* expr
* grep# INSTALL
1. Copy files to the phone and run make install on Android.
2. Append these lines to /etc/init.local.rc to register MuninDroid service:
```
# MuninDroid
service munin-node /system/bin/logwrapper /data/system/munin/munin-node.sh
user root
group root
```# Example graphs

# issues
Please submit issues via PR to some file `issue/TITLE.txt`.