Initial commit. It's far from finished.

This commit is contained in:
2016-08-08 11:12:06 +03:00
commit e9f3673bfd
30 changed files with 1948 additions and 0 deletions

26
db_scripts/readme Normal file
View File

@@ -0,0 +1,26 @@
##### static_groups #####
ID | NAME | CREATED | OWNER(FK-users) | LAST_MOD_TIME | LAST_MOD_USER | COMMENT
##### dynamic_groups #####
##### managed_servers #####
ID | NAME | IP | MAC | FQDN | OS | ADDED | ACTIVE | COMMENT
##### scripts #####
ID | NAME | TYPE(FK-script_types) | CREATED | OWNER(FK-users) | LAST_MOD_TIME | CONTENT | COMMENT
##### script_types #####
ID | DESCR
##### script_logs #####
ID | JID | STARTED | ENDED | STDOUT | STDERR | EXIT_CODE
##### jobs #####
ID | TYPEID(FK-jobs_types) | OWNER(FK-users) | STARTED | ENDED | STATUS
##### job_types #####
ID | TYPE
##### users #####
ID | USERNAME | NAME | ADDED | LAST_LOG | LAST_OUT | EMAIL | COMMENT