LogCroc analyzes your servers log files, determines the status of each of your assets and presents the results as a simple visual dashboard enabling you to take action in real-time.
Global Prerequisites
% npm install -g browserify uglifyify
% gem install sass
LogCroc client
% cd client/
% npm install
% npm run build
LogCroc server
% cd server/
% npm install
% cd server/
% npm run start
By default LogCroc runs the demo configuration on port 80, or if NODE_ENV=development is set on port 3000.
Modify /server/accounts.json to add your own servers. Additional example can be found in /server/examples
- Accounts configuration database and front-end.
- Credentials system for accounts.
MIT