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

#5761
General Support / Re: HP EVA integration
November 14, 2011, 11:35:44 PM
Hi!

Sorry, I forgot to add it to source distribution. Script is attached. It is very simple perl script which uses SSSU to get information from EVA, so you can use it on any machine with Perl and SSSU. Add the following line to your nxagentd.conf:

ExternalParametersProvider = <path>/hp_eva_collect_data.pl

and restart agent. After configuration poll, you should see additional parameters for each controller, disk shelf, and disk in EVA.

Best regards,
Victor
#5762
General Support / Re: WMI Query to monitor eventviewer
November 13, 2011, 03:39:17 PM
No, I do it today. Version 1.1.7 will include this feature. If it is needed right now, I van make cudtom build of agent.

Best regards,
Victor
#5763
General Support / Re: WMI Query to monitor eventviewer
November 13, 2011, 11:17:29 AM
Hi!

I have added special option to get number of rows in WMI query result set - if you give %%count%% as property name, agent will return number of rows.

Best regards,
Victor
#5764
General Support / Re: Windows Events logging
November 12, 2011, 02:26:58 PM
Hello!

Sorry for delay with that. I do some additional testing, but was unable to reproduce this issue, even by installing event sources without english resources. Agent either give different error or renders text as it should. I have made small changes in log watch subagent, and add logging of message file name after EvtFormatMessage failure, so at least it will be possible to see what application causing this issue. Patched agent version can be downloaded here: https://www.netxms.org/download/dev/nxagent-1.1.6.2-x64.exe.

Best regards,
Victor
#5765
Feature Requests / Re: Android client
November 12, 2011, 09:56:57 AM
Hi!

Done in 1.1.6 client. In the next release, I also plan to add possibility to configure different sounds for different alarm priorities.

Btw, how are overall impression with Android client? Is it useful, what functions are most desired in mobile client?

Best regards,
Victor

#5766
Zdes' glavnaja problema v tom, chto ne suschestvuet universal'nogo algoritma, po kotoromu mozno opredelit', proizoshel li sbros schetchika, ili eto normal'noe izmenenie znachenija. Edinstvennij poka variant, kotorij ja vizu - eto dat' vozmoznost' dlja kazdogo DCI zadavat' maksimal'noe teoreticheski vozmoznoe znachenie del'ti - togda server budet ignorirovat' takie piki.
#5767
General Support / Re: NetXMS cannot read first interface
November 11, 2011, 10:25:25 AM
Hi!

Yes, it's ok. That way it's far less chance that problem will be forgotten :)

Best regards,
Victor
#5768
Hi!

Java console is only compatible with server version 1.1.x. I recommend you to upgrade to server version 1.1.6.

Best regards,
Victor
#5769
Da, dejstvitel'no. Ja vecherom vilozu fail.
#5770
General Support / Re: servers correlation
November 10, 2011, 04:17:02 PM
Hi!

Currently there are no way to detect alarm ack/termination by operator and do some actions. It's a good idea to add a hook for that. I'll think how it can be implemented.

Best regards,
Victor
#5771
General Support / Re: alarm actions
November 10, 2011, 04:14:39 PM
Hi!

Acknowledged alarm will remain in list of active alarms, but in "acknowledged" state. Terminated alarm will be removed from active alarm list. Main idea behind this is to provide mechanism for operators to inform each other that problem do exist, but somebody already aware of it and working on it.

Best regards,
Victor
#5772
General Support / Re: Agent Configuration
November 09, 2011, 05:40:01 PM
Filtering script always should have a body. If you don't need filtering, just use


return true;


Best regards,
Victor
#5773
General Support / Re: Agent Configuration
November 09, 2011, 03:45:28 PM
It is ok to have comments this way in the script. The problem is probably due to either bug in NXSL interpreter, or some typo (or maybe non-printable character) in filtering script. You can also try to copy script into file and try to execute it with nxscript.

Best regards,
Victor
#5774
General Support / Re: NetXMS cannot read first interface
November 09, 2011, 03:38:53 PM
Hi!

The problem is that your device reports loopback address 127.0.0.1 on physical port. NetXMS ignores loopback interfaces when read interface list. I'll made a fix for that in next release.

Best regards,
Victor
#5775
General Support / Re: Agent Configuration
November 09, 2011, 03:37:15 PM
Hi!

It's error in filtering script, not a config itself. How your filtering script for config looks like?

Best regards,
Victor