# jbod - Generic storage enclosure tool jbod is a CLI that allows us to get information from disk enclosures and JBOD as well as control the led identification of disks. It also comes with a prometheus-exporter where we can collect metrics like the disks temperature, number of fans, the RPM of the fans and etc. It was based on [encled](https://github.com/r5r3/encled) and [WDDCS](https://documents.westerndigital.com/content/dam/doc-library/en_us/assets/public/western-digital/product/platforms/ultrastar-data60-hybrid-platform/user-guide-ultrastar-data60.pdf) tool. ### Commands: * ```jbod help``` - Help menu * ```jbod list [-e|--enclosure]``` - Provide a storage enclosure overview * ```jbod list [-d|--disks]``` - List all disks per enclosure * ```jbod list [-f|--fan]``` - List all FAN on the jbod * ```jbod prometheus [-i|--ip-address][-p|--port]``` - Start prometheus-exporter * ```jbod led [-l|--locate] --[on|off]``` - Turn ON/OFF disk bay location led. * ```jbod led [-f|--fault] --[on|off]``` - Turn ON/OFF disk bay fault led. ### Example of usage: ![jbod-cli](https://raw.githubusercontent.com/Gandi/jbod-rs/release/gif/jbod.gif) ### Grafana: ![graphana](https://raw.githubusercontent.com/Gandi/jbod-rs/release/gif/jbod-exporter.gif) ### Build the project: * Release: ```cargo build --release``` ### Debian package: * First install: ```cargo install cargo-deb``` * Generate the debian package: ```cargo deb -v``` ### Crate: [https://crates.io/crates/jbod](https://crates.io/crates/jbod) ### Contributing: ### License: The project is made available under the BSD 2-Clause license. See the `LICENSE` file for more information.