Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_lenovo System x

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2019-04-23
Compatible With
  • Nagios 3.x
  • Nagios 4.x
Owner
License
GPL
Hits
5951
Files:
FileDescription
check_lenovo_imm.pyCheck Lenovo IMM script
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
This is a Nagios plugin (python script) that monitors Lenovo System x through SNMPv1/v3 protocol. This Lenovo Nagios SNMP plugin can collect hardware health status of the following components: System health, Power Supply, Temperature, Fans (Cooling Devices), Voltage, CPU, Storage, Memory
**System Requirements**
* Hardware Requirement
Lenovo System x
* Software Requirement
python2.7 or python3.5
net-snmp-utils(e.g, "yum install net-snmp-utils" on RHEL)
---
**output**
examples:
* cpu mode:
```
# ./check_lenovo_xcc.py -v 3 -H 198.126.XX.XX -u USER_SNMP -l noAuthNoPriv -m cpu
#or ./check_lenovo_xcc.py -v 1 -H 198.126.XX.XX -C public -m cpu
OK - System: "xxxx"; MTM: "xxxx"; SN: "xxxx"; 1 out of 1 CPUs are healthy. |

CPU 1 status "Normal". Name:CPU 1; Speed:2300; Type:CENTRAL; Family:Intel Xeon; Number of Cores:10; Voltage(mV):1600; Data Width(bits):64; Model:Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz;
```