News:

We really need your input in this questionnaire

Main Menu

Recent posts

#91
General Support / netxms is showing wrong lldp p...
Last post by dhavalslad - March 14, 2024, 06:07:07 AM
netxms is showing wrong interface number on Layer 2 topology map.Please find attached pdf for more detail.
#92
General Support / Re: Netxms is not able to fetc...
Last post by dhavalslad - March 14, 2024, 05:42:32 AM
Problem got resolved after putting below command in huawei switches.

snmp-agent mib-view included view-name iso
snmp-agent community read community_name mib-view view-name

thanks
#93
General Support / Re: Range of required resource...
Last post by fabrizio.alba - March 13, 2024, 12:16:11 PM
Thanks Filipp!
Very helpful as usual...  :)
 
Fabrizio
#94
General Support / Re: Range of required resource...
Last post by Filipp Sudanov - March 13, 2024, 12:00:28 PM
It's quite hard to estimate required resources, as they depend not only on the number of nodes, but also on number of interfaces, number of DCIs per node, data collection interval and storage time, number of scripts, number of various events happening and so on. Also, on big systems use of Timescale DB helps, as it minimizes housekeeper resource usage.

Here are some real-life data about tree installations - X, Y and Z. All are using SSD or NVMe storage. On these systems Postgres (non-timescale) was used, running on the same server, so RAM and core numbers cover both NetXMS and DB engine.

Number of datapoints per second was obtained from the DB by this query: SELECT polling_interval, retention_time, count(polling_interval) FROM items GROUP BY polling_interval, retention_time ORDER BY retention_time, polling_interval;
 
XYZ
Objects205545604041542
Monitored nodes217526565376
Collectible DCIs34260185742372240
Collected datapoints per second3729792290
Stored datapoints, millions89951497844195
RAM, GB2474160
CPU cores81020
DB size, GB23715001500
Bytes per datapoint5310861
#95
General Support / Re: PDU SNMP Parsing
Last post by Filipp Sudanov - March 13, 2024, 11:24:04 AM
Most probably your DCI became unsupported. If you right-click the list of DCIs, there's "show unsupported" in the context menu. Or you can switch to edit mode - there's pen icon above DCI list.

Check that DCI origin is set to script, check the name of the script. If you right-click your node and choose "execute script", you can run your script there to test if it returns some result. Script parameters, e.g. .1.3.6.1.2.1.1.1.0, activePower can be provided via parameters field.
#96
General Support / Re: I complile a new HUAWEI MI...
Last post by Filipp Sudanov - March 13, 2024, 11:18:33 AM
Hi,

The only thing that MIB files provide is textual decoding of OIDs in MIB explorer. MIBs are not related to templates, you have to create that template yourself.
#98
General Support / Re: Sharing Standard Templates...
Last post by lukexjin - March 13, 2024, 05:25:14 AM
hi,bro
I have a doubt
where can I import/export these Templates
thanks
#100
Общие вопросы / Re: CentOS Linux 7 (Core) + ne...
Last post by Alex - March 12, 2024, 10:46:59 AM
Проблема оказалась в Tomcat. Установил 9.0.86 и все заработало. Спасибо!