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

#736
General Support / Re: Agent Tables
April 11, 2023, 01:41:50 PM
And what is in Columns in table properties?
#737
Which Postgres and Timescale versions do you use?
#738
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
#739
Yes, reporting process gets database credentials from netxmsd process. What is the value of DBServer= in your netxmsd.conf ?
#740
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?
#741
Починили, будет в следующем патч релизе
#742
try running
yum update
yum install jansson
#743
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?
#744
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.
#745
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)
#746
We plan to add audit for screenshots in next patch release.
#747
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
#748
Таймаут все-таки будет задаваться в миллисекундах, так что TLS.Certificate.ExpiresIn(mail.###.ru,443,,timeout=30000) может оставаться и в дальнейшем
#749
Да, HTTPS.CertificateExpireDate - это я фигню написал - на системе где я смотрел был настроен такой ExternalParameter.

А с TLS.Certificate.ExpiresIn есть ошибка в коде - там таумаут по умолчанию должен был быть 30 сек, а получился 30 мс. Будет поправлено в следующем патч релизе.

На сейчас можно сделать так:
TLS.Certificate.ExpiresIn(mail.###.ru,443,,timeout=30000)
Только после патч релиза нужно будет это убрать или заменить на timeout=30, иначе таймаут станет 30 тысяч секунд
#750
А на какой это операционке (или это веб интерфейс)?