mirror of https://github.com/veops/cmdb.git
|
||
---|---|---|
.. | ||
images | ||
README_en.md | ||
cmdb.sql | ||
cmdb_api.md | ||
cmdb_en.sql | ||
cmdb_query_api.md | ||
flask-migrate.md | ||
local.md | ||
local_en.md | ||
makefile.md | ||
makefile_en.md | ||
mysqld.cnf | ||
nginx.cmdb.conf.example |
README_en.md
Simple, lightweight, and versatile operational CMDB
DEMO ONLINE
- Product document:https://veops.cn/docs/
- Preview online: CMDB
- username: demo
- password: 123456
ATTENTION: branch
master
may be unstable as the result of continued development, please pull code from releases
Overview
Features
- Flexibility
- Standardize and manage complex data assets
- Automatically discover and inventory IT assets
- Security
- Fine-grained access control
- Comprehensive operation logs
- Multi-application
- Rich view display dimensions
- Provide Restful API
- Custom field triggers
Main Features
- Custom models and model relationships, with model attributes supporting advanced features such as dropdown lists, font colors, and computed attributes.
- Support for automatic discovery of computers, network devices, storage devices, databases, middleware, public cloud resources, etc.
- Support for displaying resource, hierarchy, and relationship views.
- Fine-grained access control and comprehensive operation logs.
- General resource and relationship search capabilities.
- Support for IP Address Management (IPAM) and Data Center Infrastructure Management (DCIM).
More Features
Welcome to visit VeOps official website to discover more free operations and maintenance systems.
Installation
One-Click Docker Quick Build
- step 1: Prepare: install Docker and Docker Compose (v2)
- step 2: copy the repository
git clone https://github.com/veops/cmdb.git
- step 3: In directory cmdb:
docker compose up -d
Local Setup
Installation with Makefile
Validation
- View: http://127.0.0.1:8000
- username: demo or admin
- password: 123456
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-feature
) - Create new Pull Request