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 - Tatjana Dubrovica

#61
I have fixed the bug. The fix will be included in the next build.
A problem occurs if in DCI string format, there is no letter character after the percent sign (%), like: %123 or %.5
As a temporary solution you can change this link configuration in the database. The server should be stopped while database modification.
#62
Предоставте пожалуйста результат запуска команды /opt/netxms/bin/nxget -T NODE_IP "System.InstalledProducts"
где NODE_IP нужно заменить на IP ноды с ID 941.
#63
Announcements / Re: NetXMS 3.0 released
September 25, 2019, 01:40:54 PM
Found problem. It should be only with sending notification using "Send Notification" functionality form UI.
#64
У меня сервер падает после удалении канала. Я починила возможную проблему. Изменение войдёт в следующи патч релиз.

Ещё поправила конфигурацию generic канала, тоже войдёт в следующи патч релиз. Сейчас он ждёт portname=Com3 в конфигурации а не port=Com3. Так что сейчас можно поправить конфигурацию.
#65
General Support / Re: LDAP sync using wrong fields?
September 17, 2019, 01:47:42 PM
Hi,

Can you please send the full log of the synchronization? You can send it as a private message if you want.
Your current configuration looks good.
#66
Общие вопросы / Re: Карта сети
September 16, 2019, 03:46:32 PM
Еще советую проверить лог сервера на ошибки вида:
2019.09.16 15:42:41.322 *E* [db.driver          ] SQL query failed (Query = "INSERT INTO network_map_elements (map_id,element_id,element_type,element_data,flags) VALUES (?,?,?,?,?)"): Incorrect string value: '\xD0\x9A\xD0\xBE\xD1\x80...' for column 'element_data' at row 1
Это может означать что в база данных сделана не с UTF8 кодировкой и мы не можем записать туда строчку.
#67
General Support / Re: help with aggregate DCI
September 16, 2019, 03:39:34 PM
Quote from: Egert143 on September 16, 2019, 02:03:33 PM
When i add "dciValueB = GetDCIValue($node,dci->name);" then i already get dci unsupported error.

When i use "if (dci->name like "*{instance}") continue;" it doesent match.

You should do: "dciValueB = GetDCIValue($node,dci->id);"
As GetDCIValue requires node object and DCI id as a parameters: https://www.netxms.org/documentation/nxsl-3.0/#func-getdcivalue
#68
Общие вопросы / Re: Карта сети
September 16, 2019, 01:28:05 PM
Поправила проблему, которую нашла в логах. Всё падало когда между нодами было больше 9 линков. Теерь должно корректно обрабатывать любую ситуацию. Исправление будет включено в следующий патч релиз.
#69
Announcements / Re: NetXMS 3.0 released
September 16, 2019, 12:52:36 PM
Quote from: brettmilfos on September 13, 2019, 06:49:59 AM

Hi,

That fixed the issue of not finding the DriverName.

Checking the logs the generic driver finds the device OK, but when I try to send a notification it says it cannot send the notification as there is no such channel name.

Cheers, Brett.

Can you please provide screenshot of Cannel configuration for GenericDriver. It is under "Configuration"->"Notification Channels"
#70
There are now 2 different links for the data dictionary:
https://www.netxms.org/documentation/datadictionary-3.0/
https://www.netxms.org/documentation/datadictionary-2.2/

Link on website will be updated soon.
#71
Общие вопросы / Re: Карта сети
September 12, 2019, 05:39:57 PM
Пришлите лог консоли. Он должен находиться в домашней дериктории пользователя в пути ~/.nxmc/data/.metadata/.log
#72
Читать нужно тут: https://www.netxms.org/documentation/adminguide/agent-management.html#agent-external-metrics
Про раздел 6.9 неочень поняла где это.

В вашем случает вы пишите в основной части агентского конфига:
ExternalParameter = HTTPS.CertificateExpireDate: powershell.exe -file "\\Scripts\test.ps1"

Без звёздочки так как параметры вы не подаёте. Перезапускаете агент, делаете Configuration poll и дальше метрикак "HTTPS.CertificateExpireDate"  доблжна быть доступна на этой ноде просто среди других метрик под "Select..."

"Origin" -> "NetXMS Agent"
#73
Проверьте что logwatch субагент загрузился в логах агента нет ошибок.

Если загрузился проверьте список парсеров с в терменале через nxget:
nxget -l <host> LogWatch.ParserList
#74
Сделать threshold (меньше 30-и дней в секндах или наоборот в скрипте трансформации переводить в дни) в DCI (HTTPS.CertificateExpireDate(netxms.org)) со своим кастомным Event и в EPP просисать что на этот Event нужно генерить Alarm с правильным сообщением.
#75
We will fix it in the next release, but currently you can use one of next options, depending on number of characters you want to have after the dot:
%*.0f bit/s
%*f bit/s
%*s bit/s