[PR #141] [MERGED] added agent count indicators on dashboard #3490

Closed
opened 2026-03-14 07:23:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/141
Author: @sadnub
Created: 10/22/2020
Status: Merged
Merged: 10/22/2020
Merged by: @wh1te909

Base: developHead: develop


📝 Commits (8)

  • 7518edb alerts
  • 8f29f37 add agent total and agent offline total indicators
  • 1273fab remove some unused code
  • 5f292c5 added tests
  • 88f390c bump app version
  • db93887 fix bug I introduced while testing
  • f62ec71 filter only pending outages to get accurate offline count
  • b668cbf add counts when refreshing

📊 Changes

8 files changed (+188 additions, -6 deletions)

View changed files

📝 api/tacticalrmm/agents/tests.py (+34 -1)
📝 api/tacticalrmm/agents/urls.py (+1 -0)
📝 api/tacticalrmm/agents/views.py (+22 -2)
api/tacticalrmm/alerts/migrations/0003_auto_20201021_1815.py (+25 -0)
📝 api/tacticalrmm/alerts/models.py (+17 -2)
📝 api/tacticalrmm/tacticalrmm/settings.py (+1 -1)
📝 web/src/store/index.js (+3 -0)
📝 web/src/views/Dashboard.vue (+85 -0)

📄 Description

I used the AgentOutage model to get the offline agents and am just using count(), so getting the totals should be fast.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm/pull/141 **Author:** [@sadnub](https://github.com/sadnub) **Created:** 10/22/2020 **Status:** ✅ Merged **Merged:** 10/22/2020 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (8) - [`7518edb`](https://github.com/amidaware/tacticalrmm/commit/7518edb1c02e400b10673068a679eb18f87616fc) alerts - [`8f29f37`](https://github.com/amidaware/tacticalrmm/commit/8f29f373ab46b7376266ff553f2d64b12947ef2c) add agent total and agent offline total indicators - [`1273fab`](https://github.com/amidaware/tacticalrmm/commit/1273fabd8b842bf1787b4662ea1107ca72fb91d2) remove some unused code - [`5f292c5`](https://github.com/amidaware/tacticalrmm/commit/5f292c57b110fd49a9175a63733bf9c63d6e0130) added tests - [`88f390c`](https://github.com/amidaware/tacticalrmm/commit/88f390cee3b871ad65cfe050b556f23adf90f8af) bump app version - [`db93887`](https://github.com/amidaware/tacticalrmm/commit/db93887cb78f43041d37c1ddf7ed442f2291050b) fix bug I introduced while testing - [`f62ec71`](https://github.com/amidaware/tacticalrmm/commit/f62ec711a7536f15acab73d0be8fc36c558f1c7a) filter only pending outages to get accurate offline count - [`b668cbf`](https://github.com/amidaware/tacticalrmm/commit/b668cbf6e869f97919f0c7fb16dd500f14d3fd75) add counts when refreshing ### 📊 Changes **8 files changed** (+188 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/agents/tests.py` (+34 -1) 📝 `api/tacticalrmm/agents/urls.py` (+1 -0) 📝 `api/tacticalrmm/agents/views.py` (+22 -2) ➕ `api/tacticalrmm/alerts/migrations/0003_auto_20201021_1815.py` (+25 -0) 📝 `api/tacticalrmm/alerts/models.py` (+17 -2) 📝 `api/tacticalrmm/tacticalrmm/settings.py` (+1 -1) 📝 `web/src/store/index.js` (+3 -0) 📝 `web/src/views/Dashboard.vue` (+85 -0) </details> ### 📄 Description I used the AgentOutage model to get the offline agents and am just using count(), so getting the totals should be fast. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 07:23:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#3490
No description provided.