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 - MAboudi

#1
Hi;
this is my suggestion;
on the node use an internal  DCI of type Dummy that return a string
on the tranformation use :



return $node->country;



(for example to get the country property)
you can acces all the properties from the $node class and its parent "NetObjclass".
for the "NetObjclass":
https://wiki.netxms.org/wiki/NXSL:NetObj
for the Node class:
https://wiki.netxms.org/wiki/NXSL:Node

best regards

#2
General Support / Re: Link Color not Updated on the MAP
October 28, 2018, 09:28:56 AM
Hi Victor;
thanks for your reply, i attached 3 new screenshots:

  • the first one shows the linK General Properties Panel , and indeed it is based on the status of Po1 interface.
  • the others show the status of the interface on the switch at the moment when it is yellow on the map
best regards
#3
General Support / Link Color not Updated on the MAP
October 17, 2018, 04:42:50 PM
hello everyone;
i have a link on a map that has status based on a switch Port and his label is based on DCI value that has thresholds.
when the threshold is reached the color is reflected on the link but when the threshold is rearmed the link color is not restored to the Green color, i verified that bothe the events SYS_THRESHOLD_REACHED and SYS_THRESHOLD_REARMED are generated and the coresponding alarm is created and then terminated.
everything is in  the file attached.
Netxms version : 2.2.9
best regards.
#4
General Support / Re: Probleme DCI format sytax
April 15, 2018, 10:55:33 AM
lot of thanks
that was an awesome feature.
#5
General Support / Probleme DCI format sytax
April 12, 2018, 03:48:20 PM
hello every one
i am trying to use the %* syntax on DCI format String without succes.
my dci return the value of inbound trafic as bps and i want to view it as Mbps withoud using the transformation script.
thanks in advance.
#6
Thanks for your reply
I'm using 2.2.3
I will try the upgrade as soon as possible.
#7
hi every one
after importing snmp mib i lost the value of the oid in snmp walk screen
you can see the probleme in the attachement
need help.