Public/DashboardSettings.json

[
    {
        "Dashboard": {
            "Settings": {
                "cycleInterval": 30,
                "refreshInterval": 60,
                "lastContactDays": 30,
                "unDrawColor": "#006cac",
                "port":8003,
                "eventDays":14
            },
            "Components": {
                "Systems": [
                    "system_agentVersion",
                    "system_lastContact",
                    "system_newSystems",
                    "system_os",
                    "system_version",
                    "system_mfaStatus"
                ],
                "Users": [
                    "user_mfaStatus",
                    "user_newUsers",
                    "user_passwordChanges",
                    "user_passwordExpirations",
                    "user_privilegedUsers",
                    "user_userStates"
                ],
                "Associations": [
                    "associations_o365",
                    "associations_gsuite",
                    "associations_ldap",
                    "associations_radius",
                    "associations_useractivationstatus",
                    "associations_syspolicy"
                ],
                "DirectoryInsights": [
                    "directoryinsights_systemCreateDelete",
                    "directoryinsights_userCreateDelete",
                    "directoryinsights_dailyUserPortalLoginAttempts",
                    "directoryinsights_userGroupChanges",
                    "directoryinsights_systemGroupChanges",
                    "directoryinsights_dailyAdminConsoleLoginAttempts"
                ]
            }
        },
        "1Get-UDSystemUsers": {
            "Settings": {
                "refreshInterval": 60
            }
        },
        "2Get-UDSystems": {
            "Settings": {
                "lastContactDays": 30,
                "refreshInterval": 60
            }
        },
        "3Get-UDAssociations": {
            "Settings": {
                "refreshInterval": 60
            }
        },
        "4Get-UDDirectoryInsights": {
            "Settings": {
                "refreshInterval": 60,
                "eventDays": 14
            }
        }
    }
]