Improvement #9181
openMoving the INFO, Location, Applist frequencies to the platform config
100%
Description
From Gitlab
------------------------
gitlabId --> 1183 https://gitlab.com/entgra/product-iots/-/issues/1183
labels --> Status: NextSprint, Type: Improvement,
assignees --> bmorashad,
created_at --> 2021-11-15 09:31:13 IST +0530
updated_at --> 2022-06-15 14:01:11 IST +0530
------------------------
- Description
Need to move the INFO, Location, Applist operation frequencies to the platform configs, instead of the XML. Devices without an agent should not get location operation.
- Suggested Labels:
Optional comma-separated list of suggested labels. Non-committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest a possible label
- Suggested Assignees:
Optional comma-separated list of suggested team members who should attend the issue. Non-committers can’t assign issues to assignees, so this will help issue creators who are not a committer to suggest possible assignees
- Affected Product Version:
- OS, DB, other environment details and versions:
- Steps to reproduce:
- Related Issues:
Files
Updated by Entgra Admin over 2 years ago
From Gitlab
------------------------
author: inosh
created_at: 2022-06-13 12:20:00 IST +0530
updated_at: 2022-06-13 12:20:00 IST +0530
------------------------
changed title from Moving the INFO, Location, Applist frequencies to the platform config{- in iOS-} to Moving the INFO, Location, Applist frequencies to the platform config
Updated by Entgra Admin over 2 years ago
From Gitlab
------------------------
author: inosh
created_at: 2022-06-13 13:08:00 IST +0530
updated_at: 2022-06-13 13:08:00 IST +0530
------------------------
assigned to @bmorashad
Updated by Inosh Perara almost 2 years ago
- Assignee changed from Muhammad Rashad to Shamalka Navod
Updated by Viranga Gunarathna over 1 year ago
- Project changed from product-uem 5.3.0 GA to 32
Updated by Viranga Gunarathna about 1 year ago
- Project changed from 33 to Backlog
Updated by Arshana Atapattu 11 months ago
- Assignee changed from Shamalka Navod to Pramila Niroshan
Updated by Pramila Niroshan 11 months ago
- % Done changed from 0 to 90
Updated by Pramila Niroshan 11 months ago
- % Done changed from 90 to 100
Updated by Arshana Atapattu 8 months ago
- Status changed from QA to Implementation
Updated by Pahansith Gunathilake 7 months ago
- Due date changed from 08/07/2024 to 08/10/2024
- Start date changed from 15/11/2021 to 24/09/2024
- % Done changed from 100 to 60
Updated by Kavin Prathaban 3 months ago
- Status changed from On hold to Implementation
- Assignee changed from Pramila Niroshan to Kavin Prathaban
Updated by Rajitha Kumara about 1 month ago
- Assignee changed from Kavin Prathaban to Rajitha Kumara
Updated by Rajitha Kumara about 1 month ago
- % Done changed from 60 to 0
Operation monitoring configuration contains following operations.These operations are carrying out through Device Details Retriever Task.
Windows device type
- DEVICE_INFO
- DEVICE_LOCATION
- SECURITY_INFO
- FIREWALL_INFO
- APPLICATION_STORE_LIST
- OS_UPDATE_INFO
Android device type
- DEVICE_INFO
- DEVICE_LOCATION
- APPLICATION_LIST
- SERVER_VERSION (Adding as a Startup Operation)
IOS device type
- DEVICE_INFO
- DEVICE_LOCATION
- APPLICATION_LIST
- SECURITY_INFO
- AVAILABLE_OS_UPDATES
SIM device type (None)
Updated by Rajitha Kumara about 1 month ago
- Project changed from product-uem 6.3.0 GA to product-uem 7.0.0 GA
Updated by Arshana Atapattu 14 days ago
- Project changed from product-uem 7.0.0 GA to product-uem 6.4.0 GA
Updated by Rajitha Kumara 4 days ago
Support PRs:
https://github.com/entgra-support/support-carbon-device-mgt/pull/5
https://github.com/entgra-support/support-emm-proprietary-plugins/pull/8
Required Configurations:
- deploymemt.toml
[heart_beat_beacon_conf]
enable=true
notifier_initial_delay_in_seconds=30
notifier_frequency_in_seconds=300
time_skew_in_seconds=5
sever_timeout_interval_in_seconds=600
[task_watcher.conf]
enable=true
- mdm-ui-config.xml
<Scope>admin:dynamic-task-configurations:view</Scope>
<Scope>admin:dynamic-task-configurations:modify</Scope>
- Set
Enable
property tofalse
inTaskConfiguration
entries of deviceType files located in<server-home>/repository/deployments/server/deviceTypes