Advertisement
Guest User

Untitled

a guest
Oct 11th, 2019
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.96 KB | None | 0 0
  1. <joblist>
  2.   <job>
  3.     <defaultTab>nodes</defaultTab>
  4.     <description></description>
  5.     <executionEnabled>true</executionEnabled>
  6.     <id>0db3281e-84be-4c88-8c38-85268257e12b</id>
  7.     <loglevel>INFO</loglevel>
  8.     <name>JobStack</name>
  9.     <nodeFilterEditable>false</nodeFilterEditable>
  10.     <scheduleEnabled>true</scheduleEnabled>
  11.     <sequence keepgoing='false' strategy='node-first'>
  12.       <command>
  13.         <plugins>
  14.           <LogFilter type='key-value-data'>
  15.             <config>
  16.               <logData>true</logData>
  17.               <name>diskdata</name>
  18.               <regex>.*(-w .*%).*</regex>
  19.             </config>
  20.           </LogFilter>
  21.         </plugins>
  22.         <script><![CDATA[echo "DISK 001 VOLUME 007 -w 15% -c 7% PERCENT"]]></script>
  23.         <scriptargs />
  24.       </command>
  25.       <command>
  26.         <exec>echo ${data.diskdata}</exec>
  27.       </command>
  28.     </sequence>
  29.     <uuid>0db3281e-84be-4c88-8c38-85268257e12b</uuid>
  30.   </job>
  31. </joblist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement