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

#5311
А это на любых темплейтах проишодит, или на каком-то конкретном?
#5312
Да, это известный глюк. В 1.2.2 будет поправлено.
#5313
В следующий раз попробуйте запустить

nxmc -clean

тоже может помочь.
#5314
General Support / Re: nxmc access
June 18, 2012, 01:24:14 PM
Hi!

Default login is admin and default password is netxms.

Best regards,
Victor
#5315
Hi!

You cannot exclude hosts from the poll. However, you can ignore down events in specific time interval by using appropriate filter script in event processing policy.

Best regards,
Victor
#5316
General Support / Re: About Duplicate Nodes
June 15, 2012, 12:25:47 PM
Hi!

This should be fixed already in 1.2.1. Can you try version 1.2.1?

Best regards,
Victor
#5317
General Support / Re: Is it a bug?
June 15, 2012, 12:25:09 PM
Hi!

Yes, you are absolutely right. I fixed that in a trunk.

Best regards,
Victor
#5318
Hi!

1. Did you enable zoning support globally (by setting EnableZoning server configuration parameter to 1)?

2. Did you enable built-in syslog server? Also, if you are running NetXMS server on Linux, it's built in syslog server may conflict with system's syslog server by attempting to use same UDP port 514. Check server's log on startup for errors.

Best regards,
Victor
#5319
General Support / Re: remote actions not working?
June 12, 2012, 11:14:47 PM
Hi!

You should not prefix action name with "Action:" in action configuration on server side, use just action name, VarnishReload in your case.

Best regards,
Victor
#5320
Hi!

Good catch, thanks for detailed debugging! I'll make a fix for that in a next few days.

Best regards,
Victor
#5321
General Support / Re: Database schema
June 12, 2012, 11:08:30 PM
Hi!

It's actually the same. pgsql.ddr is a new naming scheme, and libnxddr_pgsql.so is old one. In fact, /usr/local/lib/libnxddr_pgsql.so is just a symbolic link to /usr/local/lib/netxms/dbdrv/pgsql.ddr, so it doesn't matter what you specify as a driver.

Best regards,
Victor
#5322
General Support / Re: icons
June 12, 2012, 11:06:56 PM
You mean object icon for map? Unfortunately it's not possible, you can only manually assign it to object.

Best regards,
Victor
#5323
Hi!

Manual is a bit outdated unfortunately :( Please use this: http://wiki.netxms.org/wiki/Web_Interface_Installation_Guide

Best regards,
Victor
#5324
General Support / Re: Dashboard, element placing
June 11, 2012, 12:13:08 PM
Hi!

You can make dashboard element to span multiple rows and/or columns. For example, if you have 3 graphs, and want one of them to be fill screen wide and others two to be half screen wide, yo set number of columns to 2, and horizontal span for first graph to 2. Then first graph will took entire top half of the dashboard, and two others will be shown in two columns in bottom part of the dashboard.

Best regards,
Victor
#5325
That's bad, because I found memory leak in SNMP code (fixed in 1.2.1) and was thinking that it was the cause for your problem too. I'll do more tests next week.

Best regards,
Victor