Added most framework for Policies in Checks and Tasks. Added MongoDB to docker setup and configured for MeshCentral

This commit is contained in:
Josh Krawczyk
2020-04-19 17:54:27 -04:00
parent fefb74815b
commit 4ca723a3f1
16 changed files with 338 additions and 27 deletions

View File

@@ -66,7 +66,7 @@ export default {
name: this.pingname,
ip: this.pingip,
};
console.log(data)
axios.post("/checks/addstandardcheck/", data)
.then(r => {
this.$emit("close");