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 - Filipp Sudanov

#601
General Support / Re: Attach device id to node
April 11, 2023, 04:19:31 PM
There's new asset management functionality coming in 4.4. There will be option to configure the fields and fill them in for each node. I think there should also be a search mechanism.
There's no mechanism to display these fields exactly on overview tab, but this could be achieved by a script DCI displayed there or by script macro called from commend field.

Also, when this will be implemented, these values could be put into built-in fields from configuration poll hook: https://track.radensolutions.com/issue/NX-2402

In current version you can either use a custom attribute or a push DCI (e.g. you can use script object tool to edit the value).
Searching could be done using "Find object" query, pls update if you need an example on this.
#602
General Support / Re: Find Switch Port - Bug
April 11, 2023, 01:46:33 PM
Should be fixed now, pls check most recent patch release
#603
General Support / Re: Agent Tables
April 11, 2023, 01:41:50 PM
And what is in Columns in table properties?
#604
Which Postgres and Timescale versions do you use?
#605
General Support / Re: DCI Retention
April 04, 2023, 12:11:22 PM
If you are opening history from last values, it's opening 4096 last values there. But under three dots icon in upper right corner you can select arbitrary date range.

Retention period for DCI is set in Data Collection Configuraiton, by default it's 30 days
#606
Yes, reporting process gets database credentials from netxmsd process. What is the value of DBServer= in your netxmsd.conf ?
#607
General Support / Re: Cisco Meraki MIB
March 14, 2023, 03:21:46 PM
MIB file and driver are two different things. MIB files just add textual oid and description in MIB browser.

Drivers exist for a limited number of devices (list of drivers is in the documentation: https://www.netxms.org/documentation/adminguide/snmp.html). Drivers do several things:
- provide some information that is not supported by generic driver, e.g. device geographical coordinates
- fix problems for devices that report something incorrectly under standard OIDs.

Are you having any issues with your Meraki devices under generic driver?
#608
Починили, будет в следующем патч релизе
#609
try running
yum update
yum install jansson
#610
General Support / Re: Telnet Monitoring
February 21, 2023, 05:45:16 PM
Do you want just to check that telnet port is open, or to issue some command and get result?
#611
Listening IP can be change by setting java option nxreportd.bindAddress, simplest way to do it is adding -Dnxreportd.bindAddress=1.2.3.4 to JAVA_OPTIONS in /usr/bin/nxreportd

Port is currently hard-coded. If it's causing problems, it could be made configurable is some future patch release.
#612
There is topology-based event correlation built in NetXMS. If we know, based on topology, that some node is behind a switch and this switch goes down, that for that node SYS_NODE_UNREACHEABLE event should get generated (SYS_NODE_DOWN is not generated, as we can not say for sure is that node down or up as there's no communication to it)
#613
We plan to add audit for screenshots in next patch release.
#614
Try running
systemctl daemon-reload
as it's suggesting. 

Then try
systemctl start netxms-reporting.service


systemctl status netxms-reporting.service
and
journalctl -u netxms-reporting.service
should provide information about status of the reporting service
#615
Таймаут все-таки будет задаваться в миллисекундах, так что TLS.Certificate.ExpiresIn(mail.###.ru,443,,timeout=30000) может оставаться и в дальнейшем