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

#7501
A esli kliknut' na ob'ekte i vibrat' punkt comments - eto razve ne ono? :)
#7502
General Support / Re: connecting to the web server
January 29, 2008, 12:02:30 AM
First of all, check if nxhttpd process is running. If not, you can run it from console with -D switch to check for possible startup problems.

Best regards,
Victor
#7503
General Support / Re: password
January 29, 2008, 12:00:03 AM
Hello!

You can clear password field in database for user admin with the following SQL query:


UPDATE users SET password=' ' WHERE id=0


and restart NetXMS server. On startup, server will reset password for user admin to the default one - netxms.

Best regards,
Victor
#7504
General Support / Re: DATE fields in mysql database.
January 25, 2008, 06:50:11 PM
Hello!

All times in NetXMS database stored as UNIX timestamp - number of seconds passes since January 1, 1970 UTC. You can use MySQL function FROM_UNIXTIME() to convert them to other formats.
For idata_xx tables, xx is a node object ID - so each node have it's own idata table.

Best regards,
Victor
#7505
Общие вопросы / Re: Поиск
January 25, 2008, 10:13:51 AM
Нет :) Надо нажать Ctrl+F и появится строка поиска.
#7506
В стандартном interface MIB есть поле description - но оно содержит как правило имя интерфейса, например eth0. Насколько я понимаю, дополнительное текстовое описание - это специфичная для Cisco вещь, и доступна она скорее всего через Cisco MIB. Это тоже можно получать, я постараюсь найти соответствующее поле. Единственно - я не смогу это у себя протестировать, поскольку Cisco оборудования в пределах досягаемости пока нет.
#7507
Кстати, а как лучше делать - как глобальный параметр у сервера или индивидуальные настройки для каждого хоста?
#7508
General Support / Re: Some issues with netxms
January 23, 2008, 07:43:30 PM
Very strange... I use my laptop from different places without any problem. I'll try to reproduce this problem myself. Btw, mibs downloaded through the same connection from client to server port 4701.

Best regards,
Victor
#7509
Общие вопросы / Re: Object tools
January 23, 2008, 07:37:30 PM
Можно через Control Panel -> Object Tools. Единственно что пока нельзя создавать или редактировать табличные запросы, но в 0.2.20 это будет исправлено.
#7510
We will, sorry for delay :( I just realize that Embedded Visual C++ crashes on my Windows Vista, so I have to install Windows XP somewhere first, and prepare all the required environment... It just requires some spare time.
#7511
General Support / Re: Defining the Performance Tab
January 22, 2008, 09:35:32 PM
Not now. Actually I have added this tab as an "eye-catcher" - some people like such things very much :) However, it will be possible to configure performance tab in the future versions, which will make it really useful.
#7512
General Support / Re: Some issues with netxms
January 22, 2008, 09:32:19 PM
Quote from: possamai on January 22, 2008, 02:36:36 PM
None.. it just stay's empty.
It's when trying to add a new Data Collection item. I choose SNMP and the tree just stays empty.
If I click 'walk' the dialog stays empty.. I tryed setting it as an snmp proxy but that didn't help..
All SNMP stuff is just working fine.. When manually adding the OID then the netxms server nicely retrieves the data as it should..
It's just when browsing the tree that it doesn't do anything...
But when I'm at home, in the same network as the server, then all goes well.

SNMP tree shown by console is built from the file called netxms.mib. This file downloaded from server and cached locally, and updated if it's timestamp on server is newer or local copy is missing. Maybe due to some problems (incorrect time on workstation for example) you have old or broken copy of netxms.mib, but with newer timestamp than server's copy. Try to remove this file - it's located in \Documents and Settings\user name\Application Data\NetXMS Console\MIBCache - and relogin to server.

Best regards,
Victor
#7513
Общие вопросы / Re: alarm DCI
January 21, 2008, 07:37:18 PM
Попробую сам посмотреть несколько дней, возможно удастся повторить у себя эту проблему.
#7514
Они зависят от события (event-specific). Для всех системных событий можно зайти в Control Panel -> Events, открыть интересующий event, и в поле Description будет рассказано про параметры. Custom события, если они посылаются как результат вычисления threshold'a, будут иметь параметры по образцу события SYS_THRESHOLD_REACHED.
#7515
Тогда используется значение параметра конфигурации сервера ThresholdRepeatInterval - если оно 0 (по умолчанию это так), то повторения событий не происходит, если больше 0 - то это интервал между повторами в секундах.