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

#3016
General Support / Re: v2.0-M5 & PostgreSQL
July 08, 2015, 03:01:09 PM
Can you please send me config.log and output of command

ldd /path/to/nxdbmgr

Best regards,
Victor
#3017
Инсталлер агента поддерживает unattended install: https://wiki.netxms.org/wiki/Agent_Installation_Guide#Unattended_installation_of_NetXMS_Agent_on_Windows.
Можно либо настроить запуск инсталлятора удаленно, либо сделать простой msi пакет который будет просто запускать инсталлер с нужными ключами.
#3018
Change should be instant. Another issue could be opened data collection editors for nodes - while data collection for node is open, server will not apply template changes. If this is not the case, then there is serious bug that needs additional debug.

Best regards,
Victor
#3019
Hi,

you do not need auto-apply script to propagate changes on nodes where template already applied. Changes in template will be propagated on all related nodes as soon as you close data collection editor for template.

Best regards,
Victor
#3020
General Support / Re: Status polling and alerting
June 29, 2015, 05:40:00 PM
Hi,

if interface set to "ignored" state it is ignored (as name implies). However, node still should be marked as down if it cannot be reached by any means (SNMP, ICMP, or agent). Do you have at least one interface set to expected state "up"?

Best regards,
Victor
#3021
General Support / Re: v2.0-M5 & PostgreSQL
June 29, 2015, 03:12:41 PM
Hi,

try to add configuration option --with-internal-libexpat when you run configure.

Best regards,
Victor
#3022
General Support / Re: Active Discovery on 2.0-M4
June 25, 2015, 02:46:05 PM
Could you please share screenshot of your network discovery configuration (hide community strings, etc. as necessary) and piece of log when server founds nodes using ping?

Best regards,
Victor
#3023
Hi,

in matching scripts true means "match" and false means "do not match".

Best regards,
Victor


#3024
Feature Requests / Re: Server Configuration
June 25, 2015, 02:43:25 PM
Hi,

yes, will do it before 2.0 release. I've added an issue to track: https://dev.raden.solutions/issues/842.

Best regards,
Victor
#3025
General Support / Re: Active Discovery on 2.0-M4
June 24, 2015, 04:03:50 PM
MAC address will be all 0s if node do not have SNMP nor NetXMS agent. If node will be added to NetXMS MAC address will be replaced with correct one read from ARP cache later on. Do you have sny discovery filters that may prevent nodes from being added?

Best regards,
Victor
#3026
Hi,

currently there is no way to get FDB information into DCIs. I can add a function to read FDB entries for node in next release, then you'll be able to create scripting DCI or poller hook to control it.

Best regards,
Victor
#3027
Hi,

currently NetXMS only probes standard SNMP port during discovery. You can fill feature request in our bug tracker to add list of possible SNMP ports to probe (in a same way we do for SNMP communities).

Best regards,
Victor
#3028
Hi!

I suppose this is configuration to allow Brekere SIP server to expose internal metrics via snmpd. So you still have to do it on your server, and then setup NetXMS to access SNMP on that server and read SNMP parameters as usual. Do they provide MIB file as well?

Best regards,
Victor
#3029
Announcements / Re: NetXMS 2.0-M5 released
June 22, 2015, 10:21:57 PM
Hi,

I've just uploaded Windows agent installer with a fix.

Best regards,
Victor
#3030
Announcements / NetXMS 2.0-M5 released
June 20, 2015, 11:21:02 PM
Hi all!

NetXMS version 2.0-M5 is out. Changes since previous release:

- Agent-side caching of collected data
- Fixed bug in handling floating point Windows performance counters
- Added "comments" attribute to NXSL "DCI" class
- New NXSL function sha256
- Fixed broken nxagent.sms SMS driver
- Added support for SNMP traps over IPv6
- Switched to SHA-256 for password hashing
- Timestamp can be provided in nxpush and nxapush
- New methods in NXSL class "Event": setMessage, setSeverity, setUserTag
- Command line options for nxagentd to change effective user and group after start
- Fixed occasional NXSL compiler crash on scripts with syntax errors
- Errors in auto bind/apply scripts interpreted as "ignore" instead of "false" result
- New core agent parameter File.FolderCount
- Fixed broken active discovery
- Improved system behaviour on large installations
- Management console:
   - Fixed broken VPN connectors configuration
   - "Inverted values" option on line charts
   - Filter in predefined graphs tree
   - Values of selected DCIs can be shown on object overview page
   - "Stacked" option added to line charts on dashboards
   - In-place file rename in file manager
   - Option to export data from line charts on dashboard to CSV file
   - "Select all objects" option in network maps
   - "Proxy node" option in DCI properties renamed to "Source node" to avoid confusion
- Android Console:
   - Added "capabilities" in node overview (changed to expandable list view)
- Fixed issues: #50, #630, #780, #781, #791, #794, #797, #798, #806, #815, #816, #817, #824, #832, #833, #837

Best regards,
Victor