AppControl Docs
  • Introduction
  • Overview
    • Features
    • Product architecture
      • AppControl Repository
      • Policy Checks
    • Initial set up
      • AppControl User
      • Install package
      • Configure system
      • Add apps
      • Add users
      • Give permissions
    • User Roles & Access
    • Getting Started
      • Platform Administrator
      • App Owner
      • App Administrator
      • Developer
  • Dashboards
    • Platform
    • Alerts
    • App
      • Log Rule
    • Policies
      • Compare Revisions
    • Releases
      • Create Release
    • Tasks
      • Task Assignment
      • Task Details
    • Insights
      • Components
      • Reports
      • Users
      • Logs
  • Administration
    • Policies
    • Pipelines
      • Approval
      • Backup
      • Build
      • Call API
      • Check Policy
      • Deploy
      • Deploy Configuration
      • Notification
      • Start / Stop
    • Tasks
    • App Groups
    • Access Groups
    • System
      • Accounts
      • Notifications
      • System Status
      • System Logs & Tools
      • System Configuration
      • Repository
        • Log Solution
      • Product License
      • Management API
      • Mendix Configuration
    • Feedback
  • Checks
    • APIs
      • Published APIs must use authentication
    • App
      • Project security level
      • Project security enabled
      • Demo users enabled
      • Anonymous users enabled
      • Strong password policy
      • Default admin username changed
      • Anonymous user access restricted
      • Default admin user restricted
      • Use strong hash algorithm
      • Check user role security for consistency
      • Restrict users to a single session
      • Perform strict page URL checks
      • Project naming standards
    • Components
      • Components with vulnerabilities
      • Mendix runtime version age
      • Mendix runtime support status
      • Non platform supported components
      • Max component age
      • Average age components
      • Use latest version of Marketplace module
      • Use latest version of Marketplace widget
      • Use latest version of Mendix
      • Limit number of Java libraries
      • Limit number of widgets
      • Use minimum Mendix runtime version
    • Constants
      • Do not expose constants to client
    • Development
      • Last commit to production
      • Last commit to project
      • Project documentation standards
      • Project organization standards
      • Project logging standards
    • Domain Model
      • Default member access rights restricted
      • Use read only attributes in XPath constraints
      • Anonymous users can only change own data
      • Anonymous users cannot change unlimited length strings
      • Domain model standards
      • Anonymous user access restricted
      • Naming standards - Domain Model
      • Documentation standards - Domain Model
    • Enumerations
      • Naming Standards - Enumerations
    • Microflows
      • Incorrect date format
      • Incorrect empty string check
      • Empty variable used
      • Apply entity access when generating documents
      • Use inherited entities from System module
      • Web service calls with templates should be escaped
      • Naming Standards - Microflows
      • Logging Standards - Microflows
      • Documentation Standards - Microflows
    • Pages
      • Attributes in data views should be editable
      • Naming Standards - Page Flows
      • Documentation Standards - Pages
  • Support
    • Docs
    • Feedback
    • Tickets
    • Releases
    • System Status
    • User Details
Powered by GitBook
On this page
  1. Support

System Status

The Systeem Status tab shows you an overview of all the environments that have been detected by AppControl, and the current revisions status of the environment (if it has been scanned and analyed by AppControl). This overview also shows you which AppControl features are currently enabled for your environments. If a feature is not enabled, it has either been turned off by the AppControl administrator, or the AppControl user that is used to access your app does not have sufficient access rights.

Use this tab to determine why information that you expect to see in AppControl might be missing.

The following are the various features of AppControl that may be turned ON or OFF for your app:

  • Releases. The ability to create and use pipelines to create releases of your app.

  • Policies. The ability to check your app for compliance with policies. If this is turned OFF you will not see your app in the App Dashboard.

  • Alerts. The ability to receive and process app alerts from your app hosting platform. If this is turned OFF you will not see any alerts for your app in the Alert Dashboard.

  • Logs. The ability to receive and analyze access and app logs (Insights). If this is turned OFF you will not see any log data for your app in the Insights Dashboard.

For each environment the 'Revision Status' is displayed. This shows you whether or not AppControl has scanned and analyzed the revision deployed to the environment. The possible statuses are:

  • Not Processed. A newly deployed revision has been detected for this environment, but it has not yet been procssed.

  • Processing Model. The model for this environment is currrently being processed.

  • Model Processed. The model for this environment has been processed. After processing thee model, information about used components, widgets, Java Libraries, and other technical information is available to the system.

  • Checking Revision. The revision is currently being checked for compliance with your policies.

  • Revision Checked. The revision has been checked for compliance with your policies. Policy results are now available in the Policy Dashboard.

  • Queued for Processing. The model deployed to this environment is queued for processing.

  • Queued for Checking. The revision is currently queued to be checked for compliance with your policies.

  • Processing Failed. The system failed to process your model. You can attempt to process the model again from the 'Revisions' tab in the App page. You can check the logs for dettails as to why the processing failed.

  • Check Failed. The system failed to check the policy compliance of your revision. You can attempt to check the revision again from the 'Revisions' tab in the App page. You can check the logs for dettails as to why the policy check failed.

PreviousReleasesNextUser Details

Last updated 4 months ago