Advertisement
alacercogitatus

SETUP.XML FTWOMGWTFBBQ

Aug 6th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.70 KB | None | 0 0
  1. <setup>
  2.     <block title="enable Log Collection" endpoint="data/inputs/monitor" >
  3.         <text>
  4.         Enable log collection for any of the following inputs. Please verify your logs are in the proper location. This first one is for "C:\Program Files". Add additional URI Encoded entities as required.
  5.         </text>
  6.         <input entity="c%3A%5CProgram%20Files" field="enabled" >
  7.             <label>Enable $name$</label>
  8.             <type>bool</type>
  9.         </input>
  10.     </block>
  11.     <block title="enable Log Collection - work?" endpoint="data/inputs/monitor" entity="*" mode="iter">
  12.         <text>
  13.         I Wonder if this works correctly?
  14.         </text>
  15.         <input field="enabled" >
  16.             <label>Enable $name$</label>
  17.             <type>bool</type>
  18.         </input>
  19.     </block>
  20. </setup>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement