News:

We really need your input in this questionnaire

Main Menu
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

#6391
Just test fresh installation and everything looks fine. I have installed NetXMS into /opt/netxms, run nxhttpd with your config, and got normal login page. Debug output also looks fine:


debian:/# /opt/netxms/bin/nxhttpd -c /etc/nxhttpd.conf -D
[30-Jul-2010 01:09:19] Debug: Session watchdog thread started
[30-Jul-2010 01:09:19] NetXMS Web Interface Server started
NXHTTPD running. Press Ctrl+C to shutdown.
[30-Jul-2010 01:09:19] Listening on socket 0.0.0.0:8080
[30-Jul-2010 01:09:30] Debug: [302] GET /
[30-Jul-2010 01:09:30] Debug: [200] GET /login.app
[30-Jul-2010 01:09:30] Debug: [200] GET /xmlextras.js
[30-Jul-2010 01:09:30] Debug: [200] GET /netxms.css
[30-Jul-2010 01:09:30] Debug: [200] GET /common.js
[30-Jul-2010 01:09:30] Debug: [200] GET /images/login.png
[30-Jul-2010 01:09:30] Debug: [200] GET /images/buttons/normal/login.png
[30-Jul-2010 01:09:30] Debug: [404] GET /favicon.ico


What browser you are using? Could you try to connect with another browser? Also, what you get if you try to access any image file directly, using URL like http://your_server:8080/images/login.png ?

Best regards,
Victor


#6392
General Support / Re: Threshold configuration
July 28, 2010, 07:25:29 PM
Hi!

It means that event configured in threshold will be generated as soon as monitored value will be 0 or greater than 0.

Best regards,
Victor
#6393
General Support / Re: Stuck file Agent
July 28, 2010, 07:24:03 PM
First of all, you have to specify full path, not just Temp. Second, you have syntax errors in recursion and size parameters - you should use only digits here. So, parameter should looks like

File.Count('C:\Temp', 'SAS*.txt', 1, 0, 90)

to count number of files older than 90 seconds.

Then, threshold by itself looks correct, but did you create appropriate rule in event processing policy?

Also, take a look at this step-by-step configuration example: https://www.netxms.org/documentation/confexample/. It's quite old, and screens  will look a bit different, but you should get an idea.

Best regards,
Victor
#6394
Общие вопросы / Re: Syslog
July 27, 2010, 03:38:18 PM
Вроде разобрался. Источник проблем - именно неправильный парсинг имени хоста. Сервер пытается связать сообщение с объектом узла по имени, и не находит сооответствующий узел, поскольку имя хоста неправильное. На днях выйдет версия 1.0.4, там будут исправления.
#6395
General Support / Re: DB release in 1.0.3
July 26, 2010, 04:42:27 PM
Hi!

Database format has not been changed between 1.0.2 and 1.0.3, and so there was no changes in nxdbmgr. It was not supposed to be that way, nxdbmgr just was not rebuilt with new version string. It's inconvenient, but it does not affect operations of NetXMS server in any way.

Best regards,
Victor
#6396
General Support / Re: Invalid network mask
July 22, 2010, 06:18:26 PM
Hi!

Most likely there are router/host which was discovered first by NetXMS and it reporting network mask 255.255.255.0. Because NetXMS server cannot really know who has correct netmask and who not, it assumes that first discovered node connected to some subnet has correct netmask for that subnet. There also possibility that you have incorrectly created subnet object for some reason. How object(s) for subnet in question looks like?

Best regards,
Victor
#6397
Hi!

It's quite strange. What files do you have under /opt/netxms/share/netxms/nxhttpd?

Best regards,
Victor
#6398
nxdbmgr unlock

Tol'ko prover'te, chto servernij process dejstvitel'no zavershilsja.
#6399
Announcements / New partner in Japan
July 21, 2010, 05:05:21 PM
Hi all!

We have signed partnership agreement with DARC Technology Co., Ltd. (http://darctech.co.jp/) who will provide local commercial support and integration services in Japan.

Best regards,
Victor
#6400
winevet.h is a header file for Windows Events API, which was first appear in Windows Vista, so you probably need Windows Vista or Windows Server 2008 SDK.

Best regards,
Victor
#6401
You should specify path to libraries as well. Try to run configure as follows:


CPPFLAGS=-I/u01/app/oracle/product/10.2.0/db_1/rdbms/public LDFLAGS=-L/u01/app/oracle/product/10.2.0/db_1/lib ./configure --with-server --with-oracle --with-agent


Best regards,
Victor
#6402
Hi!

Try to run configure this way:


CPPFLAGS=-I/u01/app/oracle/product/10.2.0/db_1/rdbms/public ./configure --with-server --with-oracle --with-agent


Best regards,
Victor
#6403
Let's summarize in what environment this problem occurs in version 1.0.3:
1. Windows + MS SQL
2. FreeBSD with MySQL 5.1 (is it still an issue?)

any other environments?

Best regards,
Victor
#6404
Hi!

You need latest Windows Platform SDK, OpenSSL, and Expat for all components. UPS subagent also requires Windows DDK. Console requires Microsoft Speech SDK and Scintilla. Database drivers requires appropriate client libraries.

Best regards,
Victor
#6405
Hi!

You can add an exception using additional filtering script, a s described in this post: https://www.netxms.org/forum/index.php/topic,770.0.html

Best regards,
Victor