Polling Monitor Adapter Configuration |
|
|
The table below describes the adapter configuration elements and attributes for the monitor adapter for EMC Storage that you can specify using the form view, XML view, or both. You cannot use the form view to configure elements and attributes that do not have an entry in the UI label column.
Sample XML template for configuring the monitor adapter<configs> <config name="config1"> <target>pythagoras-p27p</target> <username>admin</username> <password>#1Password</password> <protocol>http</protocol> <port>5988</port> <polling-interval>40</polling-interval> <time-out>60</time-out> </config> <config name="config2"> <target>pythagoras-p27p</target> <username>admin</username> <password>#1Password</password> <protocol>http</protocol> <port>5988</port> <polling-interval>60</polling-interval> <time-out>60</time-out> </config> </configs> |