Advertisement
stephanlinke

Untitled

Dec 14th, 2016
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.98 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.   <devicetemplate id="hyperv.virtualmachines" name="Hyper-V Virtual Machines" priority="1">
  3.     <check id="ping" meta="ping"/>
  4.     <create id="hyperv.virtualmachines" kind="exexml" meta="customexexmlscan" requires="ping">
  5.       <metadata>
  6.         <exefile>
  7.           PRTG-HyperV.ps1
  8.         </exefile>
  9.         <exeparams>
  10.            -metascanVM -Computername "%host" -userdomain "%windowsdomain" -username "%windowsuser" -password "%windowspassword"
  11.         </exeparams>
  12.       </metadata>
  13.       <createdata/>
  14.     </create>
  15.     <create id="hyperv.virtualhosts" kind="exexml" meta="customexexmlscan" requires="ping">
  16.       <metadata>
  17.         <exefile>
  18.           PRTG-HyperV.ps1
  19.         </exefile>
  20.         <exeparams>
  21.            -metascanHost -Computername "%host" -userdomain "%windowsdomain" -username "%windowsuser" -password "%windowspassword"
  22.         </exeparams>
  23.       </metadata>
  24.       <createdata/>
  25.     </create>
  26.   </devicetemplate>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement