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

#4576
Hi!

Yes, it's possible. You can define "proxy node" for any DCI. If proxy node is defined, real data collection will happen on proxy node, not n the node where DCI is configured. You have to add node where you create proxied DCI to proxy node's "trusted nodes" list, or turn off trusted nodes checking by setting server configuration variable CheckTrustedNodes to 0. A bit more detailed explanation of trusted nodes concept is here: http://wiki.netxms.org/wiki/SG:Security_Issues.

Best regards,
Victor
#4577
Hi!

isSNMP attribute set automatically when server is able to communicate with the node over SNMP. Check that device responds to SNMP. You can use nxsnmpget/nxsnmpwalk command line tools for diagnostic. Check that correct SNMP community is set in node's communication properties.

Best regards,
Victor
#4578
Hi!

Export file is in fact SQLite database, and file dbschema_sqlite.sql used to create empty export file. Looks like installer contains wrong version of this file. Find schema files and replace them with attached, then export should work.

Best regards,
Victor
#4579
Hi!

It should be placed there automatically. Can you please do forced configuration poll from console? Also, please check if interface object has IP address.

P.S. Можно и по русски, отвечают везде :)
#4580
Do you have web console deployed? Will be great to check if web console has same issue. I cannot reproduce this issue, but I run console on Windows 7. I'll try to check it on XP later today.

Also, on what OS server is installed?

Best regards,
Victor
#4581
Hi!

It should not be related to encryption. I've found an error in Makefile for nxencpasswd - there are no reference to libtre library. Can you check on machine where upgrade was successful value of "Use internal libtre" in upgrade log?

Best regards,
Victor
#4582
So this seems to be a management console problem. Can you try to connect with different console? Also, sometimes it could be a problem if you unpack new version of management console over previous version. If this is he case, try to unpack console into empty directory.

Best regards,
Victor
#4583
Tools -> Info -> FDB в консоли показывает SNMP таблицу прямо с устройства, не FDB собранную сервером по разным VLAN'ам, так что это не показатель. Я это переделаю к следующему релизу, чтобы можно было видеть, какую информацию сервер получил. Не рисуется именно карта, или поиск MAC адресов тоже не работает?
#4584
Hi!

Can you please run configuration poll manually and see if anything changes? Also, please try to get data from agent from command line using nxget:

nxget -I agent_ip_addr

Best regards,
Victor
#4585
Announcements / Re: NetXMS 1.2.7 released
May 21, 2013, 10:03:41 PM
Quote from: doki on May 14, 2013, 04:48:22 AM
Is the h3C & shoretel driver included on this release?

No, I completely forgot about them. I'll do this for next release.

Best regards,
Victor
#4586
General Support / Re: Monitoring FTP daemon
May 21, 2013, 10:02:19 PM
Hi!

You can use portcheck subagent to check that network service is actually responds. There is short documentation: http://wiki.netxms.org/wiki/Subagent:PortCheck. There are no FTP support, so you can only check that TCP connection can be established.

Another option is to define external parameter on one of the agents to connect and check FTP server. It could be something like this:


ExternalParameter = FTP.Status(*):echo quit | nc -q1 $1 21 | grep '^220 .*' | wc -l


After you add this line to nxagentd.conf and restart agent, it will provide new paraneter FTP.Status, which will take server DNS name or IP address as argument, and return 1 if 220 got in response, and 0 otherwise.

Best regards,
Victor
#4587
А это случайно не был upgrade поверх не-UNICODE версии? Или инсталляция на чистую систему?
#4588
Уменьшил в схеме размеры полей, так что в будущем эта ошибка вылезать не должна.

С функцией wgetenv совсем странно - это нормально, что ее нет - configure это обнаруживает, и используется имплементация из libnetxms. У меня на Debian 6 собирается без проблем в UNICODE без libcommons-exec-java. Можете свой config.h прислать, и вывод ldd nxdbmgr?
#4589
General Support / Re: How to create this?
May 20, 2013, 11:34:04 AM
Hi!

Dial charts available only in dashboards. Steps to create dashboard with single dial chart:

1. Right-click on "Dashboards" tree, select "Create dashboard".
2. Open properties for new dashboard object.
3. Open "Dashboard Elements" page.
4. Press "Add" button, select "Dial chart" as element type.
5. Double click on new element in list, dashboard element properties dialog will open.
6. Open "Data Sources" page.
7. Press "Add" to add DCI you want to show.
8. Open "Dial Chart" page.
9. Enter desired values for maximum value and values for red and yellow zones.
10. Press OK to close dashboard element properties.
11. Press OK to close dashboard properties.
12. Double click on dashboard object - you should see dashboard with single dial chart element.

You can also see this screencast on dashboard creation: https://www.youtube.com/watch?v=ZfJQiUIDHY4.

Best regards,
Victor
#4590
Looks like problem is found: if you have installed gpp (general-purpose preprocessor), and don't have installed g++ (GNU C++ compiler), configure script mistakenly detects gpp as C++ compiler. Solution is to install g++ package.

Best regards,
Victor