Skip to content

Commit

Permalink
Update MIB for FortiAuthenicator
Browse files Browse the repository at this point in the history
  • Loading branch information
marczako authored Dec 2, 2023
1 parent d083cc8 commit 1ae4226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmk/plugins/lib/fortinet.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
from cmk.agent_based.v2 import equals, startswith

DETECT_FORTISANDBOX = equals(".1.3.6.1.2.1.1.2.0", ".1.3.6.1.4.1.12356.118.1.30006")
DETECT_FORTIAUTHENTICATOR = equals(".1.3.6.1.2.1.1.2.0", ".1.3.6.1.4.1.8072.3.2.10")
DETECT_FORTIAUTHENTICATOR = startswith(".1.3.6.1.2.1.1.2.0", ".1.3.6.1.4.1.12356.113.")
DETECT_FORTIGATE = startswith(".1.3.6.1.2.1.1.2.0", ".1.3.6.1.4.1.12356.101.1.")
DETECT_FORTIMAIL = equals(".1.3.6.1.2.1.1.2.0", ".1.3.6.1.4.1.12356.105")

0 comments on commit 1ae4226

Please sign in to comment.