News:

We really need your input in this questionnaire

Main Menu
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

#3271
General Support / Re: Windows Service Install Hangs
January 12, 2015, 05:39:03 PM
Hi,

can you please show your netxmsd.conf?

Best regards,
Victor
#3272
Announcements / Re: NetXMS 2.0-M1 released
January 12, 2015, 11:07:20 AM
Yes, it's a bug in installer. I just uploaded installer with a fix, please try it (file names are the same).

Best regards,
Victor
#3273
Announcements / NetXMS 2.0-M1 released
January 09, 2015, 10:17:20 PM
Hi all!

NetXMS 2.0-M1 is released. This is first release in 2.0 branch. From now on we change version numbering scheme. Now it consists of only two numbers followed by qualifier. Qualifier could me M (for Milestone) which indicates milestone toward release, RC (for Release Candidate), and no qualifier for stable release. Patches after release will be indicated by adding third number.
We do lot of changes in system internals, and much more expected in next milestone versions. Although we do our best to test system before release, M versions may still be unstable, so upgrade with care and be prepared for rollback.

Full change log since previous release:

- New hook script "AcceptNewNode" (can be used as additional filter for network discovery to avoid unnecessary communications)
- SMS driver for Kannel gateway
- Oracle subagent: added parameter Oracle.CriticalStats.Deadlocks
- Reporting server improved
- Code page option added to all client command line tools (nxalarm, nxevent, nxpush, nxsms)
- New NXSL functions: GetNodeTemplates
- New parameters in Windows agent: System.Update.LastDetectTime, System.Update.LastDownloadTime, System.Update.LastInstallTime
- Network service response time can be monitored
- Added driver for HP A-series and V-series switches
- MIB compiler correctly handles REFERENCE keyword in agent capabilities section
- Oracle Tuxedo monitoring subagent
- Improved server performance with PostgreSQL
- Alias and MTU collected and stored for interfaces
- Server uses ipAddressTable and ipAddressPrefixTable to collect configured IP addresses when supported by monitored nodes
- Management console:
    - New dashboard element "DCI summary table"
    - Cluster objects shown on status maps
- Android console:
    - Added date in X axis (graphs) when the time frame is greather that one day
    - Added 10 minutes, 12 hours, 5 days, 30 days, last year options in draw graph for last values tab (5, 7, and 30 days asks for confirmation of long task execution)
    - Fixed graphical problem (checkbox) in last values tab
    - Support for KitKat Wear and Lollipop, updated support library v4
- Fixed issues: #61, #306, #381, #488, #565, #628, #634, #667, #672, #673, #674, #675, #677, #678, #679, #682, #684, #686, #688, #689, #691, #697, #698, #700, #704, #705, #709, #710, #715

Best regards,
Victor
#3274
Hi,

browsing performance counters from template configuration is not supported yet. You can configure required counter on node and then use "convert to template item" option to move it to template.

Best regards,
Victor
#3275
Hi,

you should import client library plugin project from src/java/client into workspace.

Best regards,
Victor
#3276
GENERIC means built-in generic driver. Seems that drivers are not loaded at all. Try to add the following line to netxmsd.conf:

LibraryDirectory = C:\programs\NetXMS\NetXMS\lib

and restart server.

Best regards,
Victor
#3277
General Support / Re: Agent query to Oracle
January 07, 2015, 07:11:26 PM
It should be able to use TNS names. Most likely it's client configuration or environment issue. Can you check what Oracle client is used by oracle.ddr?

Best regards,
Victor
#3278
General Support / Re: NetXMS and SNOM phones
January 07, 2015, 07:09:30 PM
Fixed that (fix will be included in 2.0-M1). Problem was that status poll always used OID ".1.3.6.1.2.1.1.2.0". I change it so status poll will use value of snmp.testoid attribute.

Best regards,
Victor
#3279
General Support / Re: Agent query to Oracle
January 07, 2015, 05:47:30 PM
Hi,

try to use connect string in form //server_address/SID instead of TNS name.

Best regards,
Victor
#3280
Hi,

if you select switch node in object tree, on verview page you'll see selected driver for that node. You can also run configuration poll manually - one of the messages will identify selected driver.

Best regards,
Victor
#3281
Hallo,

benutzen Sie Agent oder Client? Für Client, gesetzt Sie richtige Benutzername und Passwort in Settings -> Connection.

Mit freundlichen Grüßen,
Viktor
#3282
General Support / Re: XMPP delays.
January 07, 2015, 12:57:39 AM
Still seems that problem is with XMPP library. XMPP sender action waits on mutex to acquire XMPP handle. On what operating system your server is running? If it is Linux, can you attach gdb to server process after

*actions* Sending XMPP message to

line appears in log but before actual message is sent, and create dump of all threads using thread apply all bt command?

Best regards,
Victor
#3283
General Support / Re: XMPP delays.
January 07, 2015, 12:29:53 AM
Thanks for update, I'll look more carefully into XMPP action then.

Best regards,
Victor
#3284
Hi,

there are no uniform way to monitor databases, as they all are quite different. Some common approaches (relevant for almost any application) includes monitoring presence of specific processes (using Process.Count parameter) and network port availability. For some databases (Oracle, Informix, DB/2) there are monitoring agents that can provide some additional performance and status data. You can also try DBQuery subagent which is capable of running specific queries in database and provide results (or errors if query execution failed).

Best regards,
Victor
#3285
Hi,

do you still have/remember source code of problematic script?

Best regards,
Victor