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 SNMP for Dell and HP

Rating
1 vote
Favoured:
1
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Hits
5950
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!
Check SNMP for Dell and HP
Python script / nagios plug-in that checks components status of Dell or HP servers with snmpwalk command
usage: check_snmp.py [-h] [-v VERSION] [-c COMMUNITY] [-r] [-f] [-b]
[--config [CONFIG]]
host [category [category ...]]

positional arguments:
host The host to connect to.
category One or more of the categories from the configuration
separated by spaces.

optional arguments:
-h, --help show this help message and exit
-v VERSION, --version VERSION
The SNMP version to use.
-c COMMUNITY, --community COMMUNITY
The community string to use.
-r, --respect Respect properties marked as important when other
results contain errors.
-f, --format Include additional format like colors in the output.
-b, --brief Output brief information (only description and
combined status).
--config [CONFIG] The configuration file to load.
Reviews (1)
byrmeden, August 21, 2024
Nice tool for monitoring a server, but how is this a nagios plugin? The output is all wrong.