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

#4021
Not yet. I'll add this as feature request (https://www.radensolutions.com/chiliproject/issues/483).

I'll think about instance discovered DCIs on one graph. Currently it should be possible to fix them using nxshell, but probably it will not be easy.

Best regards,
Victor
#4022
General Support / Re: Syslog - basics
January 23, 2014, 11:04:22 PM
Hi!

You have mixed two different functions. When you have LogFile = {syslog} in your netxmsd.conf it only means that server will use syslog for logging instead of writing directly to file, and most likely you'll see related messages in /var/log/messages or /var/log/syslog - depending on your distribution and actual syslog configuration. NetXMS server here is just a client for your local syslog server.

NetXMS server can also work a s a syslog server and collect syslog messages from remote hosts and devices (which is what you need as I understand). It is disabled by default, you should change the following server configuration variables:
EnableSyslogDaemon - set to 1;
SyslogListenPort - port for syslog server to listen on (default is 514, but it may be used already by system syslogd);
SyslogRetentionTime - number of days to keep received messages in database (default is 90).

When you restart server you should see incoming syslog messages stored. You can check that new messages coming using syslog monitor (Monitor->Syslog menu in console).

Once you set up syslog receiving, you can configure message matching policy to capture texts from messages and generate events.

Best regards,
Victor
#4023
General Support / Re: GetNodeInterfaces - parameters
January 23, 2014, 10:55:56 PM
Hi!

Can you explaint in more detail what you are trying to achieve or maybe post whole script? There are also example of using peerNode and peerInterface attributes: http://wiki.netxms.org/wiki/Script_Example:_Additional_Information_About_Connected_Node.

Best regards,
Victor
#4024
Hi!

Check that libstrophe.so.1 was installed into destination libdir. If it is, try to run ldconfig.

Best regards,
Victor
#4025
Announcements / Re: NetXMS 1.2.11 released
January 23, 2014, 07:44:11 PM
Most likely we will release 1.2.12 as patch release in a next few days to fix crashes reported for 1.2.10 and 1.2.11.

Best regards,
Victor
#4026
Announcements / Re: NetXMS 1.2.11 released
January 22, 2014, 09:19:54 PM
Hi!

Next release will be built with XMPP support included. It is possible to specify multiple addresses in one action - they must be separated by semicolon.

Best regards,
Victor
#4027
Общие вопросы / Re: PUSH HP SIM
January 22, 2014, 11:53:51 AM
Я не знаю какие значения могут принимать эти OIDы, а так с точки зрения конфигурации все выглядит правильно.
#4028
Announcements / Re: NetXMS 1.2.11 released
January 20, 2014, 09:39:48 PM
Hi!

Yes, it's ok to upgrade directly.

Best regards,
Victor
#4029
From this log it seems that new node was not created. Can you remove all duplicate nodes except node with ID 100 and start server again? Also, please send me result of configuration poll for that node and output of ifconfig -a.

Best regards,
Victor
#4030
General Support / Re: ServiceCheck.HTTP
January 20, 2014, 11:08:17 AM
netsvc subagent need libcurl, and so it will only built if libcurl development package is installed. Try to install libcurl-devel package and run configure and make again.

Best regards,
Victor
#4031
Feature Requests / Re: Entire Network for Android
January 20, 2014, 11:05:37 AM
Hi!

Yes, it could be added. Nobody requests this before :)

Best regards,
Victor
#4032
Hi!

Most likely server has a problem detecting interfaces of server nodes. Can you please provide information about the OS server is running on, result of configuration poll for server node, and output of server starting at debug level 7 (up to message "Server initialization completed")?

Best regards,
Victor
#4033
General Support / Re: ServiceCheck.HTTP
January 20, 2014, 10:45:51 AM
Hi!

Seems that both Windows and Debian packages was built with netsvc subagent omitted. I'll build both versions a bit later and post a download link.

Best regards,
Victor
#4034
Feature Requests / Re: CISCO SMB Switch driver
January 17, 2014, 05:52:16 PM
So basically almost everything is working. CDP may be empty if nobody in the network sends CDP packets except that switch.

Yes, you can send dump by mail.

Best regards,
Victor
#4035
Feature Requests / Re: CISCO SMB Switch driver
January 17, 2014, 04:59:06 PM
Hi!

Most of the functionality should work out of the box. Driver is needed to provide VLAN information and picture of physical ports. Ideally would be to get output of full SNMP walk (starting .1).

Best regards,
Victor