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

#6976
Общие вопросы / Re: Requested timed out
November 19, 2008, 11:43:11 AM
Что покажет на консоли сервера show mutex и show pollers ?
#6977
Quote from: Anth0ny on November 17, 2008, 12:48:59 PM
Возник небольшой вопрос, не стал создавать отдельную тему...

Снимаю показания типа Disk.Free(C:)
Тип: Unsigned Int64

Вопрос: получаемое значение - биты?

Перевод в гигабайты будет (скрипт) таким?

(($1/1024)/1024)/1024

Пробовал- не получается, не срабатывает...
Как превратить биты в гигабайты скриптом?

Eto osobennost' perevoda unsigned int64 vo float - sledujuschaja konstrukcija dolzna rabotat':

((int64($1)/1024)/1024)/1024
#6978
General Support / Re: WMI Query filtering
November 18, 2008, 09:43:29 PM
Hi!

Yes, it shoulod be possible. WMI subagent will accept any valid WMI queries.

Best regards,
Victor
#6979
General Support / Re: E-mail notification escalation
November 14, 2008, 11:28:09 AM
Now I'm understand :)

In fully correct way - it's only supported since 0.2.23, where you can specify thresholds like last() > 90 for 10 polls. However, you can get approximately the same result by giving average() > 90 for 10 polls.

Best regards,
Victor
#6980
Windows / Re: TaskBarPopupWnd.h file missing
November 14, 2008, 11:21:52 AM
Files attached.

Best regards,
Victor
#6981
Hi!

Check your project settings - in compilation options, you should have LIBNXMC_EXPORTS defined for libnxmc.

Best regards,
Victor
#6982
Yes, try to google for

"skipping incompatible" libmysqlclient.so "when searching for -lmysqlclient"

- it gives you a lot of compilation issues with various products.
#6983
Hello!

Looks like you either have only 32-bit MySQL binaries, or bug in NetXMS configure. All these libraries skipped because they are 32 bit, but NetXMS compiles as 64bit application on x64 platforms. Do you have libmysqlclient.so somewhere under /usr/lib64? Btw, quick google search on error message impress me that it's quite common problem on FC.

Best regards,
Victor
#6984
General Support / Re: E-mail notification escalation
November 12, 2008, 11:46:55 AM
No, this functionality presents from  the very beginning.

I'm working on 0.2.23 release, most likely it will be out this weekend.

Best regards,
Victor
#6985
General Support / Re: Agent unreachable and polled data
November 12, 2008, 11:44:05 AM
Hello!

It's in our wish list. I have some ideas of how to implement this, and will try to do it in one of next releases. Unfortunately, I cannot define precise time frame for implementing this feature right now.

Best regards,
Victor
#6986
Hello!

Probably the problem is with access rights - by default, NetXMS agent service runs under Local System account. Try to run it under domain user with sufficient rights.

Best regards,
Victor
#6987
General Support / Re: NetXMS SNMP Proxy
November 11, 2008, 05:26:38 PM
Just test it - there is a bug in SNMP proxy code - situation when host is an SNMP proxy for itself is handled incorrectly. I'll fix it.

Best regards,
Victor
#6988
General Support / Re: NetXMS SNMP Proxy
November 11, 2008, 05:18:21 PM
Quote from: Player1 on November 10, 2008, 02:27:22 PM
i'd like to use the netxms agent on host C as a snmp proxy to localhost (to itself - host C). this is because of the firewall.
the snmp agent status in the console remains "inactive", but i can snmpwalk to localhost on host C. i can't figure out why.

One more question: did you try snmpwalk from host C to host C IP address (not localhost)? Because NetXMS agent will send SNMP requests from hosts's IP address to it's own IP address, it will not use loopback.

Best regards,
Victor
#6989
General Support / Re: NetXMS SNMP Proxy
November 11, 2008, 03:54:16 PM
Hi!

I'll test this configuration later today or tomorrow.

Best regards,
Victor
#6990
Общие вопросы / Re: Unknown database syntax
November 11, 2008, 01:13:17 PM
Hi!

Since 0.2.22, you can set NetXMS ODBC database driver not to use unicode by adding

DBDrvParams = unicode=no

to your netxmsd.conf file. I have tested NetXMS server running on Ubuntu Linux with MS SQL 2005 via UNIX ODBC, and it works fine.


Best regards,
Victor