The Mojo app consumming DracPerl::Client to provide a faster and cleaner front-end for Dell server monitoring
First install the deps :
cpanm -l local --installdeps .
Then set your iDRAC configuration in a .cfg in the root folder. (See .cfg.example)
Then run the app !
perl -Mlocal::lib=local script/dracilious daemon
First make sure to go create a .cfg in dracilious/ (See .cfg.example) Then build the image :
docker build -t name_it_how_youwant .
It might take a while as it needs to install all the deps. (I will make a public base image with the deps baked in when I'll be less likely to add more :p) When it's done, run it !
docker run -it -p 3000:3000 name_it_how_youwant
Dracilious should now be running on the port 3000 ! See the Docker doc for additional parameters.
Dracilious is still very much WIP (As well as Drac-Perl).
- Better session caching/ Session lock
- Database
- EVEN M0A4 sensors
- Graph.js
- Password protection
- Better error handling
- Dynamic refresh
- Docker Image with baked-in dependencies