Lookup Dateien und Template hinzugefügt
This commit is contained in:
29
PRTG/lookups/custom/oid.xg18-firewall-mib.service.status.ovl
Normal file
29
PRTG/lookups/custom/oid.xg18-firewall-mib.service.status.ovl
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ValueLookup id="oid.xg18-firewall-mib.service.status" desiredValue="1" undefinedState="Warning">
|
||||
<Lookups>
|
||||
<SingleInt state="None" value="0">
|
||||
untouched
|
||||
</SingleInt>
|
||||
<SingleInt state="Warning" value="1">
|
||||
stopped
|
||||
</SingleInt>
|
||||
<SingleInt state="Ok" value="2">
|
||||
initializing
|
||||
</SingleInt>
|
||||
<SingleInt state="Ok" value="3">
|
||||
running
|
||||
</SingleInt>
|
||||
<SingleInt state="Error" value="4">
|
||||
exiting
|
||||
</SingleInt>
|
||||
<SingleInt state="Error" value="5">
|
||||
dead
|
||||
</SingleInt>
|
||||
<SingleInt state="Error" value="6">
|
||||
frozen
|
||||
</SingleInt>
|
||||
<SingleInt state="None" value="7">
|
||||
unregistered
|
||||
</SingleInt>
|
||||
</Lookups>
|
||||
</ValueLookup>
|
||||
Reference in New Issue
Block a user