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
2756
Files:
FileDescription
check_lenovo_server.pycheck_lenovo_server.py
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!
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