Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. <joblist>
  2. <job>
  3. <context>
  4. <options preserveOrder='true'>
  5. <option name='deviceSSHPassword' secure='true' valueExposed='true' />
  6. <option name='nodeName' required='true' value='localhost' />
  7. <option name='nodeSSHPassword' secure='true' valueExposed='true' />
  8. <option name='remoteChannelIp' required='true' />
  9. <option delimiter=',' multivalued='true' name='remoteDeviceIP' required='true' />
  10. <option delimiter=',' multivalued='true' name='remoteInterfaces' />
  11. <option name='regionName' />
  12. <option name='regionCode' />
  13. <option name='officeName' />
  14. <option name='officeCode' />
  15. <option name='cityName' />
  16. <option name='streetName' />
  17. <option name='houseName' />
  18. <option name='equipmentRole' />
  19. <option name='linkBw' />
  20. <option name='linkBwUnits' />
  21. <option name='linkMedia' />
  22. </options>
  23. </context>
  24. <description></description>
  25. <dispatch>
  26. <excludePrecedence>false</excludePrecedence>
  27. <keepgoing>false</keepgoing>
  28. <rankOrder>ascending</rankOrder>
  29. <threadcount>5</threadcount>
  30. </dispatch>
  31. <executionEnabled>true</executionEnabled>
  32. <group>diagn</group>
  33. <id>7ed86f96-e80b-4986-ae60-d11c8455cc9c</id>
  34. <loglevel>INFO</loglevel>
  35. <multipleExecutions>true</multipleExecutions>
  36. <name>Diag4</name>
  37. <nodeFilterEditable>true</nodeFilterEditable>
  38. <nodefilters>
  39. <filter>hostname: ${option.nodeName}</filter>
  40. </nodefilters>
  41. <nodesSelectedByDefault>true</nodesSelectedByDefault>
  42. <scheduleEnabled>true</scheduleEnabled>
  43. <sequence keepgoing='true' strategy='node-first'>
  44. <command>
  45. <jobref group='diagn' name='List header attributes'>
  46. <arg line='-regionName ${option.regionName} -regionCode ${option.regionCode} -officeName ${option.officeName} -officeCode ${option.officeCode} -cityName ${option.cityName} -streetName ${option.streetName} -houseName ${option.houseName} -linkBw ${option.linkBw} -linkMedia ${option.linkMedia} -linkBwUnits ${option.linkBwUnits} -equipmentRole ${option.equipmentRole}' />
  47. </jobref>
  48. </command>
  49. <command>
  50. <jobref group='diagn' name='Diagnostics_channel_ru'>
  51. <arg line='-remote_channel_ip ${option.remoteChannelIp} -remote_device_ip ${option.remoteDeviceIP}' />
  52. </jobref>
  53. </command>
  54. <command>
  55. <jobref group='diagn' name='Diagnostics_channel_mu'>
  56. <arg line='-remote_channel_ip ${option.remoteChannelIp} -remote_device_ip ${option.remoteDeviceIP} -node_name ${option.nodeName} -node_ssh_password ${option.nodeSSHPassword}' />
  57. </jobref>
  58. </command>
  59. <command>
  60. <jobref group='diagn' name='Check_interfaces'>
  61. <arg line='-interfaces ${option.remoteInterfaces} -node_name ${option.remoteDeviceIP} -node_ssh_password ${option.deviceSSHPassword}' />
  62. </jobref>
  63. </command>
  64. <command>
  65. <jobref group='diagn' name='Check_cpuload'>
  66. <arg line='-node_name ${option.remoteDeviceIP} -node_ssh_password ${option.deviceSSHPassword}' />
  67. </jobref>
  68. </command>
  69. <command>
  70. <jobref group='diagn' name='Check_bgp'>
  71. <arg line='-node_name ${option.remoteDeviceIP} -node_ssh_password ${option.deviceSSHPassword}' />
  72. </jobref>
  73. </command>
  74. <command>
  75. <jobref group='diagn' name='Check_uptime' nodeStep='true'>
  76. <arg line='-node_name ${option.remoteDeviceIP} -node_ssh_password ${option.deviceSSHPassword}' />
  77. </jobref>
  78. </command>
  79. </sequence>
  80. <uuid>7ed86f96-e80b-4986-ae60-d11c8455cc9c</uuid>
  81. </job>
  82. </joblist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement