NetXMS Support Forum

English Support => General Support => Topic started by: Nikk on December 02, 2013, 12:49:28 PM

Title: External parameter not added
Post by: Nikk on December 02, 2013, 12:49:28 PM
Hi,

I tried to define new external parameter on: Linux 2.6.28-19-server #66-Ubuntu.
I used example showed in https://www.netxms.org/forum/configuration/monitoring-ftp-daemon/msg10341/#msg10341
respectively:
QuoteExternalParameter = FTP.Status(*):echo quit | nc -q1 $1 21 | grep '^220 .*' | wc -l
But when i restarted agent, parameter was not added. I tried the same on Ubuntu-server 12.10 and Windows 7, worked fine on both systems. Maybe I miss something?

Thanks in advance,
Nikk
Title: Re: External parameter not added
Post by: Victor Kirhenshtein on December 02, 2013, 08:12:18 PM
Hi!

Did you do configuration poll after agent restart? Server uses cached version of parameter list when you press "select" button in DCI configuration dialog, and only updates it at configuration polls.

Best regards,
Victor