Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - xelander

#16
Nothing changed, sorry  :'(



#17
Hi,
I upgraded to version 3.4.284, both the server and the management console, but unfortunately nothing changed.

The query is the same:
SELECT idata_timestamp,idata_value,raw_value FROM idata_2069 WHERE item_id=682 ORDER BY idata_timestamp DESC LIMIT 4096
but still no data is displayed in the History view or in the Charts view, and I cannot find any error in MariaDB nor Netxms logs.

Is there anything alse I can try to debug the problem?

Thanks,
Alessandro

#18
Hello,
I enabled query logging on the DB and the query seems to be correct, and it returns valid data (see attachements):

SELECT idata_timestamp,idata_value,raw_value FROM idata_2069 WHERE item_id=682 ORDER BY idata_timestamp DESC LIMIT 4096

I'll try the new version as soon as possible, and I'll let you know.

Thanks,
Alessandro

#19
Hi,
thank you very much for your answer, I checked the DB and the data seems to be there (see screeshots).

Timestamps seem correct too: in the table they're UTC and on the server and client the time is CEST (UTC+1, +2 with daylight savings).
Even if they were wrong, shouldn't I at least see the values in the "History" view, albeit with wrong timestamps?

Thanks,
Alessandro
#20
Hello,
I'm new to NetXMS, I just installed it on a CentOS 8 VM with MariaDB 10.3.17 and it's working fine, but there is one thing I cannot understand.

I configured an internal DCI (ICMP.ResponseTime.Max) and an SNMP DCI (.1.3.6.1.2.1.2.2.1.11.1 - ifInUcastPkts) and they seem to work fine, since I can see the last values.
But when I try to see the History or a Chart for a value they are both empty (see attachments).

Can you help me? Am I doing something wrong?

Thanks,
Alessandro