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

#4051
General Support / Re: Change installation to UNICODE
January 09, 2014, 11:45:55 AM
Hi!

What is your database settings? It is recommended to use UTF-8 encoding in PostgreSQL.

Best regards,
Victor
#4052
General Support / Re: Change installation to UNICODE
January 09, 2014, 11:12:33 AM
Hi!

You can just recompile server with UNICODE support and connect to same database. It should work just fine.

Best regards,
Victor
#4053
General Support / Re: Dashbaord internet usage.
January 08, 2014, 05:01:41 PM
When you set time interval in dashboard graph properties, if it's set to "1 minute" it means "for last one minute", not "every minute". If you had setting like this, then you actually request data for last one minute, and collecting data once per minute you only got one data point in that interval - so no line was drawn.

Best regards,
Victor
#4054
General Support / Re: Linux agent problem
January 08, 2014, 04:28:14 PM
Very strange. Still seems to be network problem to me, but I have to know more about actual network topology. You can contact me directly if you wish to continue debugging and don't want to share this information on the forum.

Best regards,
Victor
#4055
General Support / Re: Dashbaord internet usage.
January 08, 2014, 09:08:10 AM
From screenshot it looks like chart for 1 minute (19:54:50 to 19:55:50). Is it really what you want to display? If yes, are you sure you collect data often enough?

Best regards,
Victor
#4056
Hi!

System will generate events in case anything goes wrong with the node - you can handle these events and create alarms, send notifications, etc. Most important events are following:

SYS_NODE_DOWN - entire node is down (NetXMS server cannot communicate using any allowed means)
SYS_NODE_UNREACHABLE - NetXMS server cannot communicate with the node because of intermediate router failure
SYS_NODE_UNMANAGED - someone put node into unmanaged state
SYS_NODE_UNKNOWN - status of the node is unknown
SYS_IF_DOWN - network interface is down
SYS_IF_UNKNOWN - status if network interface is unknown (usually because of disconnected agent)
SYS_IF_DISABLED - network interface was disabled
SYS_SERVICE_DOWN - network service is down
SYS_SERVICE_UNKNOWN - network service state cannot be determined (usually because of agent failure)
SYS_AGENT_UNREACHABLE - NetXMS agent is unreachable
SYS_SNMP_UNREACHABLE - SNMP agent is unreachable
SYS_DCI_UNSUPPORTED - DCI goes to "unsupported" state
SYS_SCRIPT_ERROR - NXSL script execution error
SYS_SMTP_FAILURE - server was unable to sent e-mail notification
SYS_SMS_FAILURE - server was unable to sent SMS notification

Best regards,
Victor
#4057
Добавил новый атрибут "driver" - будет доступен после обновления на 1.2.11.
#4058
From configuration poll it seems that you connected some Cisco router, not Windows machine with agent. Either you made some mistake or I didn't understand initial question correctly.

Best regards,
Victor
#4059
General Support / Re: Inter-server communication
January 07, 2014, 07:10:36 PM
Hi!

Actually looks like a bug. I'll check it a bit later.

Best regards,
Victor
#4060
General Support / Re: Database row count
January 07, 2014, 07:09:45 PM
Hi!

Yes, you can use either ODBCquery or dbquery subagent to execute SQL queries periodically. ODBCquery subagent description is here: http://wiki.netxms.org/wiki/Subagent:ODBCQuery.

For DBquery, agent configuration file can be like this:


# standard stuff here ...
SubAgent = dbquery.nsm

*DBQUERY
Database = id=db1;driver=mysql.ddr;server=127.0.0.1;dbname=mydb;login=user;password=pass


Then to get number of records in table t1, you can use parameter

DB.Query(db1,"SELECT count(*) FROM t1")

Please note that DBquery is a new subagent intended to replace ODBCquery, but it's not 100% ready yet.

Best regards,
Victor
#4061
General Support / Re: Linux agent problem
January 07, 2014, 07:00:49 PM
From the log I can see that agent does not receive connection from server. This can be firewall or routing problem. Can you telnet to port 4700 on problematic machine?

Best regards,
Victor
#4062
General Support / Re: Linux agent problem
January 06, 2014, 05:04:28 PM
Hi!

Try to run agent with debug level 9:

nxagentd -D9

run configuration poll for that node and see what happens on agent.

Best regards,
Victor
#4063
Can you also post results of configuration poll (right click on node, then Poll -> Configuration)? I suppose that for some reason server cannot communicate with agent (maybe firewall in between or on target node?).

Best regards,
Victor
#4064
General Support / Re: FreeIpmi integration
January 02, 2014, 03:30:49 PM
Hi!

Most correct way would be to add IPMI support to NetXMS server, so it can query IPMI directly and allow easy configuration of IPMI based DCIs. I'll check if this will require significant development effort.

Best regards,
Victor
#4065
Hi!

Please provide detailed description of a system you have problem with (OS version, agent version, how did you install agent, is agent service running).

Best regards,
Victor