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

Topics - testos

#21
Hi!

Please, could you tell me why Icmp.LastPingTime and Icmp.AvgPingTime parameters return response times don't match with ping command?

This is the output for linux ping command:
[root@NetFlow1 ~]# ping -v -i 10 10.45.252.62
PING 10.45.252.62 (10.45.252.62) 56(84) bytes of data.
64 bytes from 10.45.252.62: icmp_seq=1 ttl=250 time=75.7 ms
64 bytes from 10.45.252.62: icmp_seq=2 ttl=250 time=76.7 ms
64 bytes from 10.45.252.62: icmp_seq=3 ttl=250 time=81.9 ms
64 bytes from 10.45.252.62: icmp_seq=4 ttl=250 time=81.8 ms
64 bytes from 10.45.252.62: icmp_seq=5 ttl=250 time=80.9 ms
64 bytes from 10.45.252.62: icmp_seq=6 ttl=250 time=81.6 ms
64 bytes from 10.45.252.62: icmp_seq=7 ttl=250 time=82.1 ms
64 bytes from 10.45.252.62: icmp_seq=8 ttl=250 time=81.1 ms
64 bytes from 10.45.252.62: icmp_seq=9 ttl=250 time=76.7 ms
64 bytes from 10.45.252.62: icmp_seq=10 ttl=250 time=81.8 ms
64 bytes from 10.45.252.62: icmp_seq=11 ttl=250 time=81.9 ms
64 bytes from 10.45.252.62: icmp_seq=12 ttl=250 time=81.4 ms
64 bytes from 10.45.252.62: icmp_seq=13 ttl=250 time=81.8 ms
64 bytes from 10.45.252.62: icmp_seq=14 ttl=250 time=76.3 ms
64 bytes from 10.45.252.62: icmp_seq=15 ttl=250 time=81.4 ms
64 bytes from 10.45.252.62: icmp_seq=16 ttl=250 time=82.1 ms
64 bytes from 10.45.252.62: icmp_seq=17 ttl=250 time=76.5 ms
64 bytes from 10.45.252.62: icmp_seq=18 ttl=250 time=76.7 ms
64 bytes from 10.45.252.62: icmp_seq=19 ttl=250 time=76.3 ms
64 bytes from 10.45.252.62: icmp_seq=20 ttl=250 time=82.6 ms
64 bytes from 10.45.252.62: icmp_seq=21 ttl=250 time=77.0 ms


Attached image wich Icmp.AvgPingTime and Icmp.LastPingTime delivers at the same time.

Seems that divide it by 10 and then round value.


Best regards.
#22
Hi again.

Why this alarm indicates that mask is wrong and should be the same?

Best regards.
#23
Hi!

Suppose we have two tabs open: Object Details tab and Alarm browser tab. When I close Alarm brower tab, Object Detail tab is restored improperly (see image attached).

Best regards.
#24
General Support / Capabilities box nxmc bug
March 02, 2011, 09:34:02 AM
Hi!

Object Details tab: in larges system description nodes, Capabilities box is lost . Wrap string should be applied to General box.
Perhaps Capabilities box would be under General box.

Best regards.
#25
General Support / Complex container status
February 23, 2011, 03:29:02 PM
Hi again!

My network provider supplies me a main 100 Mbs bandwith line (A) and a backup 10 Mbs bandwith line (B) for a given location.  I need status container follow:

A status Up Up Down Down
B status Up Down Up Down
Location status Normal Normal Minor Major


I have created a condition under same container of A and B, with next condition script:

//trace(0,$1);
//trace(0,$2);
if ($1>0){
if ($2>0)
return 3; //Return MAJOR
else
return 2; // return MINOR
}
return 0; // return NORMAL
// blank last line is required for elude:
// syntax error, unexpected '/', expecting $end



Please, is there any way to change condition active state defined in General tab, from inside script?
Please, is there another way to get needed states?

Thanks in advance.
#26
General Support / nxmibc error compilation
February 18, 2011, 02:59:54 PM
Hi,

nxmibc tool can not to compile the mib declaration following :

       MODULE MANDATORY-GROUPS {zoneConfigurationGroup,
                                 zoneStatisticsGroup,
                                 zoneNotificationControlGroup,
                                 zoneNotificationGroup}

It display this complaint:
./CISCO-ZS-MIB.txt: ERROR 003: Parser error - syntax error, unexpected LEFT_BRACE_SYM, expecting ASSIGNMENT_SYM or MODULE_SYM in line 3387

You can try to compile attached file.


Best regards.
#27
General Support / Macros for DCI description
February 10, 2011, 03:36:27 PM
Hi all.

How I can insert a macro substitution into a normal DCI description field?

I wish to carry parameter DCI {instance} content, into nomal DCI description (no template), without copy-paste it.

Best regards.
#28
Hi all,

It would be great if NetXMS could create containers, conditions, nodes, bind objects, etc., within a Auto Bind filter script  :o. In this way, we could not only filter by IP, but after create a group of containers will hold node, customize and autobind it. So automatic network discovery would be complete.

For example, suppose I want self-discovery a node IP 192.168.1.100, and when it has been discovered, NetXMS create a new node name "New Node", just under a "Routers" existing container, but previously creating two sub-containers "City -> Zone" hanging from "Routers".
My desire Auto Bind script could be something like:
If $ node->ipAddr == 192.168.1.100    {
   CreateContainerGroup ("Services.Routers", "City",)   //Step by step
   CreateContainerGroup ("Services.Routers.City ","Zone ",)   //Only one step
   CreateNode ("Services.Routers.City.Zone"," New Node ", 192.168.1.100);
   return 1;   //Apply Auto Bind
   }

return 0;   //Nothing to do

This will require a few new functions for Accessing Object Data:
CreateContainerGroup (<path from root>, <container name>, <bind to object name>)
CreateNode (<path from root>, <node name>, <ip address>)
CreateCondition (...
...

I hope someone else had this need.

Thanks in advance
#29
General Support / Automatic actions
May 14, 2009, 02:57:49 PM
Hello!

   
How can I automatically replace node names and their comments whether with SNMP OID or with Sugar Community Edition database information, during discovery or later?

Is there something similar to zabbix actions discovery based?

Thanks in advanced.
#30
General Support / Auto bind and auto apply script
May 13, 2009, 12:30:44 PM
Hello again.

I am trying to prove automatic template application and automatic node binding to containers based on filters (node name begins with "FG100A") and do not work none of these filters:

Quotesub main()
{
return left($1,6) = "FG100A" ? 1 : 0;
}

Quotesub main()
{
return left($node,6) = "FG100A" ? 1 : 0;
}

Quotesub main()
{
return left($node,6) = "FG100A" ? $node : 0;
}


What is wrong?
Thanks in advanced
#31
Hello.

Are you planned Application Dependency Mapping and End User Experience Monitoring implementation at some future point for NetXMS?
These are a couple of interesting references for it:
http://www.itsmwatch.com/article.php/3718406
http://www.wearebsm.com/managed_objects/2008/08/end-user-monitoring-experience.html

And this is an interesting exposition about The Four Dimensions of Application Performance Monitoring:
http://www.tidalsoftware.com/downloads/files/www.tidalsoftware.com/downloads/intersperselaunch/player.html



Best regards.