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

Topics - Percy

#1
hi all,

i want to set custom attribute to the interfaces of the router. like i want to add the customer_name of that link or interface as a custom attribute . please help me to to this. what will be the script....?

thanks in advance.

Regards !
Percy
#2
General Support / Interface Name in DCI through template
February 28, 2014, 09:44:43 AM
hi Victor,

i have created  Templates

Description- Traffic In {instance} (Byte/sec)
Parameter-.1.3.6.1.2.1.31.1.1.1.1.{instance}    //ifName Oid
Origin- SNMP
Datatype- String
Instance Discovery-Snmp walk-oid
Base Oid-.1.3.6.1.2.1.31.1.1.1.1
Polling Interval = 60 seconds

transformation Script-
transport = CreateSNMPTransport($node);    // Create SNMP transport for node
if (transport == null)
{
println "Failed to create SNMP transport, exit";
return 1;
}
trafficIn = SNMPGetValue(transport, ".1.3.6.1.2.1.31.1.1.1.6.$1");
return = trafficIn;

this template create DCI for the Routers in this way

Description                                    Parameter                                   data Type
Traffic In {instance} (Byte/sec)      .1.3.6.1.2.1.31.1.1.1.1.{instance}      String
Traffic In fa0/0 (Byte/sec)              .1.3.6.1.2.1.31.1.1.1.1.fa0/0             String
Traffic In fa0/1 (Byte/sec)              .1.3.6.1.2.1.31.1.1.1.1.fa0/1             String
Traffic In fa0/2 (Byte/sec)              .1.3.6.1.2.1.31.1.1.1.1.fa0/2             String

but when i check the DCI values. it does not collect the data shows zero for all interfaces DCI, why transformation script is not working. please correct me where i am doing wrong. please let me know if there are other way to do the same.


thanks in advance,
Percy

#3
General Support / Set Sustom Attribute
February 26, 2014, 08:37:31 AM
hi all,
i have tried the Function SetCustomAttribute in script library. than i configured Action to Execute the script for Event Sys_Node_Added. it works fine for all the new added Nodes with same custom attribute value.
now what i want is that custom attrubute value should be added node Hostname.
So i used this
SetCustomAttribute($node, "Node_HostName", "%n")
but i get the Value %n. why macro didn't work here. secondly how to set the custom attribute for the Interfaces or Instance.

thank you,
Percy
#4
General Support / Execution of Script
February 13, 2014, 11:15:24 AM
hi all,

i want to execute the script created in script library for a particular DCI through transformation tab of DCI. Is it possible..? if possible what function i can use  to call that script in transformation script of  DCI.

thank you
Percy
#5
General Support / 95 percentile
February 04, 2014, 12:58:59 PM
hi all,

Does Any One Knows How to create the DCI for the 95 Percentile. is it possible with the Available Version of Netxms ?

thanks in advance
Percy
#6
General Support / by mistake all Node deleted
January 31, 2014, 08:18:27 AM
hii all,

serious problem has occured by mistake i have deleted the added node from the server is there any way to undo this...please reply soon.
percy
#7
General Support / monitoring of selected interface
January 29, 2014, 08:07:22 AM
hi...

when i create the node than  it Discover all the interface but i want to monitor few selected interface how to remove other interface which i don't want to monitor . as when i open Data collection configuration i found there many interfaces which increase the complexity to identify the DCI for particular interface.

regards !
Percy
#8
General Support / total memory of node.
January 20, 2014, 12:19:36 PM
hi,

there is problem in calculating total memory. when i add the DCI ( MemoryPoolFree and MemoryPoolUsed ) it gives Result which i named total memory. but when i compare this value with the Actual memory which i am using in node there is differnce of 30-40 MB. where this space is going. can any help me.

thanks,
Percy
#9
hi all.

System.Memory.Physical.Total parameter is  not available...what can be the reason. when i check the agent here
Node->rightclick--> tool-->info--> did not find the agent.
how to get System.Memory.Physical.Total parameter . please help.

thans in advance.
Percy