News:

We really need your input in this questionnaire

Main Menu

help with NetXMS

Started by nichky, February 19, 2026, 03:25:56 AM

Previous topic - Next topic

nichky

Hi,

I'm new to NetXMS and I'm planning to use it for monitoring purposes. I've come across a few issues that I'm not sure how to resolve on my own, so I'd appreciate your guidance.

Here are my questions:

SNMP is properly configured on all devices, and I'm receiving most of the data from them. However, I'm not getting CPU temperature or device health information. Do I need to manually obtain the OIDs for each device and add them individually?

For more detailed information on specific interfaces, I can retrieve it by clicking "Create Data Collection Items." However, I would like this to be enabled automatically for all interfaces, since it wouldn't be practical to configure each interface manually across 50 devices.

Thank you in advance for your help.

Filipp Sudanov

1) Yes, you need to configure DCIs with relevant OIDs. This typically is done in a template, for modular things like PSUs instance discovery can be used to autodetect things. Feel free to ask for more details.

2) Since v 5.something we have out-of-the-box templates for traffic monitoring, see under Templates->Interface traffic. They are not applied by default (to avoid surprise on large installations with thousands of network devices), so you need to add custom attribute "Template.InterfaceTraffic" with value "YES", you can just do it on Infrastructure Services and put "Inheritable" checkbox.

nichky

Hi Filipp


1) Could you please elaborate further?

2) Understood. I need to create a new parameter in Templates → Interface Traffic and apply it to the routers where I want to create Data Collection Items.

Filipp Sudanov

1) will get back later
2) I was mentioning custom attribute, please consult the documentation: https://netxms.org/documentation/adminguide/object-management.html#custom-attributes

nichky

For the first one, I'm not completely sure if it's correct, but this is what worked for me:

I created a new template called CPU, then under Data Collection I added the OID. Finally, I applied the template to all devices.

With the second one, I didn't have any luck. I'll need to look into it further.

nichky

Hi Filipp - let me know about the first one when u get a chance. thx

nichky

Filip

about Create Data Collection Items:
this is what im doing:

Navigate to Infrastructure Services in the object tree.
Right-click on Infrastructure Services and select Properties.
Go to the Custom Attributes tab.
ADD:
Name: Template.InterfaceTraffic
Value: YES
tick the "Inheritable" box.

Pull->configuration

is not working

can you pleas advice

nichky

#7
Just a quick update on this. I'm currently using MikroTik devices, and I can see the physical interfaces in NetXMS without any issues.

Physical interfaces are working correctly; however, virtual interfaces such as VLANs, PPPoE interfaces, VPN interfaces, etc., are not appearing.

Could you please advise what might be causing this or what I should check to ensure these interfaces are discovered properly?

Victor Kirhenshtein

Just to clarify - you mean you have created VPN or VLAN interface on Mikrotik device, and it is not visible in "Interfaces" view?
One note on newly added interfaces - they will appear in NetXMS after next configuration poll. You can manually force configuration poll by selecting Poll -> Configuration from node menu.
If new interface did not appear after configuration poll, please provide more specific details on interface type and how it is configured in Mikrotik so we could reproduce the issue.

nichky

1.Just to clarify - you mean you have created VPN or VLAN interface on Mikrotik device, and it is not visible in "Interfaces" view?

YES
The goal is to include all interfaces — such as VPN, VLAN, and PPPoE — in the data collections. I am currently using Template.InterfaceTraffic on the customer attribute, which allows me to see all physical interfaces in the data collections. However, I need a solution to also include virtual interfaces. Additionally, I would like an easy way to add monitoring for CPU, temperature, voltage, and other hardware metrics.


2. One note on newly added interfaces - they will appear in NetXMS after next configuration poll. You can manually force configuration poll by selecting Poll -> Configuration from node menu.
If new interface did not appear after configuration poll, please provide more specific details on interface type and how it is configured in Mikrotik so we could reproduce the issue.


I'm aware of that.