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 - Alex Kirhenshtein

#1036
Thank you for the report, we will check it ASAP.
#1037
А другими скриптами все нормально? Zombie-процессов не остается?

А как решение конкретно этой проблемы - вместо скрипта использовать встроенный FileSystem.UsedPerc(/mountpoint)
#1038
Да, там нелогичное поведение. Надо отключить auto layout, в аттаче скриншот.
#1039
В любом месте ветки "All Services" сделать контейнер, который будет служить корневым для карты, потом правый клик на этом контейнере и выбрать пункт меню "Bind".
#1040
Hello.

Yes, it's definitely a bug, we will look into to.

And thank you for pointing to broken link on the web, I've fixed it (correct link is https://www.netxms.org/bugtrack/).
#1041
Document root was correct, it should be "/opt/netxms/share/netxms/nxhttpd" in your case.

Could you please check that file /opt/netxms/share/netxms/nxhttpd/images/login.png is accessible to nxhttpd (file permissions)?
#1042
General Support / Re: How to send mail notify
August 06, 2010, 01:50:42 PM
SMTP authentication is currently unsupported.
As a workaround, you send notifications using external script, which would send mail using mSMTP, for example.
#1043
Проще всего прямо в базе, остановить сервер и выполнить UPDATE items SET retention_time=90 WHERE retention_time=30;
#1044
Пустой hardware id - подозрительно, похоже по какой-то причине не определился модем.

Запустите пожалуйста netxmsd с ключем "-D 4", в логе должны быть видны ответы модема.

Для проверки можно поменять параметр "AllowDirectSMS" в server settings на "1" и посылать произвольные sms через сервер при помощи команды nxsms:nxsms -u login -P password localhost +37129...... test
#1045
General Support / Re: management console for linux
March 27, 2010, 03:36:11 AM
Management console for linux is in development, but not available yet. Right now you can run windows console under wine.
#1046
General Support / Re: Probleme with libnetxms.so.0
March 26, 2010, 12:19:54 AM
Check "DBDriver" parameter in netxmsd.conf, is should point to correct driver, for example:
DBDriver = /user/local/lib/libnxddr_sqlite.so

#1047
Hello.

We are planing to provide binary packages for NetXMS, but we need to decide, which OS / Distribution should go first.

Note: most likely that there will be no binary package for Gentoo - only .ebuild, since Gentoo is user-build and completely unpredictable in sense of libraries and their versions.
#1048
General Support / Re: Probleme with libnetxms.so.0
March 24, 2010, 10:17:37 PM
Please check that file /etc/ld.so.conf.d/libc.conf contains line "/usr/local/lib" and then run "ldconfig" as root (it will produce no output).

After that run "ldconfig -p|grep libnetxms" to verify, output should be like this:root@b08s02ur:~# ldconfig -p|grep libnetxms
        libnetxms.so.0 (libc6,x86-64) => /usr/local/lib/libnetxms.so.0
        libnetxms.so (libc6,x86-64) => /usr/local/lib/libnetxms.so


If this will not help, please post output of "ldd /usr/local/bin/nxdbmgr".
#1049
Кстати, для таких простых скрипров можно не писать "sub main ...", достаточно $2 == 1
#1050
You could use File -> Export -> Table as CSV file to export both tables and then load CSV files into Excel.