Back to Geneos FAQ

How to change the default Initial download size on FKM plug-in View File function?

You can create a custom command and you can set the download size:

Screenshot

An example of the xml is here:

<command name="View File v2">
<targets>
<target>/geneos/gateway[(@name=&quot;GATEWAY_9370&quot;)]/directory/probe[(@name=&quot;NP64 LAWIN 6370&quot;)]/managedEntity[(@name=&quot;LAWIN&quot;)]/sampler[(@name=&quot;FKM&quot;)][(@type=&quot;&quot;)]/dataview[(@name=&quot;FKM&quot;)]/rows/row[(@name=&quot;/sbox/home/rgonzales/scripts/fkm.log&quot;)]/cell[(@column=&quot;status&quot;)]</target>
</targets>
<task>
<commands>
<commandRef>
<internalCommand>
<name>/PLUGIN:FKM:viewFile</name>
</internalCommand>
<stopOnError>true</stopOnError>
</commandRef>
</commands>
<args>
<arg>
<targetArgs>
<targetArg>
<commandNumber>1</commandNumber>
<argNumber>2</argNumber>
</targetArg>
</targetArgs>
<userInput>
<description>File Size</description>
<integer>10</integer>
</userInput>
</arg>
</args>
</task>
</command>
["Geneos"] ["Geneos > Netprobe"] ["FAQ"]

Was this topic helpful?