Skip to content

Brainiarc7/ZFSmond

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZFSmond

Tiny ZFS Web Interface written in AngularJS and Flask Restful

Compatible Distributions

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:

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!

About

Tiny ZFS Web Interface written in AngularJS and Flask Restful

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.2%
  • HTML 31.4%
  • JavaScript 24.4%