openvstorage / openvstorage-health-check

The health check is classified as a monitoring and detection tool for Open vStorage.
3 stars 7 forks source link

configure NSM load thresholds #473

Closed jeroenmaelbrancke closed 6 years ago

jeroenmaelbrancke commented 6 years ago

We would like to configure the NSM load thresholds via the Configuration (default_arguments)

"alba": {
        "disk-safety-test": {
            "include_errored_as_dead": false,
            "skip_backend": [],
            "backend": []
        },
        "backend-test": {},
        "processes-test": {},
        "proxy-test": {},
        "nsm-load-test": {
             "max_load": 500
         },
        "proxy-port-test": {}
    },
JeffreyDevloo commented 6 years ago

Well the Framework would take it into account by setting 'ovs/framework/plugins/alba/config|nsm.maxload'. I'll allow the healthcheck to use a different one on demand

JeffreyDevloo commented 6 years ago

Fixed by #475 Packaged in openvstorage-health-check_3.8.0-dev.1527610634.03e2674-1_amd64.deb

JeffreyDevloo commented 6 years ago

Proper implementation by https://github.com/openvstorage/openvstorage-health-check/pull/476 Packaged in openstorage-health-check_3.8.0-dev.1527679835.c3779be-1_amd64.deb

JeffreyDevloo commented 6 years ago

Released in https://github.com/openvstorage/openvstorage-health-check/releases/tag/3.4.10 and https://github.com/openvstorage/openvstorage-health-check/releases/tag/3.8.0