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

#1681
Hi,

there are separate agent parameters that returns used and free space in bytes - respectively FileSystem.Used and FileSystem.Free. You can either replace parameter names in template or create new template DCIs with same settings but usiong different parameters.

Best regards,
Victor
#1682
General Support / Re: Inventory-Serial Numbers
April 24, 2018, 12:15:37 PM
Hi,

you can create template with DCI using OID you have provided and apply as necessary. Then you can create DCI summary table and use it to get serial numbers for all switches in one table. For SFP modules you likely can use instance discovery to create DCI for each SFP (I don't know how this information exposed on your devices so I'm not sure). If you'll have DCIs for SFP modules you can add them to the same summary table as additional columns.

Best regards,
Victor
#1683
Hi,

it should be \t. Just checked on my system this configuration:

ExternalTable = TestTable:separator=\t;instanceColumn=COL1:cat /home/victor/test.csv

and got expected results:

victor@hp8570w ~ $ /opt/netxms/bin/nxget -T ::1 TestTable
| COL1 | COL2  | COL3  |
| 1    | test  | test  |
| 2    | test2 | test2 |
| 3    | test3 | test3 |

Best regards,
Victor
#1684
General Support / Re: Installing NetXMS agent error
April 19, 2018, 02:47:13 PM
Hi,

please send output of command

ldd /opt/netxms/bin/nxagentd

Best regards,
Victor
#1685
Судя по сообщению "Too many open files" - не хватает файловых дескрипторов. Какой стоит лимит сейчас? Возможно простои надо его увеличить. Если в сети много устройств то сервер может открывать много сокетов - лимит должен соответствовать.
#1686
General Support / Re: Installing NetXMS agent error
April 18, 2018, 03:48:40 PM
Turns out to be packaging error. We just updated packages on web site - please try to download again.

Best regards,
Victor
#1687
General Support / Re: Installing NetXMS agent error
April 18, 2018, 03:35:56 PM
Hi,

seems that agent was built against older OpenSSL version. If you can install some sort of compatibility package that will bring OpenSSL 0.9.8 to the system it will help. Otherwise please wait for release 2.2.5 - we will fix generic Linux agent packaging.

Best regards,
Victor
#1688
Hi,

could you export your dashboard configuration into XML and post it or just describe what elements are on those dashboards?

Best regards,
Victor
#1689
General Support / Re: Probleme DCI format sytax
April 13, 2018, 01:07:59 PM
Hi,

you should use %*s, not just %*.

Best regards,
Victor
#1690
Hi,

just sent contacts in private message.

Best regards,
Victor
#1691
Probably it's not documented, but list is quite short actually. You definitely need openssl, for SSH support you need libssh, libmosquitto for MQTT support, libcurl for Jira integration and some SMS drivers, and JDK for Java subagents.

Best regards,
Victor
#1692
Hi,

I overlook that you are trying to build server, not agent. Building server without encryption support is no longer supported. You should install openssl development package and re-run configure without options --disable-encryption and --without-openssl. We have updated configure scxript for next release so it will display meaningful error message in that case.

Best regards,
Victor
#1693
Next release will contain those fixes. I think we will make new release in a week or two.

Best regards,
Victor
#1694
Общие вопросы / Re: LogWatch bug
April 09, 2018, 12:45:49 PM
Попробуйте поставить в логе сортировку по event id.

В последней строке лога, которую не распознал агент, есть символ перевода строки?
#1695
Hi,

what version you are trying to build?

Best regards,
Victor