Advertisement
stephanlinke

[PRTG] Duplex Lookup

Nov 27th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ValueLookup id="switch.duplexmode" desiredValue="3">
  3.  <Lookups>
  4.          <SingleInt state="Down" value="1">
  5.                  Port is in an unkown state
  6.          </SingleInt>
  7.          <SingleInt state="Warning" value="2">
  8.                  Port is in halfduplex mode
  9.          </SingleInt>
  10.          <SingleInt state="Up" value="3">
  11.                  Port is in Fullduplex mode
  12.          </SingleInt>
  13.  </Lookups>
  14. </ValueLookup>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement