An open API service indexing awesome lists of open source software.

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

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
![graph1](http://i.imgur.com/JHLUK.png)
![graph2](http://i.imgur.com/NmK7o.png)

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