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_server

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2021-10-01
Compatible With
  • Nagios 4.x
Hits
2451
Files:
FileDescription
check_lenovo_server.pycheck_lenovo_server.py
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
They must have a server that supports REST API. Create a user on the ILO of the read-only server. In the python script you have to modify the variables user and password (user and password ILO created) Also on the nagios server you have to have python 3.7 minimum installed. commands.cfg: define command{ command_name check_lenovo_server command_line $USER1$/check_lenovo_server.py -H $HOSTADDRESS$ -mode $ARG1$ $ARG2$ } define service{ use generic-service host_name hostname service_description Hardware Lenovo Temperature servicegroups Hardware_Lenovo_Temperature check_command check_lenovo_server!-m temperature } all check_command: check_lenovo_server!-m temperature check_lenovo_server!-m storage check_lenovo_server!-m memory check_lenovo_server!-m power check_lenovo_server!-m system check_lenovo_server!-m network