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

#5386
Hi!

Yes, it's problem in version 1.2.0. It is fixed in upcoming 1.2.1 release.

Btw, why you still using legacy console?

Best regards,
Victor
#5387
Quote from: dolph2005 on May 04, 2012, 03:49:33 PM
В дата Data Collection Configuration, не могу создать новый параметр, при выборе NetXMS agent список доступных параметров пуст.
Ne moglu bit' takogo, chto dlja dannogo hosta ne proshel esche configuration poll? Ili eto postojanno i dlja vseh hostov?

Manual budet, mi perenosim suschestvujuschij manual v wiki i potom budem ptravit' ego dlja versii 1.2.0.
#5388
Hi!

Better point for such function could be configuration poller. That way you will know that all communication settings are discovered, and getInterfaceList will not fail if node has an agent. Calling getInterfaceList before first configuration poll will always return error. This is why you get errors.

You should not call lock around getInterfaceList calls.

You don't need to delete DCItem if it was successfully added.

Otherwise code looks good, except that I would suggest add check that node actually has agent, because getInterfaceList will succeed if there are no agent, but node supports SNMP. But this depends on your setup, if you only have nodes with agents, then this is not necessary.

Best regards,
Victor
#5389
General Support / Re: New table...
May 05, 2012, 09:11:22 AM
Hi!

Currently it's not possible. I have it in my to-do list. Depending on time, this feature will be in 1.2.1 or 1.2.2 release.

Best regards,
Victor
#5390
General Support / Re: Building static 1.2 agent
May 05, 2012, 09:10:22 AM
Hi!

I've fixed that. You can download updated source archive from https://www.netxms.org/download/rc/netxms-1.2.1-rc1.tar.gz. I also add two new options for configure:

--with-all-static

linker will produce really static executable, with system libraries statically linked too;

--with-static-subagents=list

specify list of subagents to be included into static agent. For example,

./configure --with-static-agent --with-static-subagents="logwatch ping"

will produce static agent with only logwatch and ping subagents.

Best regards,
Victor
#5391
Announcements / Request for references
May 03, 2012, 02:07:09 PM
Hi all!

I wish to update "Users" page on netxms.org web site. If someone is using NetXMS and wish/able to publish he's company name on that page, I'll be very appreciated. Ideal variant is to provide company name, web site URL and very short description of what is being monitored.

Best regards,
Victor
#5392
General Support / Re: send email
May 03, 2012, 01:32:43 PM
Hi!

I'm not sure I understand question correctly. If network is down and NetXMS server cannot reach mail server, then of course mail cannot be sent. For such situations you can use GSM modem attached to monitoring server and send SMS message instead.

Best regards,
Victor
#5393
Hi!

Currently the only working solution is to list all possible server's IP addresses in MasterServers. Using DNS name will not work because agent do name resolution only once at startup. I'll add feature request for supporting subnets in form xxx.xxx.xxx.xxx/nn in *Servers parameters.

Best regards,
Victor
#5394
General Support / Re: New table...
May 03, 2012, 01:27:27 PM
Hi!

It's a new feature in development, which is not ready yet. Main idea is to add support for tabular data processing. It can be any data where instances are not known initially or can vary during time, and each instance has one or more attributes. Examples of such data could be process list or file systems list.

Currently Windows agent supports table FileSystem.Volumes. If you wish to take a look at it, you can create new table and enter FileSystem.Volumes as parameter name. You don't need to define columns manually. In last values, you will see new table DCI, and will be able to see it's last values. It is also possible to create charts based on table DCIs in dashboards.

Best regards,
Victor
#5395
General Support / Re: Network Discovery
May 03, 2012, 11:12:20 AM
Hi!

Yes, looks like a bug. I'll take a look at the code. Also, can you show me output of server console commands

show poll
show q

Best regards,
Victor
#5396
Vstroennoj podderzki poka net. Ja davno hochu sdelat' integraciju so smartmontools, no ne hvataet vremeni k sozaleniju. Pos Windows est' podderzka ACPI, dlja etogo nado zagruzit' WMI subagent. Posle etogo pojavljajutsja parametr ACPI.ThermalZone.CurrentTemp(*) i spisok ACPI.ThermalZones.
#5397
Да. Доступ к ним будет с адреса proxy агента.
#5398
Сейчас в сервере можно включить поддержку зон (параметр EnableZoning в конфигурации сервера). В каждой зоне IP адреса учитываются независимо, и в системе могут быть хосты с одинаковыми IP адресами, если они в разных зонах. Для зоны можно указать прокси по умолчанию для SNMP, ICMP, и агентов.
#5399
General Support / Re: ibm blade center
April 27, 2012, 05:03:31 PM
Hi!

Can you please show me all interfaces under hba module with IP addresses and primary IP address of HBA module? I suspect that module's primary address is not visible on any of it's interfaces, and this is why NetXMS server doen not place them into subnet tree.

Best regards,
Victor
#5400
General Support / Re: Building static 1.2 agent
April 27, 2012, 03:52:26 PM
Hi!

Looks like a bug in makefiles. I'll check it later today and let you know.

Best regards,
Victor