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

#16
hi,

yes i checked there are values . i have attached the screen shot.

thanks,
Percy
#17
General Support / Re: 95 percentile
February 06, 2014, 09:29:27 AM
hi Marco,

thank you so much for the help. i am trying to check this script through nxShell. lets see whether it works or not.

regards,
Percy
#18
Quote from: sperlm on February 05, 2014, 01:33:15 PM
Hello, I will reply here so others can try to help too.

QuoteDESCRIPTION -interface traffic: {instance}
PARAMETER -1.3.6.1.2.1.2.2.1.16.{instance}
base OID to .1.3.6.1.2.1.2.2.1.16
snmp = CreateSNMPTransport($node);
return SNMPGetValue(snmp, ".1.3.6.1.2.1.2.2.1.16." . $1) != 0;

Not sure if it is the problem you encountered but I had problems with this structure because there is no guarantee there will be 0 value, there can be null too so I wrote it like this:

snmp = CreateSNMPTransport($node);
x = SNMPGetValue(snmp, ".1.3.6.1.2.1.2.2.1.16." . $1);
if  (x != null) return (x > 0);
else return 0;

p.s. does it mean you get the desired DCI with correct OID on all of your nodes but the value there is 0 or it creates unwanted DCIs with wrong OID?
Quote from: Percy on February 06, 2014, 08:04:21 AM
hi Sperlm,

thank you for replying back.
Not sure if it is the problem you encountered but I had problems with this structure because there is no guarantee there will be 0 value, there can be null too so I wrote it like this:

snmp = CreateSNMPTransport($node);
x = SNMPGetValue(snmp, ".1.3.6.1.2.1.2.2.1.16." . $1);
if  (x != null) return (x > 0);
else return 0;
[/quote]
i tried this Script on the instance discovery tab of Template than applied to Node i get the DCI for Non Zero values interfaces [ like 1,2,9,10,33] pls check on attachment but when i see the collected values for these DCI it shows 0 value...

[/quote]

p.s. does it mean you get the desired DCI with correct OID on all of your nodes but the value there is 0 or it creates unwanted DCIs with wrong OID?
[/quote]
yes getting 0 value. why it does not give the values of traffic on interfaces.
[/quote]
#19
hi Sperlm,

thank you for replying back.
[/quote]Not sure if it is the problem you encountered but I had problems with this structure because there is no guarantee there will be 0 value, there can be null too so I wrote it like this:

snmp = CreateSNMPTransport($node);
x = SNMPGetValue(snmp, ".1.3.6.1.2.1.2.2.1.16." . $1);
if  (x != null) return (x > 0);
else return 0;[/quote]

i tried this Script on the instance discovery tab of Template than applied to Node i get the DCI for Non Zero values interfaces [ like 1,2,9,10,33] pls check on attachment but when i see the collected values for these DCI it shows 0 value...

[/quote]p.s. does it mean you get the desired DCI with correct OID on all of your nodes but the value there is 0 or it creates unwanted DCIs with wrong OID?
[/quote]

yes getting 0 value. why it does not give the values of traffic on interfaces.
Regards,
Percy


#20
General Support / Re: 95 percentile
February 05, 2014, 12:05:08 PM
hi Marco,

i am not able to put this script
http://wiki.netxms.org/wiki/Script_Example:_Aggregation_of_DCI_values_and_applying_the_95%25_percentile_average

can you help me how to use this script. does it require the DCI if yes what will be the Parameter.

regards
percy
#21
hi,
I tried your script from that i am able to get non zero interfaces but still there is a problem why it is giving 0 value of traffic on interfaces.
regards
Percy
#22
General Support / Re: 95 percentile
February 05, 2014, 07:52:27 AM
hi Marco,

thank you so much for the link. i will try it.

Regards,
Percy
#23
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
#24
Announcements / Re: NetXMS 1.2.11 released
February 04, 2014, 06:42:27 AM
hi Victor,

i have upgraded to v1.2.11 & thanks for the adding new features like Dashboard showing avg and max value and many more.
i have a question
does netXMSv1.2.11 include the 95 percentile feature ?. can we calculate the 95 percentile for the Instance by Creating the DCI .

thanks
Percy
#25
hi Millerpaint,

can you please help me to form the DCI for the node down. what to use in DCI Parameter and does it require any script.

thank you
#26
General Support / Re: by mistake all Node deleted
February 01, 2014, 11:47:25 AM
hi Alex,

thank you for the reply
i m sorry but i don't know how to recovered from the DB can you please tell me how to do this.
thank you
Percy
#27
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
#28
General Support / Re: Crashes.
January 31, 2014, 07:17:46 AM
hi nikk,
thanks a lot for replying and helping me. i will try that hope it will work.

thank you
#29
General Support / Re: Crashes.
January 30, 2014, 12:22:14 PM
hi nikk,

i am really sorry for disturbing you again and again.
but what i need is that when i apply template to the router than i check the data collection configuration for that node . it shows the DCI for all  interface. how to remove the interface from the node before applying the template. so that it will give the DCI for the remaining interfaces.

thank you
#30
General Support / Re: Crashes.
January 30, 2014, 11:40:27 AM
hi nikk,

Packets ( in and Out) at the interface.

percy