Advertisement
gregmark

OpenNMS Surveillance Views #1

Oct 8th, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.35 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <surveillance-view-configuration
  3.  xmlns:this="http://www.opennms.org/xsd/config/surveillance-views"
  4.  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.  xsi:schemaLocation="http://www.opennms.org/xsd/config/surveillance-views http://www.opennms.org/xsd/config/surveillance-views.xsd"
  6.  default-view="default" >
  7.   <views >
  8.     <view name="default" refresh-seconds="300" >
  9.       <rows>
  10.         <row-def label="Linux" >
  11.           <category name="Linux Servers"/>
  12.         </row-def>
  13.       </rows>
  14.       <columns>
  15.         <column-def label="QA Env" >
  16.           <category name="env_QA" />
  17.         </column-def>
  18.         <column-def label="IO Env" >
  19.           <category name="env_IO" />
  20.         </column-def>
  21.       </columns>
  22.     </view>
  23.     <view name="QA" refresh-seconds="300" >
  24.       <rows>
  25.         <row-def label="Jobs Stack" >
  26.           <category name="stack_QA_jobs" />
  27.         </row-def>
  28.         <row-def label="Tools Stack" >
  29.           <category name="stack_QA_tools" />
  30.         </row-def>
  31.         <row-def label="QE Perf Stack" >
  32.           <category name="stack_QA_qep" />
  33.         </row-def>
  34.       </rows>
  35.       <columns>
  36.         <column-def label="Linux" >
  37.           <category name="Linux Servers"/>
  38.         </column-def>
  39.       </columns>
  40.     </view>
  41.   </views>
  42. </surveillance-view-configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement