NetXMS Support Forum

English Support => General Support => Topic started by: ophelie6989 on January 13, 2010, 11:49:31 PM

Title: XML file
Post by: ophelie6989 on January 13, 2010, 11:49:31 PM
Hi, i would like to know if it was possible to deploy an xml file on an agent with the NetXMS Console?

Thank you very much
Title: Re: XML file
Post by: Victor Kirhenshtein on January 14, 2010, 08:31:18 PM
Hello!

Not directly from console. However, you can upload any file to agent via nxupload command line tool (should be run from server). All uploaded files will be placed in agent's upload directory, defined by FileStore parameter in agent's configuration file.
You can also create fake upgrade package which will just deliver required file and distribute it via agent upgrade mechanism from console.

Best regards,
Victor
Title: Re: XML file
Post by: ophelie6989 on January 14, 2010, 10:32:29 PM
Thank you , i am going to try to create a fake package
Title: Re: XML file
Post by: ophelie6989 on January 15, 2010, 04:25:17 PM
With the fake package it works! Than you.