Monitoring alert -- Resource limit succeeded

  • Hi All,


    So i have set my back ups to run weekly during the night but everytime they run i wake up to about 20 email with this


    What is this and is it something i should be worried about?

    Normally if its in red it's bad!!!


    Machine 1 - Dell OptiPlex 790 - Core i5-2400 3.10GHz - 16GB RAM - OMV5

    Machine 2 - Raspberry PI4 - ARMv7 - 2GB - OMV5

  • This means that the copy operation causes a quite high load on the system


    with this, you can check which load warning values are set currently (as a multiplicator for each CPU core)


    grep -r 'default:OMV_MONI' /srv/salt/omv/* | cut -d ":" -f3 | cut -d')' -f1 | sort | uniq


    I've modified these values with the following steps:

    sudo nano /etc/default/openmediavault


    add these two variables which corresponds to the double of the former value:

    OMV_MONIT_SERVICE_SYSTEM_LOADAVG_1MIN_MULT=4

    OMV_MONIT_SERVICE_SYSTEM_LOADAVG_5MIN_MULT=2

    then you need these two commands to activate them

    sudo omv-salt stage run prepare

     sudo omv-salt deploy run monit


    this modification does not eliminate the warnings but set the threshold for short-time boundary exceed to the double of the former value. So according to the length of the high-load phase (i did not modify the 15min load-average) and the absolute load (i only raised the limit) you will at least get less mails or even no mails.


    Questions to the experts: is is also possible to enter a value like 1.5? Or are only integer vaules allowed?

  • Thank you so much for your reply, unfortunatly a recent power outage shot my back up drive but i have done what you said about so when i get a new back up drive i can test this.


    :)

    Normally if its in red it's bad!!!


    Machine 1 - Dell OptiPlex 790 - Core i5-2400 3.10GHz - 16GB RAM - OMV5

    Machine 2 - Raspberry PI4 - ARMv7 - 2GB - OMV5

  • Hello,


    This post is a bit dated.


    I wanted to do the same at home.


    But once the two lines add. And the commands were performing.


    I redid the check command but no change is visible on the two lines.


    Should I restart the server?

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!