Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FireDrunk/ZFSmond
Tiny ZFS Web Interface written in AngularJS and Flask Restful
https://github.com/FireDrunk/ZFSmond
Last synced: 15 days ago
JSON representation
Tiny ZFS Web Interface written in AngularJS and Flask Restful
- Host: GitHub
- URL: https://github.com/FireDrunk/ZFSmond
- Owner: FireDrunk
- License: gpl-3.0
- Archived: true
- Created: 2015-05-13T07:08:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T21:38:45.000Z (about 5 years ago)
- Last Synced: 2024-07-03T09:20:33.935Z (4 months ago)
- Language: Python
- Size: 1.25 MB
- Stars: 27
- Watchers: 16
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ATTENTION
This software has been abondoned, and is currently not working.
The ffi module for python has not been updated to ZFS 0.7 and is not working correctly
Also the installer is shacky with new Python dependency problems.TODO before this works:
- Fix build
- Fix Python dependencies (2 -> 3)
- Update libffi or implement JSON ZFS Output bindings# ZFSmond
Tiny ZFS Web Interface written in AngularJS and Flask Restful## Compatible Distributions
* [ArchLinux](https://aur.archlinux.org/packages/zfsmond-git/)
* Fedora 21
* Ubuntu 14.04
* OpenSUSE## Incompatible Distributions (for now)
* Ubuntu 12.04 (too old version of Smartmontools)## Prerequisites
* ZFS Installed (*NOT* the FUSE module)
* smartmontools installed (i have 6.2 installed)
* GCC
* libffi
* libffi-dev / libffi-devel (Depends on distro)
* libzfs-dev installed
* python-dev / python-devel (Depends on distro)
* Python 2! (3 should work, but some dependancies don't support it)##Installation:
```bash
git clone https://github.com/FireDrunk/ZFSmond.git zfsmond
pip install -r requirements.txt
pip install git+https://github.com/Xaroth/libzfs-python.git@zpool-config
python main.py
```
Point your browser to: http://[ip]:5000## Screenshots
https://github.com/FireDrunk/ZFSmond/wiki/Screenshots## Alpha
Please be aware that this is pre-alpha software!
This software is *NOT* fit for any purpose other than seeing fancy colors!