Lookup Dateien und Template hinzugefügt
This commit is contained in:
6125
PRTG/devicetemplates/Sophos XG Firewall v18.odt
Normal file
6125
PRTG/devicetemplates/Sophos XG Firewall v18.odt
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ValueLookup id="oid.xg18-firewall-mib.ha.device.status" desiredValue="1" undefinedState="Warning">
|
||||||
|
<Lookups>
|
||||||
|
<SingleInt state="None" value="0">
|
||||||
|
notapplicable
|
||||||
|
</SingleInt>
|
||||||
|
<SingleInt state="Warning" value="1">
|
||||||
|
auxiliary
|
||||||
|
</SingleInt>
|
||||||
|
<SingleInt state="Ok" value="2">
|
||||||
|
standAlone
|
||||||
|
</SingleInt>
|
||||||
|
<SingleInt state="Ok" value="3">
|
||||||
|
primary
|
||||||
|
</SingleInt>
|
||||||
|
<SingleInt state="Error" value="4">
|
||||||
|
faulty
|
||||||
|
</SingleInt>
|
||||||
|
<SingleInt state="Ok" value="5">
|
||||||
|
ready
|
||||||
|
</SingleInt>
|
||||||
|
</Lookups>
|
||||||
|
</ValueLookup>
|
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ValueLookup id="oid.xg18-firewall-mib.ha.global.status" desiredValue="1" undefinedState="Warning">
|
||||||
|
<Lookups>
|
||||||
|
<SingleInt state="None" value="0">
|
||||||
|
disabled
|
||||||
|
</SingleInt>
|
||||||
|
<SingleInt state="Ok" value="1">
|
||||||
|
enabled
|
||||||
|
</SingleInt>
|
||||||
|
</Lookups>
|
||||||
|
</ValueLookup>
|
17
PRTG/lookups/custom/oid.xg18-firewall-mib.lic.status.ovl
Normal file
17
PRTG/lookups/custom/oid.xg18-firewall-mib.lic.status.ovl
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ValueLookup id="oid.xg18-firewall-mib.lic.status" desiredValue="1" undefinedState="Warning">
|
||||||
|
<Lookups>
|
||||||
|
<SingleInt state="Ok" value="1">
|
||||||
|
trial
|
||||||
|
</SingleInt>
|
||||||
|
<SingleInt state="Warning" value="2">
|
||||||
|
unsubscribed
|
||||||
|
</SingleInt>
|
||||||
|
<SingleInt state="Ok" value="3">
|
||||||
|
subscribed
|
||||||
|
</SingleInt>
|
||||||
|
<SingleInt state="Error" value="4">
|
||||||
|
expired
|
||||||
|
</SingleInt>
|
||||||
|
</Lookups>
|
||||||
|
</ValueLookup>
|
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