Recent posts

#91
General Support / Re: A switch network equipment...
Last post by Alex Kirhenshtein - April 11, 2024, 10:58:19 AM
Driver is unrelated to templates, it's a loadable server extension which provide vendor (or device) specific information which is either not available via common SNMP OIDs, or not available via SNMP at all (like physical ports layout on the switch).
GENERIC is a default driver for all devices which works in standard way. In ideal world it would be the only driver in the system.

You can check sources here: https://github.com/netxms/netxms/tree/master/src/server/drivers.
#92
General Support / A switch network equipment man...
Last post by lukexjin - April 11, 2024, 10:01:12 AM
I want to know which template stands for GENERIC
this switch is auto discovered,netxms how to check which snmp driver should be used?
In other words, how can I add more manufacturer features to this
#93
General Support / Re: I want to use netxms for i...
Last post by Filipp Sudanov - April 10, 2024, 09:21:42 AM
For servers - you'd need to install netxms agent and set
MasterServers = IP-address-of-your-netxms-server

in nxagentd.conf

After adding a node in netxms, it should detect that agent is present on that system, then you can add DCIs (data collection items) for the metrics that you need.

Also, check the docs, there's some info there:
https://www.netxms.org/documentation/adminguide/concepts.html

https://www.netxms.org/documentation/adminguide/quickstart.html
#94
а есть в планах ? очень бы хотелось видеть, изменения в драйвере небольшие требуются.
#95
Пока никак, это требует небольшого изменения в коде драйвера.
#96
Можно ли как то настроить отправку оповещения в конкретный топик группы, а не просто группу как сейчас по умолчанию ? параметр "Recipients address" у канала или что то подобное.
Чтобы было так - есть группа "Оповещения", а в ней топики #площадка1 #площадка2 #площадкаХ, где в каждый топик пишет свой бот своего сервера NetXMS на своей площадке. В текущей конфигурации все боты всех площадок пишут в простую общую группу, как добавить параметр #топик

Статья на Хабре
https://habr.com/ru/articles/770582/
#97
General Support / I want to use netxms for infor...
Last post by lukexjin - April 07, 2024, 10:02:45 AM
For servers: collect sequence numbers, types, etc. Collect the number, frequency and type of CPU; The number and model of GPU cards Hard disk, memory, network card is similar; OS version, etc.
For network devices: snmp management, collect device version, model, sn, etc
#98
General Support / Re: Install agent on Ubuntu in...
Last post by blairmc96 - April 05, 2024, 04:34:49 PM
stratum@HOU-L1-RPI-1:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.4 LTS
Release:        22.04
Codename:       jammy

Thanks!
#99
General Support / Re: NETXMS EMAIL NOTIFICATION ...
Last post by MarcusH - April 05, 2024, 02:21:33 PM
To send mail with authenticated SMTP with 365 user the account has to have that function enabled.
Since it is big security issue for bigger organisations that function is most likely disabled. 
#100
General Support / Re: Install agent on Ubuntu in...
Last post by Alex Kirhenshtein - April 05, 2024, 08:36:34 AM
Please show output of "lsb_release -a" from that system