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

#4561
Tools -> Info -> FDB в консоли показывает SNMP таблицу прямо с устройства, не FDB собранную сервером по разным VLAN'ам, так что это не показатель. Я это переделаю к следующему релизу, чтобы можно было видеть, какую информацию сервер получил. Не рисуется именно карта, или поиск MAC адресов тоже не работает?
#4562
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
#4563
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
#4564
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
#4565
А это случайно не был upgrade поверх не-UNICODE версии? Или инсталляция на чистую систему?
#4566
Уменьшил в схеме размеры полей, так что в будущем эта ошибка вылезать не должна.

С функцией wgetenv совсем странно - это нормально, что ее нет - configure это обнаруживает, и используется имплементация из libnetxms. У меня на Debian 6 собирается без проблем в UNICODE без libcommons-exec-java. Можете свой config.h прислать, и вывод ldd nxdbmgr?
#4567
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
#4568
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
#4569
Hi!

From the log I can see that agent successfully find new record in log and tries to send it to server:

[17-May-2013 23:14:08.683]   matched
[17-May-2013 23:14:08.683] SendTrap(): event_code=100008, event_name=(null), num
_args=1, arg[0]="Recibido comando de inicio de IIS del usuario HPCDSES\administr
ador. El dato registrado es el c¾digo de estado. " arg[1]="(null)" arg[2]="(null
)"

What I didn't see in the log is communications with the server. Please check that server can communicate with agent. You can run configuration poll and see if agent is detected. If not, check network connectivity and firewalls between server and agent.

Best regards,
Victor
#4570
Судя по логу, configure вместо C++ компилятора (g++) нашел некий gpp. Проверьте, что установлен пакет g++, и удалите gpp, если он реально не используется.
#4571
В новой консоли тоже можно делать автоматический логин. Вот документ с описанием параметров командной строки: http://wiki.netxms.org/wiki/Autologin_for_Management_Console.
#4572
General Support / Re: SQL query failed
May 17, 2013, 05:55:57 PM
Hi!

Did you try to configure any custom attributes for some object?

Best regards,
Victor
#4573
Hi!

Parser looks correct. It should generate an event for each critical event in Windows system event log. I suggest to check the following:

1. Agent config - you should have logwatch subagent, and you should have parser definition set in LOGWATCH section.
2. Check event log on NetXMS server - do you see events coming?
3. Check that there really was new critical events.
4. Run agent in debug mode and see if there are any errors/warnings related to log monitoring.

Also, don't be confused by syslog view in NetXMS - agent send events to server, not syslog records - and so you should see them in event log in NetXMS.

Best regards,
Victor
#4574
Hi!

Looks like there was some remnants from previous version. I encounter similar situation on Tomcat - you have to re-deploy application while Tomcat is running. If you stop Tomcat, copy over new war file, and start Tomcat, some packages from old version can remain in temporary directories.

Best regards,
Victor
#4575
Попробуйте запустить агент с полным дебагом (ключ -D9). И пришлите пожалуйста конфиг агента.