| Hi,
Netview 6.0 on AIX 4.3.3
I am using a xnmgraph command in an ARF and the second value to the -mib
option I would like to be a NULL string (i.e., "").  The problem I'm running
into is that I cannot specify a "" as I am already in a double quoted string
from the Command portion of the ARF file.  I have tried to de-reference the
double quotes by using  \"\" but that did not appear to work.
Does anyone have any suggestions on how to accomplish this?
Below is a portion of the ARF file showing the command section...
Action "lanifutil" { 
      SelectionRule (isSNMPSupported)||(isSNMPProxied)&&(isComputer); 
      MinSelected 1; 
      Command "xnmgraph -title \"LAN Interface Utilization:
${OVwSelections}\" -units \"Percent\" -poll \"5s\" -mib
\"LanIf%Util:::::.1.3.6.1.2.1.2.2.1.2:;::\" ${OVwSelections}"; 
   }
TIA,
Jay Pinkos
jpinkos@bostongas.com
 |