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
0 votes
Favoured:
1
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Hits
5422
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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.