Delay in charts

Maybe this has been already discussed but I cannot find it.

We have lpar2rrd agent running every minute in cron. But then in the out file there is info about random delay in sending data (usualy it is not being sent for few minutes). That's the first delay. I assume this is to not overload lpar2rrd server.

When finally data is sent it is not immediately displayed on dashboard/charts. In total we have to wait 15-20 minutes before seinng current state.

Is there any way of making this real time? 1, max 2 minutes is accepted. 20 is not.

I am using v7.7 in a docker (it it matters).


thx

Comments

  • agent data is sent once a 20 - 30 minutes, randomly.

    if you can initiate data sent every minute then put "-d" option into OS agent cmd line, no other options.

    Note that it will increase load on the lpar2rrd server

    * * * * * /usr/bin/perl /opt/lpar2rrd-agent/lpar2rrd-agent.pl -d LPAR2RRD_SERVER  > /var/tmp/lpar2rrd-agent.out 2>&1

  • margrepko
    edited February 9

    Thats exactly what I needed.

    Thanks!

Sign In or Register to comment.