add cert generator scripts, arrange scripts dir

This commit is contained in:
2019-01-12 20:28:45 +02:00
parent 6607a41c55
commit b0321589af
7 changed files with 104 additions and 0 deletions

26
scripts/db/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