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

#3076
Hi,

it actually sounds really weird - NetXMS should not cache non-working community. How did you change it - in communication properties of the node or change list of default communities? Can it be that device responds on old community as well as on new one and you have old community in default community list?

Best regards,
Victor
#3077
General Support / Re: Automatic bind on zoneID
May 11, 2015, 09:57:37 AM
It also could be simplified to


return $node->zoneId == 106;


Best regards,
Victor
#3078
General Support / Re: Portech SMS Driver
May 08, 2015, 01:41:01 PM
Hi,

if you are using Linux (or other UNIX) you should use different format for SMSDriver:


<prefix>/lib/libnxsms_portech.so


for example if NetXMS is installed in /usr/local:


/usr/local/lib/libnxsms_portech.so


Best regards,
Victor
#3079
А можно будет организовать мне read-only SNMP доступ на какое-то такое устройство?
#3080
Hi,

what do you mean by "excluded"? Did you delete the node or unbind it?

Best regards,
Victor
#3081
Hi,

how delete is involved here? I thought that original question was about applying template. Do you need to apply template to all nodes in the system or only some of them?

Best regards,
Victor
#3082
Hi,

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

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

$node->id


для %i:

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

#3088
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
#3089
Hi,

you can use script for threshold checking.

Best regards,
Victor
#3090
Это может быть связано с тем, что какие-то файлы из инсталляции агента заблокированы на запись. Наиболее вероятно - nxagentd.exe, поскольку в нем содержатся сообщения для event log'а, и если в момент обновления открыт скажем Event Log, то nxagentd.exe будет заблокирован от записи.