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

#5371
Мне удалось повторить эту ситуацию у себя. Похоже что баг в инсталляторе. Исправлю в 1.2.1.
#5372
Надо сначала сделать session.syncObjects().
#5373
Hi!

Check what dependencies you have in NetXMS Core service. Looks like one of this services cannot start. Try to start each dependency service manually and see what happens.

You can have web frontend for NetXMS. It is installed as separate package. For Windows it is https://www.netxms.org/download/webui/netxms-webui-1.2.0.exe (32 bit) or https://www.netxms.org/download/webui/netxms-webui-1.2.0-x64.exe (64 bit).

Best regards,
Victor
#5374
Looks like memory leak in server. You mention that all conversion functions are kept in one library script. How do you call them?

Best regards,
Victor
#5375
Feature Requests / Re: drivers
May 22, 2012, 10:59:48 PM
Yes, it should support stacked switches as well. From management system point of view, it's just one device with multiple modules. We already support stackable Avaya (Nortel) switches for example.

Best regards,
Victor
#5376
Announcements / Re: NetXMS 1.2.0 released
May 22, 2012, 09:26:48 PM
Hi!

It's overdue already :( I plan to made a release on Monday, but it's still not ready. Should be released in the few days however.

Best regards,
Victor
#5377
General Support / Re: Host dependencies
May 22, 2012, 09:25:23 PM
This can be done with scripts in event processing policy. You can determine switch where host is connected, and ignore event if it is down. I will also add a feature request for implementing it as standard event correlation rule.

Best regards,
Victor
#5378
Can you please send me the output of snmp walk for .1.3.6.1.4.1.9.5.1.2.14 and .1.3.6.1.2.1.1 for that switch?

Best regards,
Victor
#5379
Feature Requests / Re: drivers
May 22, 2012, 09:18:12 PM
Hi!

The most generic would be to just dump everything, like this:

nxsnmpwalk -v 2c -c community switch_ip .1.3.6.1 > file_name

Best regards,
Victor
#5380
Hi!

Your steps are correct. NetXMS server installer will create database and initialize it, you'll only have to provide database administrator login and password.

Best regards,
Victor
#5381
Попробуйте поставить пароль пользователю sa. Возможно NetXMS некорректно передает пустой пароль при логине.
#5382
Надо смотреть в сторону использования situations. В документации есть пример иcпользования (в разделе Event Processing: http://wiki.netxms.org/wiki/UM:Event_Processing#Situations).
#5383
Исправил. В 1.2.1 старая консоль пока останется :)

В новой консоли сделал полоску со статусами объектов в object browser, как в старой консоли - этот вопрос тоже поднимался как-то.
#5384
Hi!

When SNMP proxy restored? Only after server restart?

What OS you have on agents using as SNMP proxy?

I'll also try to setup SNMP proxy in my test environment and leave it running for few days to see if I'll be able to reproduce this problem.

Best regards,
Victor
#5385
Quote from: David Hewison on May 16, 2012, 08:14:35 PM
I have now discovered ServiceCheck.HTTP() , however if copy the example (below) into the DCI I get 'unable to create new data collection item: invalid argument' , I've quotes around what are likely to be strings, reduced the test expression to "*" but cannot create the item. Anyone point me in the right direction ?

ServiceCheck.HTTP(159.148.208.90,80,/index.html,www.netxms.org,"^HTTP/1\.[01] 200.*")

It should not be related to parameter syntax, server is not checking it. What version of server and console you are using? Also, can you send me screenshot of your DCI configuration?

Best regards,
Victor