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

#4171
Announcements / Re: NetXMS 1.2.9 released
November 12, 2013, 09:11:28 AM
Hi!

You can upgrade directly to 1.2.9. Actual upgrade procedure depends on your platform and installation method (from sources or using binary packages). Installation guide (http://wiki.netxms.org/wiki/Server_Installation_Guide) contains necessary upgrade steps.

Best regards,
Victor
#4172
The only way I can think of is to create "dummy" DCI and use transformation script to read value from correct OID directly in transformation script.

Best regards,
Victor
#4173
General Support / Re: Calculate/display 95th.etc
November 11, 2013, 02:53:22 PM
Unlikely in 1.2.10, but I'll register as feature request for one of the next releases.

Best regards,
Victor
#4174
General Support / Re: Uptime percentage in dashboard.
November 11, 2013, 02:51:58 PM
Hi!

You can create a calculated DCI which will calculate uptime in transformation script, and then add it to dashboard using "gauge" type element. Alternatively, you can create business service and appropriate checks.

Best regards,
Victor
#4175
General Support / Re: Agentless ICMP
November 11, 2013, 02:49:56 PM
Here it is: http://wiki.netxms.org/wiki/Subagent:Ping

Best regards,
Victor
#4176
Общие вопросы / Re: NetXMS + DB Oracle
November 08, 2013, 05:15:06 PM
субагент в аттаче. Инсталлер я порсмотрю, спасибо за репорт.
#4177
General Support / Re: error during install agent
November 08, 2013, 11:09:28 AM
Seems that atomic functions are missing on XEN server for some reason. What is output of your gcc -v?

Also, you can try to run pre-compiled static agent: https://www.netxms.org/download/agent_packages/nxagent-1.2.9-linux-x86-static.tar.gz - there are good chances that it will work.

Best regards,
Victor
#4178
General Support / Re: nodes not showing in Object tree
November 08, 2013, 10:55:38 AM
Can you show me results of the following SQL queries:

SELECT * FROM nodes;
SELECT * FROM object_properties;
SELECT * FROM nsmap;

you can send results to [email protected] if it contains sensitive data.

Best regards,
Victor
#4179
General Support / Re: DeleteEmptySubnets
November 08, 2013, 10:49:31 AM
Hi!

What operating system you run server on? Can you please run it with debug level 6 and send me the log (or check what is logged during housekeeper run)?

Best regards,
Victor
#4180
General Support / Re: nodes not showing in Object tree
November 07, 2013, 03:02:14 PM
Hi!

Try to look under appropriate subnet in Entire Network tree - it should be there. If not, you can try to stop the server and run nxdbmgr check in case there are database inconsistencies.

Best regards,
Victor
#4181
Подставил присланные сообщения в консоль. Могу сделать сборку чтобы можно было посмотреть что получается.

Еще измемение в репозитории - мы перенесли исходники в git, теперь они доступны по git://git.netxms.org/public/netxms.git
#4182
General Support / Re: DeleteEmptySubnets
November 07, 2013, 12:56:35 PM
Hi!

Looks like a bug. I'll try to reproduce it.

Best regards,
Victor
#4183
According to RFC, all object identifiers in SNMP MIB must start with lower case letter. Our MIB compiler is quite strict, this is why you get the error. Try to replace object identifiers like Repeater6500 with repeater6500, and it should compile.

Best regards,
Victor
#4184
General Support / Re: SNMP Traps
November 05, 2013, 05:16:01 PM
Events will be generated based on trap OID only. However, you can filter them later in event processing policy. For example, if you have .1.3.6.1.2.1.16.9.1.1.2.839 varbind mapped to event parameter, you can check if it is empty or not. Filtering script for event processing policy will be like


return (($2 != null) && ($2 != ""));


For notifications, you can just use %2 in e-mail action - it will be replaced by full varbind value. Alternatively, you can parse it in filtering script using regular expressions and pass required parts to the email.

Best regards,
Victor
#4185
General Support / Re: Colour of Status Indicator
November 05, 2013, 05:06:54 PM
Yes, it will be these colors.

Best regards,
Victor