PDA

View Full Version : RRD tool Centreon views problem


koffu
10-17-2008, 12:58 PM
hi guys!
I can't solve this problem, need you help.

I'm installed Centreon 1.4.1 on Debian Etch + Nagios2 by topic
http://en.doc.centreon.com/InstallOreon1.4-DebianEtch
After that I'm setup graphs by this topic
http://en.doc.centreon.com/Graphs

All was ok, but after changing system date and time all graphs are crashed.
Now I have graps, but all counters are "nan" and "ods" give sometimes 100% CPU Load.

logs says that:
ods.log
1224236234 - Rebuild Graphs for Services : 251224236234 - Get Data for rebuilding /usr/local/oreon/OreonDataStorage/52.rrd
1224236234 - Rebuild database : /usr/local/oreon/OreonDataStorage/52.rrd (interval : 30 - Len : 1051200)
1224236234 - ERROR while updating /usr/local/oreon/OreonDataStorag /52.rrd at 1224166755 -> 240.318 : illegal attempt to update using time 1224166755 when last
update time is 1224166755 (minimum one second step)
1224236234 - ERROR while updating /usr/local/oreon/OreonDataStorag/52.rrd at 12
24166755 -> 240.318 : illegal attempt to update using time 1224166755 when last
update time is 1224166755 (minimum one second step)1224236234 - ERROR while updating /usr/local/oreon/OreonDataStorage/52.rrd at 1224166755 -> 240.318 : illegal attempt to update using time 1224166755 when lastupdate time is 1224166755 (minimum one second step)
1224236234 - ERROR while updating /usr/local/oreon/OreonDataStorag/52.rrd at 12
24166755 -> 240.318 : illegal attempt to update using time 1224166755 when lastupdate time is 1224166755 (minimum one second step)

ods_demon.log
Use of uninitialized value in multiplication (*) at /usr/local/oreon/ODS/ods line 383

Generally rrdtool draw graphs, but they contain any info.

koffu
10-17-2008, 01:42 PM
I check all path, permissions - graphs start working, but in logs many such messages:
1224239684 - ERROR while updating /usr/local/oreon/OreonDataStorage/122.rrd : illegal attempt to update using time 1224239638 when last update time is 1224239638 (minimum one second step)
1224239684 - Updating : /usr/local/oreon/OreonDataStorage/123.rrd : ok, 1224239638:1.000000e+00
1224239684 - ERROR while updating /usr/local/oreon/OreonDataStorage/123.rrd : illegal attempt to update using time 1224239638 when last update time is 1224239638 (minimum one second step)
1224239684 - Updating : /usr/local/oreon/OreonDataStorage/124.rrd : time, 1224239638:1.504900e+01
1224239684 - ERROR while updating /usr/local/oreon/OreonDataStorage/124.rrd : illegal attempt to update using time 1224239638 when last update time is 1224239638 (minimum one second step)
1224239684 - Updating : /usr/local/oreon/OreonDataStorage/125.rrd : ok, 1224239638:1.000000e+00

Where is my problem?