-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathprtg.standardlookups.nas.hbstatus.ovl
More file actions
38 lines (38 loc) · 1.18 KB
/
Copy pathprtg.standardlookups.nas.hbstatus.ovl
File metadata and controls
38 lines (38 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<ValueLookup id="prtg.standardlookups.nas.hbstatus" desiredValue="0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PaeValueLookup.xsd">
<Lookups>
<SingleInt state="None" value="0">
Not run yet
</SingleInt>
<SingleInt state="Ok" value="1">
Successful
</SingleInt>
<SingleInt state="Ok" value="2">
Successful, prepare backup rotation
</SingleInt>
<SingleInt state="Warning" value="3">
Successful, rotate backup
</SingleInt>
<SingleInt state="Error" value="4">
Failed
</SingleInt>
<SingleInt state="Ok" value="5">
Created
</SingleInt>
<SingleInt state="Ok" value="6">
Running
</SingleInt>
<SingleInt state="Warning" value="7">
Cancelled
</SingleInt>
<SingleInt state="Warning" value="8">
Suspended
</SingleInt>
<SingleInt state="Ok" value="9">
Resumed
</SingleInt>
<SingleInt state="Warning" value="10">
Partially completed
</SingleInt>
</Lookups>
</ValueLookup>