Home Directory Plugins Hardware Server Hardware Lenovo Discover Lenovo ThinkSystem

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

Discover Lenovo ThinkSystem

Rating
0 votes
Favoured:
0
Current Version
0.1
Last Release Date
2018-02-24
Compatible With
  • Nagios 4.x
Owner
License
GPL
Hits
4504
Files:
FileDescription
lenovo_xcc_discover.pypython script to discover ThinkSystem
template.cfgconfig file
README.txtReadme file
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This is a Nagios plugin that provides the capabilities to discover Lenovo ThinkSystem through SNMPv3 protocol.
This is a Nagios plugin (python script) that provides the capabilities to discover Lenovo ThinkSystem through SNMPv3 protocol.

---

**history**
Version 0.1: Complete the function that discover Lenovo hinkSystem through SNMPv3 protocol.

---

**System Requirements**
- Protocol
SNMPv3 protocol is the only supported protocol
IPv4 is the only supported Internet protocol
- Prerequisite
SNMPv3 agent and account have been enabled on the target
system's XCC webpage.
- Hardware Requirements
Lenovo ThinkSystem
- Software Requirements
python2.7 or python3.5
net-snmp-utils (e.g, "yum install net-snmp-utils" on RHEL)
- Language
English only

---

**output**

```
root:# ./lenovo_xcc_discover.py -f template.cfg
Discovering systems, please wait...
Discovering group 'group1'.
['198.196.198.196']
1 out of 19 are successfully discovered in group group1
Discovering group 'group2'.
['198.196.194.230']
1 out of 1 are successfully discovered in group group2
Discovering group 'group3'.
0 out of 1 are successfully discovered in group group3
Configuration files generated successfully:
- ./lenovo_snmp_command.cfg
- ./Lenovo_XCC.cfg
```