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

Messages - dushyantmdave

#16
#ls
about_files  about.html  configuration  libcairo-swt.so  nxmc  nxmc.ini  plugins
# ./nxmc
Segmentation fault
#17
General Support / Re: Error in Transformation Script
October 06, 2012, 10:13:50 AM
Hello SKYnv,

I have tried following script and it is running successfully.

if ($1 > 5000)
return 0;
else
return $1;

thank you very much. :)
#18
General Support / Re: Error in Transformation Script
October 05, 2012, 04:38:17 PM
you mean to say, I have to user version 1.2.3?
I can't see the history after putting this script.
#19
General Support / Re: Error in Transformation Script
October 05, 2012, 04:28:58 PM
Please find attached screenshots version 1.2.2
#20
General Support / Re: Error in Transformation Script
October 05, 2012, 04:26:03 PM
please find the script:

sub main()
{
   if ($1 > 5000)
      return 0;
}
#21
General Support / Error in Transformation Script
October 05, 2012, 03:10:35 PM
Hello Victor,

I have configured netxms 1.2.2 with OID .1.3.6.1.2.1.67.2.1.1.1.5.0
when I am shutting down my radius server the OID value showing too high tps in the value column

when I am using following transformation script
if ($1 > 5000)
  return 0;

it is not working in transformation script

Thanks & Regards,
Dushyant Dave