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

#571
Общие вопросы / Re: Таблица
August 04, 2015, 02:28:21 AM
Сделать summary table в Configuration -> DCI Summary table
Menu path: путь в контекстном меню, "->" разделяет вложенные меню.
Пример: https://www.dropbox.com/s/v9d0puamtji1alv/Screenshot%202015-08-04%2002.26.38.png?dl=0

Когда есть хоть одна таблица, можно кликнуть правой кнопкой на любом контейнере и выбрать Summary tables -> [имя]
#572
Общие вопросы / Re: nxshell API
July 29, 2015, 11:28:02 PM
Примерно так:
node_id=180
dcc=s.openDataCollectionConfiguration(node_id)
disabled_items = [x for x in dcc.getItems() if x.status == DataCollectionObject.DISABLED]
for item in disabled_items:
print item.name, item.description
dcc.close()
#573
Общие вопросы / Re: nxshell API
July 29, 2015, 01:05:38 PM
А что хочется получить?
Если нужны последние значения, то NXCSession.getLastValues()
Если нужно менять что-то в DCI, то NXCSession.openDataCollectionConfiguration()
#574
Just add additional rule into EPP. Set events=(list), source=container, action=email-to-additional-user
#575
Используйте ServiceResponseTime.HTTPS(...)
#576
General Support / Re: Management Console in FreeBSD
July 18, 2015, 11:32:08 AM
Sources are available in out GIT: http://git.netxms.org/public/netxms.git
Checkout by tag release-2.0-M5.
Desktop UI sources are located in src/java/netxms-eclipse

Here is a list of required components you need to install into eclipse: http://git.netxms.org/public/netxms.git/blob/refs/heads/develop:/src/java/eclipse_addons.txt?js=1
#577
General Support / Re: Management Console in FreeBSD
July 17, 2015, 11:27:24 AM
Hello.

I don't have much experience with FreeBSD lately, but I think that Linux build of management console should work fine using linux emulation layer.
I did a quick search and can't really find native FreeBSD build of the Eclipse either, to be honest (or it's available only in ports?).
#578
Мы отвечаем в форуме, как только появляется свободное время – коммерческий саппорт всегда имеет более высокий приоритет, и к сожалению мы не успеваем отслеживать весь форум.

1) Да, можно сделать.
2) Тоже можно сделать.
3) На данный момент – нет.
4) Можно указать несколько серверов – разделенные пробелом. Перебираются по порядку, пока какой-то не ответит.

Зарегистрируйте пожалуйста тикеты для #1 и #2 (тут: https://dev.raden.solutions/projects/netxms/issues/new)
#579
Hello.

Sorry it took so long. Packages are pushed to public repository (both jessie/wheezy, 32 and 64 bit).
#580
Announcements / Re: NetXMS 2.0-M5 released
July 08, 2015, 10:38:33 PM
I forgot to push packages from staging area into publicly-available repo; new packages will be available either today or tomorrow morning.

Quote from: jaivar on July 08, 2015, 09:13:15 PM
Hello!

Somebody know how upgrade from 2.0-M4 to 2.0-M5?

I install via repositories and the new version ins't upgrade.

Thanks!
#581
That means that netxms thinks this node it not running server anymore.
Have you changed IP address of the server recently?
#582
Обновите сервер до последнего M5
#583
Are there any errors in catalina.out?
#584
SNMP встроенный в Windows вроде как поддерживает .1.3.6.1.2.1.25.2.3 из HOST-RESOURCES-V2-MIB.
Альтернативный путь – через WMI, запросом из win32_logicaldisk (или через WMI-субагент, или использовать PowerShell как external parameter)
#585
General Support / Re: about housekeeper
July 01, 2015, 01:13:55 PM
Even simple queries are taking ages (e.g. 10 seconds for update by PK).
What PostgreSQL version are you using? Please share your postgresql.conf.
Do you have battery installed on 410i? Is it in write-back or write-through mode?
What's your read-ahead settings for drives? Please also show output of "iostat -x 5 5".