Current configuration

{
    "@thresholdsAlertsConfig": {
        "notificationProviders": [
            {
                "className": "net.anotheria.moskito.core.threshold.alerts.notificationprovider.LogFileNotificationProvider",
                "parameter": "MoskitoAlert",
                "guardedStatus": "GREEN"
            }
        ],
        "@alertHistoryConfig": {
            "maxNumberOfItems": 500,
            "toleratedNumberOfItems": 550
        },
        "dispatcherThreadPoolSize": 0
    },
    "@thresholdsConfig": {},
    "@accumulatorsConfig": {
        "accumulationAmount": 200
    },
    "@pluginsConfig": {
        "plugins": [
            {
                "name": "NoOpPlugin",
                "className": "net.anotheria.moskito.core.plugins.NoOpPlugin",
                "configurationName": "none"
            }
        ]
    },
    "@mbeanProducersConfig": {
        "registerAutomatically": false,
        "updateAutomatically": true,
        "delayBeforeFirstUpdate": 15000
    },
    "@builtinProducersConfig": {
        "javaMemoryProducers": true,
        "javaMemoryPoolProducers": true,
        "javaThreadingProducers": true,
        "osProducer": true,
        "runtimeProducer": true,
        "mbeanProducers": true
    }
}

Configured thresholds

{
    "name": "ThreadCount",
    "producerName": "ThreadCount",
    "statName": "ThreadCount",
    "valueName": "Current",
    "intervalName": "default",
    "timeUnit": "MILLISECONDS"
}

{
    "name": "PermGenFree",
    "producerName": "MemoryPool-PS Perm Gen-NonHeap",
    "statName": "MemoryPool-PS Perm Gen-NonHeap",
    "valueName": "Free",
    "intervalName": "1m",
    "timeUnit": "MILLISECONDS"
}

{
    "name": "OldGenFree",
    "producerName": "MemoryPool-PS Old Gen-Heap",
    "statName": "MemoryPool-PS Old Gen-Heap",
    "valueName": "Free",
    "intervalName": "1m",
    "timeUnit": "MILLISECONDS"
}

Chart Engines

Available engines:
  • GOOGLE_CHART_API, parameters: google googlechart googlechartapi
  • JQPLOT, parameters: jq_plot jqplot
Selected engine:
  • GOOGLE_CHART_API

WebUI Config (mskwebui.json)

producerChartWidth: 1200
producerChartHeight: 600
defaultChartEngine: GOOGLE_CHART_API
connectivityMode: LOCAL
Remotes:
  • Develop@localhost:9401
  • web01@web01.prod:9401
  • web02@web01.prod:9401
  • UserService@biz01.prod:9401
  • ProfileService@biz01.prod:9402