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

#947
It looks like that openssl-perl is not updated to newer OpenSSL package and now blocking upgrade of the openssl. Please check, that openssl-perl is latest version available in your distro.
#948
During which step did got this message?
#949
General Support / Re: AIX 6.1 Installation
January 18, 2013, 10:36:07 AM
You can use binary build from the site: https://www.netxms.org/download/agent_packages/nxagent-1.2.5-aix.tar.gz
Upgrade package to install thru management console is here: https://www.netxms.org/download/agent_packages/nxagent-1.2.5-aix.apkg

These binaries are build on AIX 5.3 and should run fine on 6.1.
#950
General Support / Re: Custom Schedule disappearing
January 17, 2013, 05:18:23 PM
Check "General" tab in DCI properties, "Polling mode" should be set to "Custom Schedule", otherwise they are not saved.
#951
General Support / Re: Custom Schedule disappearing
January 17, 2013, 05:07:00 PM
#952
Announcements / Re: Bugtracker migration
January 17, 2013, 04:53:35 PM
It's fixed now, thanks for report.
#953
General Support / Re: Exporting the list of nodes
January 15, 2013, 10:47:18 AM
Hello

You can use following SQL query: SELECT i.ip_addr,i.ip_netmask,op.name FROM interfaces AS i,object_properties AS op WHERE i.node_id=op.object_id AND i.ip_addr NOT IN ('0.0.0.0', '127.0.0.1') ORDER BY i.node_id,i.ip_addr

If you use PostgreSQL, you can do it by using \copy command in psql shell: \copy (SELECT i.ip_addr,i.ip_netmask,op.name FROM interfaces AS i,object_properties AS op WHERE i.node_id=op.object_id AND i.ip_addr NOT IN ('0.0.0.0', '127.0.0.1') ORDER BY i.node_id,i.ip_addr) TO '/tmp/nodes.csv' CSV HEADER
#954
Select image dialog load all images to show preview, but it should be done only once. I'll add background sync on login, or maybe we will generate thumbnails for images.

I'm unable to replicate issue with background not changed. My test case was:
* I upload new image into image library
* I created two maps and set background to test image from library
* Restarted client to flush all caches
* Open one map
* Replace image file for that image in Image Library

Can you please provide more details about files you use? File size, image size?
#955
1) Check that "primary IP" on overview tab for node "MARLONHURTADO" is listed in MasterServers
2) Check again with nxget, but use external IP instead of loopback.
#956
Поле root_event_id в таблице event_log сейчас "not null"? Если нет, попробуйте добавить not-null constraint и перезапустить апгрейд (UPDATE event_log SET root_event_id=0 WHERE root_event_id IS NULL; ALTER TABLE event_log ALTER COLUMN root_event_id SET NOT NULL).
#957
General Support / Re: Reports
January 07, 2013, 06:00:41 PM
Management console was unable to parse report definition (it's xml file with root tag "jasperReport").
Can you send me your report definition file?

Quote from: Lukas on January 07, 2013, 02:08:55 PM
I got the following exception in the java management console stderr or stdout (netxms 1.2.4):

org.simpleframework.xml.core.ValueRequiredException:
Unable to satisfy @org.simpleframework.xml.ElementList(inline=true, entry=, name=, data=false, empty=true, required=true, type=void) on field
'parameters' private java.util.List org.netxms.ui.eclipse.reporter.widgets.helpers.ReportDefinition.parameters
for class org.netxms.ui.eclipse.reporter.widgets.helpers.ReportDefinition at line 2

#958
General Support / Re: Reports
January 07, 2013, 05:53:27 PM
I temporarily put complete prebuild package here: https://www.netxms.org/tmp/report-generator.jar.
Due to licensing restrictions, we can't redistribute most of JDBC drivers so you have to compile it yourself (we will probably make jar with pgsql/mysql drivers only available on the webpage a bit later). Here is short instruction, how to build it yourself: http://wiki.netxms.org/wiki/How_to_compile_report-generator

When you obtain report-generator.jar, copy it to /opt/netxms/java-lib/ (JavaLibraryDirectory)

I just tried to run "IP Inventory" with your configuration and report-generator from the link above and it works fine.
#959
Общие вопросы / Re: RSS сдох?
December 19, 2012, 08:05:48 PM
Quote from: nOT on December 14, 2012, 04:48:43 PM
Alex, работает, только последняя новость от 15 Aug 2011, про 1.0.12 :)

И то верно. Скрипт работает гораздо лучше, если ему указать правильный источник данных :).  Поправил.
#960
Общие вопросы / Re: RSS сдох?
December 14, 2012, 03:05:21 PM
Поправил, https://www.netxms.org/rss теперь работает