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

#3991
Announcements / Re: NetXMS 1.2.12 released
February 18, 2014, 02:27:42 PM
Debian 6 binaries available at https://www.netxms.org/apt/dists/squeeze/main/

Best regards,
Victor
#3992
General Support / Re: Upgrade from 1.2.10 to 1.2.12
February 18, 2014, 02:21:20 PM
Version 1.2.12 build for Debian 7. I'll publish deb files for Debian 6 shortly.

Best regards,
Victor
#3993
Announcements / Re: NetXMS 1.2.12 released
February 18, 2014, 02:20:40 PM
Yes, NetXMS 1.2.12 built on Debian 7 (wheezy). I'll publish Debian 6 build shortly as it seems that there are still many Debian 6 installations.

Best regards,
Victor
#3994
Announcements / Re: NetXMS 1.2.12 released
February 17, 2014, 07:26:20 PM
Hi!

Try to add --disable-xmpp to configure as a workaround. I'll check what the problem is in the meantime.

Best regards,
Victor
#3995
Поставьте знак > перед IP адресом - тогда будут фильтроваться объекты с указанным IP, независимо от имени.
#3996
Общие вопросы / Re: netxms snmp table
February 17, 2014, 06:33:37 PM
Я посмотрел MIB - там не используется какой-то стандартный формат:

A date-time specification.

            field  octets  contents                  range
            -----  ------  --------                  -----
              1      1-2   year*                     0..65536
              2       3    month                     1..12
              3       4    day                       1..31
              4       5    hour                      0..23
              5       6    minutes                   0..59
              6       7    seconds                   0..60
                           (use 60 for leap-second)
              7       8    deci-seconds              0..9
              8       9    direction from UTC        '+' / '-'
              9      10    hours from UTC*           0..13
             10      11    minutes from UTC          0..59

            * Notes:
            - the value of year is in network-byte order
            - daylight saving time in New Zealand is +13

Так что надо будет писать transformation script на эту колонку.
#3997
Общие вопросы / Re: netxms snmp table
February 17, 2014, 05:16:29 PM
Надо в качестве имени параметра на закладке "General" указать .1.3.6.1.2.1.25.6.3.1.1 - тогда сервер получит правильные индексы для OID'ов в колонках.
#3998
General Support / Re: Can't add new DCI
February 17, 2014, 05:09:06 PM
Hi!

Try to run configuration poll on node manually (right click on node, Poll, Configuration). Does it report that agent is connected, agent version etc.?

Best regards
Victor
#3999
Can you please show content of slm_checks and slm_tickets tables in database?

Best regards,
Victor
#4000
Общие вопросы / Re: netxms snmp table
February 17, 2014, 04:41:58 PM
А как выглядит результат snmpwalk по этой ветке?
#4001
General Support / Re: Request timed out
February 17, 2014, 03:13:30 PM
Please try version 1.2.12. We have fixed lot of bugs here, hopefully timeout problem will be gone.

Best regards,
Victor
#4002
General Support / Re: Why not save the ping reply?
February 17, 2014, 01:53:10 PM
Yes, it could be useful. Added feature request for that: https://www.radensolutions.com/chiliproject/issues/511.

Best regards,
Victor
#4003
General Support / Re: netxms with oracle 10+ backend
February 17, 2014, 01:03:18 PM
Hi!

Seems that you've made a mistake in configuration. Please provide your netxmsd.conf and Oracle server parameters (address and service name). Also, what Oracle client you are using?

Best regards,
Victor
#4004
Announcements / NetXMS 1.2.12 released
February 17, 2014, 01:01:04 PM
Hi all!

NetXMS version 1.2.12 is out. Changes since previous release:

- Support for MetaSystem UPS in UPS subagent
- Timed (temporary) alarm acknowledgement
- New subagent DBQuery - replacement for ODBCQuery
- DCI access functions in NXSL works correctly with table DCIs
- Fixed bugs with instance discovery DCIs created from templates
- New property "runtimeFlags" in NXSL class "Node"
- New event SYS_IF_PEER_CHANGED (sent when peer change detected in interface)
- New system permission: Manage Image Library
- Object level access control can be enabled for logs
- New NXSL function FindAllDCIs
- Driver for Allied Telesis switches improved
- Management console:
   - Fixed bug with red zone display in "last value" dashboard element
   - Edit and delete for alarm comments are working now
   - Fixed Y axis range can be set for line and bar charts
   - In alarm menue are not shown incompatible for selected alarm statuses.
   - Alarm status flow can be changed to strict (terminate status can be set only
     after alarm is resolved). To change flow set "StrictAlarmStatusFlow" parameter to 1.
   - SNMP MIB loaded into memory on first access
- Android Agent:
   - Implemented "Connection notification" in status bar (feature #481)
   - Fix bug in resetting switch preference (settings)
- Android Console:
   - Fix bug in resetting switch preference (settings)
   - Implemented "Entire network" root (feature #482)
   - Manage last alarm from status bar: acknowledge, resolve, terminate (only for Android >= 4.1)
- Fixed issues: #79, #88, #280, #285, #393, #415, #470, #475, #481, #482, #483, #484, #486, #487, #490, #497, #500, #502, #504

Best regards,
Victor
#4005
General Support / Re: netxms with oracle 10+ backend
February 16, 2014, 02:34:04 AM
Looks like checkinstall cannot handle it correctly. make install supposed to install nxmibc and after that post installation hook is called which will compile MIBs using just installed nxmibc.

Best regards,
Victor