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 - wilfre

#1
Well, yes, that's SNMP-based table template. But since you gave me some clearance on NetXMS design here I currently am not interested in NetXMS. It just does not fit our requirements on easyness and comfort of operation.
#2
General Support / Re: IF-MIB::ifTable template
October 04, 2013, 08:09:00 AM
Quote from: Victor Kirhenshtein on October 04, 2013, 12:01:00 AM
Hi!

You can use instance discovery for that. For example, to monitor input bytes on all interfaces, create DCI (either directly on node or in template) with SNMP OID set to

.1.3.6.1.2.1.2.2.1.10.{instance}

and on "Instance Discovery" page choose SNMP Walk - Values as discovery method and enter .1.3.6.1.2.1.2.2.1.1 as SNMP OID.

Best regards,
Victor

And now, after I've created some custom discovery item, I'm curious of the complexity the method you described proposes. What are 'table' DCIs for? Isn't it more clear to point a DCI to, for example .1.3.6.1.2.1.2.2 (ifTable) or .1 (ifEntry, though less intuitive as former) and then assign only sub-indexes (.2, .8, .10, .16) also selected through MIB-browser (not typed in manually as it is done now in discovery tab) and that are selected to be retreived and monitored? This also should automatically fill-in threshold providers and event sources. Right now it's overroutined as for me.
#3
General Support / Re: IF-MIB::ifTable template
October 04, 2013, 07:34:54 AM
I also get 'Cannot open data collection configuration for OSPF: Component locked (locked by [email protected])
Component locked (locked by [email protected])' after relogin. So 1.2.9 + web is unusable ATM. Or a hint in configuration documentation is missing.
#4
General Support / Re: IF-MIB::ifTable template
October 04, 2013, 07:29:44 AM
When I'm creating a table in template there's no instance discovery tab. When I create just an item in template all tabs including General are empty: http://i.imgur.com/cuK7dfC.png

Then I get 'Session timed out'. I also get 'Argument cannot be null' sometimes.

I can only begin configuring the item after relogin to web-interface.
#5

Oct  3 15:52:36 hostname kernel: [90661.861197] netxmsd[4770]: segfault at 0 ip 00007f250f8ada10 sp 00007f25053be5a8 error 4 in libc-2.17.so[7f250f80a000+1be000]
Oct  3 16:00:20 hostname kernel: [91125.203905] netxmsd[15254]: segfault at 0 ip 00007f1db07bba10 sp 00007f1da68df5a8 error 4 in libc-2.17.so[7f1db0718000+1be000]


segfault backtrace is:

warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
Core was generated by `/usr/bin/netxmsd -d -D 5'.
Program terminated with signal 11, Segmentation fault.
#0  wcslen () at ../sysdeps/x86_64/wcslen.S:24
24      ../sysdeps/x86_64/wcslen.S: No such file or directory.
(gdb) backtrace
#0  wcslen () at ../sysdeps/x86_64/wcslen.S:24
#1  0x00007ffff7ac9689 in DCTable::processNewValue (this=0x7fff8c006990, nTimeStamp=1, value=0x7fffa4015150) at dctable.cpp:389
#2  0x00007ffff7acbec5 in DataCollectionTarget::processNewDCValue (this=0x684ae0, dco=0x7fff8c006990, currTime=1380804132, value=0x7fffa4015150) at dctarget.cpp:366
#3  0x00007ffff7abc952 in DataCollector (pArg=<optimized out>) at datacoll.cpp:254
#4  0x00007ffff73e5f8e in start_thread (arg=0x7ffff0d06700) at pthread_create.c:311
#5  0x00007ffff710fe1d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113


NetXMS version 1.2.9

Ubuntu 13.04, no PPA used

Anyone knows how to fix?
#6
General Support / IF-MIB::ifTable template
October 03, 2013, 10:27:08 AM
Does anyone have a tip to make such a template that scans IF-MIB::ifTable and then creates data units according to filter rule for interfaces discovered there?

Can't assume there is any documentation on NetXMS at all on data unit creation except 'click create, give name, click OK'.