Advertisement
stephanlinke

Untitled

Jul 25th, 2017
727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 0.82 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.   <ValueLookup id="nonoemhdd.standardlookups.dell.dellstatus" desiredValue="3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PaeValueLookup.xsd">
  3.     <Lookups>
  4.       <SingleInt state="Error" value="1">
  5.         Other
  6.       </SingleInt>
  7.       <SingleInt state="Error" value="2">
  8.         Unknown
  9.       </SingleInt>
  10.        <SingleInt state="Ok" value="0">
  11.         Replicating is working fine
  12.       </SingleInt>
  13.       <SingleInt state="Ok" value="3">
  14.         Ok
  15.       </SingleInt>
  16.       <SingleInt state="Ok" value="4">
  17.         Ok
  18.       </SingleInt>
  19.       <SingleInt state="Error" value="5">
  20.         Critical
  21.       </SingleInt>
  22.       <SingleInt state="Error" value="6">
  23.         Non Recoverable
  24.       </SingleInt>
  25.     </Lookups>
  26.   </ValueLookup>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement