Commit Graph

180 Commits

Author SHA1 Message Date
wh1te909 8ba56b0c67 simplify remote agent uninstall 2020-03-28 09:54:42 +00:00
wh1te909 e9394b4510 systemd changes 2020-03-28 05:17:01 +00:00
wh1te909 32c14e64ac update quasar 2020-03-28 05:16:42 +00:00
wh1te909 18d4ae76d5 update reqs 2020-03-22 22:51:20 +00:00
wh1te909 f8048d8e7a updates to reflect agent changes wh1te909/winagent@bc07222f17 2020-03-11 23:08:11 +00:00
wh1te909 76dd1aaff0 update quasar 2020-03-11 23:02:51 +00:00
wh1te909 e42e993571 update reqs 2020-03-08 04:04:37 +00:00
wh1te909 5edea0203e don't install choco right away, do it during agent check in 2020-03-02 03:42:51 +00:00
wh1te909 208b5d760d make sure we sync modules before agent services start 2020-03-02 03:29:22 +00:00
wh1te909 0737766a47 restart uwsgi workers after a while to free up memory 2020-03-01 12:31:04 +00:00
wh1te909 8594332784 change module names 2020-03-01 12:20:36 +00:00
wh1te909 1b56982e22 compress eventlogs to significantly reduce size of data sent back to the rmm, which was causing salt to use insane amounts of memory 2020-03-01 11:46:30 +00:00
wh1te909 2297b7de39 add ability to run python scripts wh1te909/winagent@b04823ef97 2020-03-01 06:23:38 +00:00
wh1te909 84cfe4de9f switch to deadsnakes ppa to get py 3.7.6 2020-03-01 00:46:23 +00:00
wh1te909 5cd3040ba4 get new/updated salt modules when updating 2020-03-01 00:44:27 +00:00
wh1te909 3d35897a4d update reqs 2020-02-29 10:03:25 +00:00
wh1te909 a9b4029c6f update quasar and vue-router 2020-02-29 09:37:56 +00:00
wh1te909 b5f1073602 remove cpu_info as we are getting it now from wmi 2020-02-29 09:37:56 +00:00
wh1te909 d7726fdd79 more detailed make/model 2020-02-29 01:07:22 +00:00
wh1te909 5012137f6c add lan ips to summary tab 2020-02-24 07:07:49 +00:00
wh1te909 00f6eff10a start adding hardware info and summary tab 2020-02-23 11:17:57 +00:00
wh1te909 5dd64946b5 fix refresh site bug 2020-02-23 10:40:43 +00:00
wh1te909 7d2f0dd8a7 populate the db with initial chocolately software during installation 2020-02-22 23:14:31 +00:00
wh1te909 dcf0f58c88 remove unused context menu 2020-02-22 21:46:43 +00:00
wh1te909 07a178bcd4 hide AV status for now until fully implemented 2020-02-22 21:45:44 +00:00
wh1te909 bd0a7e5ef5 update quasar 1.9.3 2020-02-22 21:37:39 +00:00
wh1te909 811ad89430
Merge pull request #5 from sadnub/docker-fix
Docker fix and cleanup
2020-02-22 13:19:22 -08:00
sadnub 735b5af722
Fix dockerfile 2020-02-18 19:33:01 -05:00
Josh Krawczyk 3ceabc23bf Remove debug from salt api config 2020-02-17 12:12:49 -05:00
Josh Krawczyk 74087618e2 Fixed userdefined scripts permissions 2020-02-17 12:00:07 -05:00
Josh Krawczyk 3bb8ae98d4 Fixed Scripts. Modified Nginx proxy to not depend on downstream containers being available on the network. 2020-02-17 11:33:47 -05:00
Josh Krawczyk 6d2f8bd0c8 Fix Salt container and create a user/password from .env 2020-02-16 20:26:26 -05:00
Josh Krawczyk d0b7d34772 Fixed file upload issue by modifying the reverse proxy to allow a higher body size 2020-02-16 19:25:15 -05:00
Josh Krawczyk fbb4017e3c Fixed config files that were missing from git. Added email ARGs to the config 2020-02-16 00:30:41 -05:00
wh1te909 80fd378282 update reqs 2020-02-16 02:41:00 +00:00
wh1te909 e9dafced37 add installation instructions and modify install script 2020-02-16 00:19:57 +00:00
wh1te909 a2f76c9094
Merge pull request #4 from sadnub/develop
Docker Support for easy spin up
2020-02-15 14:01:22 -08:00
sadnub 1203f8a6cf
Update readme.md 2020-02-12 13:48:05 -05:00
Josh Krawczyk b27e055445 Update TravisCI settings for build 2020-02-12 11:37:52 -05:00
Josh Krawczyk 3442371d3b Modify install script to include SALT_HOST setting 2020-02-12 11:23:44 -05:00
Josh Krawczyk f92f253db8 Modify install script to include REDIS_HOST setting 2020-02-12 11:22:08 -05:00
Josh Krawczyk c0edbaeee7 Add inital docker container support 2020-02-12 11:18:43 -05:00
wh1te909 70282fb091 fix script permissions 2020-02-09 22:14:05 +00:00
wh1te909 40db7a8eb1 add missing return 2020-02-09 01:54:18 +00:00
wh1te909 2e7a6e0101 check if salt key accepted 2020-02-09 01:28:23 +00:00
wh1te909 0c01da1526 add script manager UI and backend 2020-02-07 08:26:03 +00:00
wh1te909 400f5d2efc finish script checks 2020-02-06 06:32:30 +00:00
wh1te909 37eef466a1 update reqs 2020-02-06 02:32:51 +00:00
wh1te909 465ec57a34 more work on script checks 2020-02-03 05:09:42 +00:00
wh1te909 7da264842a cleanup migrations 2020-02-03 04:09:22 +00:00