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

#5911
I agree that making SYS_THRESHOLD_REARMED to have less parameters than threshold violation event was a bad decision. The best option probably could be changing it to have same parameters in same order as SYS_THRESHOLD_REACHED, but this will broke compatibility with existing setups. Compatibility will be retained if we add missing parameters at the end, but as same data will be at different places for reach and rearm events, this may cause additional configuration errors. I'll do something with it in 1.1.4, but I don't decide exact solution yet.

Best regards,
Victor
#5912
Announcements / Re: NetXMS 1.1.3 released
July 26, 2011, 10:20:54 AM
Hi!

Sorry, I don't fully understand what you mean by "to be through w.r.t. terminal settings".
Adding support for SIP instant messaging is a good idea, I'l ltake a look how hard it could be to implement it.

Best regards,
Victor
#5913
Hi!

usually you use containers in object tree to group your servers. Then you can easily create rules in event processing policy for these groups - just by specifying required container as source. For example, to send e-mail to different people for group A and group B, you should create two rules:

1. Source = Container_A, Action = send_email_to_admin_1
2. Source = Container_B, Action = send_email_to_admin_2

Best regards,
Victor
#5914
Eto oznachaet kakoj-to bug v servere, iz-za kotorogo zavisajut vnutrennie processi. A kakaja versija servera u vas stoit?
#5915
And just in case - I made changes Java console. Do you use new Java console (nxmc.exe) or legacy one (nxcon.exe)?

Best regards,
Victor
#5916
General Support / Re: Multi Console setup.
July 13, 2011, 01:37:44 AM
Console uses port 4701 to connect to server, so on client side you should allow remote port 4701 for nxcon.exe (and Java console), and on server side you should allow local port 4701 for process netxmsd.exe.

Best regards,
Victor
#5917
Hi!

You should use full path name to parser xml file in agent's configuration. Otherwise agent will look for it in current directory, which is usually root of disk C: or directory where nxagentd.exe is located.

Best regards,
Victor
#5918
It's not possible to do that by configuration, only by changing console code. I have added these 3 new presets, next version of the console will have them.

Best regards,
Victor
#5919
Zamenite
DBDriver = /usr/local/lib/libnxddr_oracle.so
v netxmsd.conf na
DBDriver = oracle.ddr

Pomenjalas' shema imenovanija DB driverov v 1.1.3 (stala takoj-ze, kak v Windows). Dolzni bili sozdatsja symlinki, no ne sozdajutsja.
#5920
Hi!

I don't think that transformation script is a right place for SNMP trap generation. Normally you should create threshold, and generate traps, send emails, etc. from event processing policy via actions. Currently you don't have built-in option for SNMP trap sending, but you can use any command line tool capable of sending SNMP traps and call it via "execute command" action. I agree that having built-in SNMP trap sending action is a good feature, but until it is not implemented, there is workaround.

As for multiple actions for event - you already can do that - in one rule in event processing policy you can specify multiple actions.

Best regards,
Victor
#5921
General Support / Re: No preformance data available
July 07, 2011, 05:59:29 PM
Hi!

On performance tab you will see only DCIs explicitly marked for that. In DCI properties dialog, go to "performance tab" section and check "show on performance tab" option.

Best regards,
Victor
#5922
General Support / Re: Multi Console setup.
July 07, 2011, 05:58:00 PM
Hi!

Yes, it's possible. Communication failure message means that console cannot connect to the server. If you can connect locally (from console installed on server machine), possible reasons could be: firewall on server machine; firewall in between server and client; misspelled server name or IP address.

Best regards,
Victor
#5923
General Support / Re: Agent Configuration Changes
July 07, 2011, 05:56:16 PM
Hi!

No, server's parameter configurationpollinginterval controls how often server do configuration polls on nodes. If you change agent configuration, you have to restart agent - agent read config only on startup.

Best regards,
Victor
#5924
I agree that rpm packages are necessary, but unfortunately I'm not familiar with rpm creation, so it probably will take lot of time for me. And if somebody will make them, that will be great.

Best regards,
Victor
#5925
Announcements / NetXMS 1.1.3 released
July 06, 2011, 09:15:36 PM
Hi all!

NetXMS version 1.1.3 is out. It's mostly a bugfix release which solves some critical issues found in 1.1.2. Change log:

- Added SMS driver for Portech MV-37x VoIP GSM gateways
- Fixed serious memory leaks in server
- Fixed compilation problems on some Linux distributions
- Multiple fixes and minor improvements in server and management console

Best regards,
Victor