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

#2686
Hi,

there is a tutorial on sending notification: https://wiki.netxms.org/wiki/How_to_send_e-mail_notification_when_disk_space_is_low - just skip data collection and threshold part and use SYS_NODE_DOWN event in event processing policy.

Best regards,
Victor
#2687
General Support / Re: GPS
February 06, 2016, 02:32:02 PM
Hi,

in 2.0.3 we have added GPS subagent that is capable of providing location information using NMEA compatible GPS receivers. Location information for nodes with GPS subagent will be updated during status polls.

Best regards,
Victor
#2688
General Support / Re: DCIs, Events and ActionShellExec
February 04, 2016, 09:01:43 PM
Hi,

currently action execution requires direct connection to agent (when zoning was implemented we just forgot about that). I've added it as feature request (https://dev.raden.solutions/issues/1154).

Best regards,
Victor
#2689
General Support / Re: Login connection refused
February 04, 2016, 08:56:42 PM
Hi,

that likely means that you don't have netxms.mib in right place on server. It should be in <install_prefix>/var/lib/netxms (or in /var/lib/netxms if you install server from deb package). There was other topics on forum on MIB compilation and location, you can check them as well.

Best regards,
Victor
#2690
Hi,

you have to load portcheck.nsm subagent on proxy agent and specify proxy node as poller node either for network service or for it's node.

Best regards,
Victor
#2691
Hi,

currently there are no easy way to do what you want except for nxshell scripts. As you have access to full client API in nxshell you can do anything that can be done from management console.

I see two easy to implement options to simplify things in future versions:

1. add "non-inheritable" option to ACL entries;
2. Option to add ACLs to multiple selected objects. While adding can be implemented easily, mass edit could be quite complicated because objects may already have different access right assignments.

Best regards,
Victor
#2692
General Support / Re: Syslog monitoring
February 04, 2016, 08:33:38 PM
Hi,

you don't need logwatch subagent if you receiving and parsing syslog records - but then you have to configure your application to use syslog protocol for logging instead of just writing log file. Or, you should have something that picks up application log file and sends it using syslog protocol to NetXMS server.

Best regards,
Victor
#2693
Announcements / Re: NetXMS 2.0.2 released
February 04, 2016, 08:28:37 PM
Hi,

just uploaded static agents.

Best regards,
Victor
#2694
Только наоборот:


$1->name != "Teredo Tunneling Pseudo-Interface"

#2695
General Support / Re: Global DCI Table?
January 29, 2016, 11:33:20 PM
Another possible solution could be script DCI that will collect all necessary tables and built one common table.

Best regards,
Victor
#2696
Hi,

currently web page dashboard element do not refresh web site periodically (it expects that web page will refresh itself). Feel free to add feature request for that.

Best regards,
Victor
#2697
General Support / Re: Cannot load MIB file from Server
January 29, 2016, 11:29:46 PM
Hi,

on Windows it should be located in C:\NetXMS\var (or <install path>\var if you install server into non-standard location). You can compile it yourself by running

nxmibc -z -d C:\NetXMS\share\mibs -o C:\NetXMS\var\netxms.mib

Best regards,
Victor
#2698
General Support / Re: CentOS 7 lmsensors.nsm
January 29, 2016, 11:26:23 PM
Hi,

check that you have lm_sensors-devel package installed. Source build will just skip lmsensors subagent build without lmsensors development package.

Best regards,
Victor
#2699
Hi,

do the server crash after that or just drops connection? Also, please try 2.0.2 release that just came out.

Best regards,
Victor
#2700
Announcements / NetXMS 2.0.2 released
January 29, 2016, 11:22:04 PM
Hi all,

NetXMS version 2.0.2 is out. It is another patch release for 2.0 branch. Changes since previous release are following:


- Optimized LDAP synchronization for large directories
- Added NXSL API for manipulating object geolocation
- Fixed bug that allows to crash server remotely by sending garbage to client connector port
- NXSL: new hash map attributes "keys" and "values"
- Object custom attributes can be accessed as hash map in NXSL
- New server debug console commands "log" and "logmark"
- Management console:
        - Improved file transfer error handling
        - Double click on geo map zoom in and center map on point under cursor
- Android Console:
        - Updated ACRA library: now crash reports are sent via e-mail (will use the app installed on device to send mail)
        - Fixed bug in action bar commands: disconnect and exit sometimes wasn't working
- Android Agent:
        - Updated ACRA library: now crash reports are sent via e-mail (will use the app installed on device to send mail)
- Fixed issues: #1042, #1049, #1093, #1111, #1117, #1125, #1128, #1133, #1134, #1139

Best regards,
Victor