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 - Tatjana Dubrovica

#241
Thank you for well described manual! I think it will help others a lot.
#242
Общие вопросы / Re: Internal Ping
December 26, 2014, 05:01:06 PM
Проверьте что у ноды в закладке "Polling" не отключены "status polling" и "ICMP pings".
#243
В данный момент это невозможно.
#244
General Support / Re: LDAP Configuration Error
December 12, 2014, 02:08:24 PM
In your configuration you miss:
LdapSyncUser     
LdapSyncUserPassword     

I recommend you to update NetXMS till latest version. Because there are known issues in ldap:
1.2.16 has bug with assigning rights to ldap users
1.2.17 does not implement paging(affects if you try to get more than 1000 users)

If it is possible please enable crash dump and send it to me. I'll try to analyze it.
Instruction about enabling crash dump:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb787181%28v=vs.85%29.aspx
#245
Общие вопросы / Re: GetItemFromSNMP
December 10, 2014, 03:38:00 PM
Добрый день.

Начиная с версии 1.2.17 у ноды в меню есть пункт "execute script".
В открывшемся окне можно написать скрипт который исполнится на этой ноде.
Пример скрипта можно посмотреть здесь: http://wiki.netxms.org/wiki/Script_Example:_Read_SNMP_Value_From_Node
Только не нужна проверка на подаваемый параметр(их нету) и вместо FindObject($1) можно сразу написать $node
#246
General Support / Re: DCI based on SNMP trap.
November 25, 2014, 04:54:09 AM
Functionality implemented and will be available in next release.
Function looks like this: PushDCIData(node, dciId, value)
#248
Hi.

Are you installing NetXMS from there:  https://www.netxms.org/apt/dists/squeeze/main/ ?
#249
Hi.

Looks like old bug. Should be fixed in version 1.2.17.

Thank you!
#250
General Support / Re: Error in Tools - Wakeup node
November 05, 2014, 09:46:47 PM
Fix will be in next release.
#251
General Support / Re: Error in Tools - Wakeup node
November 05, 2014, 06:36:43 PM
Thank you! Were taking incorrect interface. I'll fix.
#252
General Support / Re: Error in Tools - Wakeup node
November 05, 2014, 06:11:47 PM
Does this node have other interfaces and does they have not zero MAC?
#253
Will be available in next release 1.2.17.
#254
Please check that when subagent is loaded there is message in log:
[19-Sep-2014 18:58:35.863] [INFO ] Subagent "ping.nsm" loaded successfully

Ty to do manually configuration poll for this node.

Check that origin of DCI is set to "NetXMS Agent" before you click "Select..." button.
#255
Hi,

Subagent just adds functionality to agent. So when subagent is loaded to agent it usually just add some additional DCI's.

So you load ping subagent, go to Data Collection Configuration, add new parameter. Origin of parameter should be NetXMS Agent, click Select button, select "Icmp.PacketLoss(*)", and replace * with IP adress. Now configure threshold  as shown in this(http://wiki.netxms.org/wiki/How_to_send_e-mail_notification_when_disk_space_is_low) instruction. In your case event should be created if value is more than 30. You can create your own events that will be generated once rule is violateв and other when it is back to normal.

Afterwards same error code will be used in event configuration.

Did this answer your question? If not what exactly step is confusing?