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

#1336
General Support / Re: top 5 or 10 busy APs
April 16, 2019, 10:32:58 PM
Can you provide more details on in what form you have utilization data?

Best regards,
Victor
#1337
Actual failure related to OpenSSL libraries:

./conftest: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Make sure you have matching libssl development and binary packages and that correct libssl.so is in library path.

Best regards,
Victor
#1338
Hi,

NetXMS comes with some VMWare MIBs pre-packed:

VMWARE-AGENTCAP-MIB.txt
VMWARE-CIMOM-MIB.txt
VMWARE-ENV-MIB.txt
VMWARE-OBSOLETE-MIB.txt
VMWARE-PRODUCTS-MIB.txt
VMWARE-RESOURCES-MIB.txt
VMWARE-ROOT-MIB.txt
VMWARE-SRM-EVENT-MIB.txt
VMWARE-SYSTEM-MIB.txt
VMWARE-TC-MIB.txt
VMWARE-VC-EVENT-MIB.txt
VMWARE-VCOPS-EVENT-MIB.txt
VMWARE-VMINFO-MIB.txt

If you add same MIBs them may be just redundant. If you add new MIB files to MIB directory, make sure they have .txt extension - directory compile option only reads txt files.

Best regards,
Victor
#1339
Hi,

could you please provide full config.log?

Best regards,
Victor
#1340
Custom templates should not be affected by that setting. If they do it likely means that template is not saved to database. Check that you do not have any SQL errors in server log and if database table "items" contains changes for your custom template.

Best regards,
Victor
#1341
Hi,

if those were standard templates then likely they were re-imported on startup. If this is the case set server configuration variable ImportConfigurationOnStartup to false. In 2.2.14 we changed that logic to only import missing templates and events by default.

Best regards,
Victor
#1342
Hi,

from configuration poll output it looks like SNMP is not detected on the node. Make sure that community string is correct and SNMP requests from NetXMS serever are allowed on device. You can use command line tools nxsnmpget and nxsnmpwalk to check if SNMP requests are going through.

Best regards,
Victor
#1343
Yes, this is normal. On startup agent logs unexpanded file name. You should also see something like this when file is found:

2019.04.12 12:03:13.608 *D* [logwatch           ] File "/tmp/test-20190412.log" (pattern "/tmp/test-`date +%Y%m%d`.log") successfully opened

Are you sure your commands return correct values? You may also try to use cmd /c "command" within backticks (because echo for example is not an external executable but cmd's internal command).

Also, if you only need current date/time you may use date/time macros without external commands, like this:

<file>C:\inetpub\wwwroot\website\logs\Log_%Y_%m_%d.txt</file>

Best regards,
Victor
#1344
А, до меня дошло :) ПОка что ничего не приходит в голову кроме как добавить опцию создания виртуальной ID колонкиу на основе OID. Подумаю еще над этим.
#1345
Ну какой-то идентификатор там есть судя по выводу (268435778 например). Вот его и брать.
#1346
General Support / Re: Monitoring FTP?
April 10, 2019, 12:09:19 PM
Hi,

currently it is not possible with built-in tools. You have to use external parameter (using curl for example). You can also register feature request for adding FTP support to portcheck and/or netsvc subagent.

Best regards,
Victor
#1347
Hi,

third argument in File.Size and File.Count is recursion flag. You have it set to 1, change it to 0 to only process files in given directory.

Best regards,
Victor
#1348
Hi,

there is parameter File.Size with same arguments as File.Count - you can use it to retrieve file size and check.

Best regards,
Victor
#1349
General Support / Re: Run ssh command through agent
April 09, 2019, 10:28:00 AM
Hi,

it is not NXSL function, but list provided by agent. You can call it from NXSL script like this:

AgentReadList($node, "SSH.Command(ip,login,password,command");

Use string concatenation to insert dynamic values.

Best regards,
Victor
#1350
Скорее всего не хватает instance column - непонятно какую именно строку брать из каждого значения таблицы. Попробуйте добавить колонку с идентификатором.