Module: check_mk
Branch: master
Commit: f102b5691344c9e32e26ad488370af3fa7f46a67
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f102b5691344c9…
Author: Chris Bowlby <cbowlby(a)tenthpowertech.com>
Date: Thu Aug 18 00:58:21 2011 -0300
Adding Dell PowerConnect SNMP checks.
This commit incorporates checks for CPU load, FAN sensors, power supply
sensors and internal temperature sensors.
Signed-off-by: Mathias Kettner <mk(a)mathias-kettner.de>
---
checkman/dell_powerconnect_cpu | 48 +++++++++++++++++++++
checkman/dell_powerconnect_fans | 44 +++++++++++++++++++
checkman/dell_powerconnect_psu | 51 ++++++++++++++++++++++
checkman/dell_powerconnect_temp | 56 +++++++++++++++++++++++++
checks/dell_powerconnect_cpu | 77 ++++++++++++++++++++++++++++++++++
checks/dell_powerconnect_fans | 81 +++++++++++++++++++++++++++++++++++
checks/dell_powerconnect_psu | 88 +++++++++++++++++++++++++++++++++++++++
checks/dell_powerconnect_temp | 85 +++++++++++++++++++++++++++++++++++++
8 files changed, 530 insertions(+), 0 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=f102b56913…