News:

We really need your input in this questionnaire

Main Menu
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 - Victor Kirhenshtein

#3061
Hi,

there is another reports of portcheck subagent being broken in 2.0-M4. We will check it soon.

Best regards,
Victor
#3062
Also, if you know any web-based SMS sending service with REST API - driver for it can be implemented very quickly - it will definitely be easier then adding proxy connection support for Portech driver.

Best regards,
Victor
#3063
Accessing Portech via proxy will be a bit more time consuming - for accessing agent everything is ready, but for gateway behind proxy we will have to implement generic TCP connection proxy through agent. It can be implemented but not so fast and easy as agent-based solution. We also support Kannel SMS gateway - can it help?

Best regards,
Victor
#3064
Missing script message is normal if you really do not have it (as most installations do). Hook script is optional and not required for normal system operation.

Best regards,
Victor
#3065
Cacti насколько я помню не интерпретирует полученные OID'ы, просто берет хвост после базового для индексации. В NetXMS instance discovery скажем тоже будет работать. Проблема именно в создании объектов интерфейсов - там сервер рассчитывает на стандартный MIB. Решить это можно только добавлением поддержки таких устройств в ядро (т.е. сделать помимо/вместо индекса некое новое свойство интерфейса - суффих в ifMIB, или сделать поддержку составных индексов). А что это за производитель и устройства? В их поддержку нельзя обратится на тему ошибки в реализации стандартного миба?
#3066
Для %I:

$node->id


для %i:

"0x" . right(d2x($node->id), 8, "0")

#3067
Hi,

currently there is no way to send SMS from device behind proxy agent - all drivers requires direct connection from NetXMS server. Easier way I can suggest is that I can add proxy agent support to nxagent SMS driver (which sends SMS through NetXMS agent on machine with connected GSM phone/modem). Then you'll be able to install Raspberry Pi with GSM phone or modem connected via USB and send SMS via agent on it.

Best regards,
Victor
#3068
Hi,

you can use script for threshold checking.

Best regards,
Victor
#3069
Это может быть связано с тем, что какие-то файлы из инсталляции агента заблокированы на запись. Наиболее вероятно - nxagentd.exe, поскольку в нем содержатся сообщения для event log'а, и если в момент обновления открыт скажем Event Log, то nxagentd.exe будет заблокирован от записи.
#3070
Из серверного скрипта (NXSL) этого сделать нельзя. Можно через nxshell, он предоставляет доступ к полному клиентскому API. Описание nxshell: https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations.
#3071
Can you please set debug level to at least 2, reset system again, and check agent's log for message like

LogWatch: reading old events between ... and ...

and possibly also like this:

LogWatch: EvtQuery failed (...)

and post those lines and timestamp of "unexpected shutdown" event.

Best regards,
Victor
#3072
If you build server from sources, you can try replace files src/server/include/nms_dcoll.h and src/server/core/nxsl_classes.cpp with attached and recompile the server. Other than that, there are no workarounds.

Best regards,
Victor
#3073
Yes, comments attribute was missing in DCI class. I've added it, will be available in 2.0-M5.

Best regards,
Victor
#3074
Just fixed this. If quick fix is needed, just replace file src/server/core/beacon.cpp with attached one and recompile server.

Best regards,
Victor
#3075
Only topology events are correlated - data collection events can be originated elsewhere (from script DCI for example) and may or may not be affected by network connectivity.

Best regards,
Victor