Module: check_mk
Branch: master
Commit: 3d7fc8afc1e8e11deab9d7795b0ac2708ba02739
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3d7fc8afc1e8e1…
Author: Florian Heigl <fh(a)mathias-kettner.de>
Date: Fri Jun 24 10:16:12 2011 +0200
f5_bigip_psu: fix missing dot in oid
---
checks/f5_bigip_psu | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/checks/f5_bigip_psu b/checks/f5_bigip_psu
index 6d45abb..73611e5 100644
--- a/checks/f5_bigip_psu
+++ b/checks/f5_bigip_psu
@@ -70,7 +70,7 @@ def check_f5_bigip_psu(item, _no_params, info):
# Get ID and status from the SysChassisPowerSupplyTable
snmp_info["f5_bigip_psu"] = \
- [ ("1.3.6.1.4.1.3375.2.1.3.2.2.2.1", [ 1, 2 ]), ]
+ [ (".1.3.6.1.4.1.3375.2.1.3.2.2.2.1", [ 1, 2 ]), ]
check_info["f5_bigip_psu"] = (check_f5_bigip_psu, "PSU %s", 1,
inventory_f5_bigip_psu )