mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #269] [MERGED] WIP - Feature alerts #1577
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1577
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm/pull/269
Author: @sadnub
Created: 2/6/2021
Status: ✅ Merged
Merged: 2/12/2021
Merged by: @wh1te909
Base:
develop← Head:feature-alerts📝 Commits (10+)
6f3b6faalerts wipf1f999fmore alerts work669e638automation manager rework start3fe83f8migrations fix and finishing up automation manager reworkdb5ff37alerts overview work99d3a8amore alerts work66d7172reworked policy add for client, site, and agent. removed vue unit tests, added alertign to auto tasks, added edit autotask capabilities for certain fields, moved policy generation logic to save method on Client, Site, Agent, Policy models371b764added new alert option for dashboard alerts, added actions to be run if alert triggered on agent, random fixesac058e9fixed alerts manager table, added celery task to unsnooze alerts, added bulk actions to alerts overviewa5f123bbug fixes with automated manager deleting policies and adding📊 Changes
124 files changed (+7936 additions, -4636 deletions)
View changed files
📝
.devcontainer/.env.example(+2 -2)📝
.devcontainer/docker-compose.yml(+2 -0)📝
.devcontainer/entrypoint.sh(+15 -16)📝
api/tacticalrmm/agents/admin.py(+1 -2)📝
api/tacticalrmm/agents/baker_recipes.py(+6 -4)➕
api/tacticalrmm/agents/migrations/0027_agent_overdue_dashboard_alert.py(+18 -0)➕
api/tacticalrmm/agents/migrations/0028_auto_20210206_1534.py(+23 -0)➕
api/tacticalrmm/agents/migrations/0029_delete_agentoutage.py(+16 -0)📝
api/tacticalrmm/agents/models.py(+336 -31)📝
api/tacticalrmm/agents/serializers.py(+10 -1)📝
api/tacticalrmm/agents/tasks.py(+73 -44)📝
api/tacticalrmm/agents/tests.py(+2 -4)📝
api/tacticalrmm/agents/views.py(+33 -31)📝
api/tacticalrmm/alerts/admin.py(+2 -1)📝
api/tacticalrmm/alerts/migrations/0001_initial.py(+1 -1)📝
api/tacticalrmm/alerts/migrations/0002_auto_20200815_1618.py(+1 -1)📝
api/tacticalrmm/alerts/migrations/0003_auto_20201021_1815.py(+1 -1)➕
api/tacticalrmm/alerts/migrations/0004_auto_20210212_1408.py(+172 -0)➕
api/tacticalrmm/alerts/migrations/0005_auto_20210212_1745.py(+31 -0)📝
api/tacticalrmm/alerts/models.py(+246 -5)...and 80 more files
📄 Description
Added Functionality
Modifications
Bug fixes
TODO
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.