FastHandle is fast operation tools for infrastructure configurations and tests.
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| fhscripts:check:check_snmp.sh.html [2018/02/26 11:59] kurihara | fhscripts:check:check_snmp.sh.html [2018/03/29 00:04] (current) kurihara | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== Script for Check SNMP with one-line ====== | ====== Script for Check SNMP with one-line ====== | ||
| - | $FHHOME/fhscripts/ | + | $FHHOME/bin/ | 
| \\ | \\ | ||
| Line 16: | Line 16: | ||
| \\ | \\ | ||
| ===== check_snmp.sh ===== | ===== check_snmp.sh ===== | ||
| - | $FHHOME/fhscripts/ | + | $FHHOME/bin/ | 
| <sxh bash toolbar: | <sxh bash toolbar: | ||
| Line 27: | Line 27: | ||
| # | # | ||
| # | # | ||
| + | # Note | ||
| + | # snmpwalk -v 2c -c public localhost TEXT #output with Text | ||
| + | # snmpwalk -v 2c -c public -O n localhost TEXT #output with OID | ||
| + | # snmptranslate OID # OID to Text | ||
| + | # snmptranslate -Td OID # OID's description | ||
| + | # / | ||
| VERSION=2c | VERSION=2c | ||
| Line 69: | Line 75: | ||
| ;; | ;; | ||
| linux.cpu) : | linux.cpu) : | ||
| - | snmpwalk -v $VERSION -c $COMMUNITY $HOST -O n .1.3.6.1.2.1.25.3.2.1.3 |grep CPU | + |  | 
| + |  | ||
| + | |||
| + | echo "" | ||
| + | echo "## The average, over the last minute, of the percentage of time that this processor was not idle." | ||
| + | snmpwalk -v $VERSION -c $COMMUNITY $HOST .1.3.6.1.2.1.25.3.3.1.2 # hrProcessorLoad | ||
| + | |||
| + | echo "" | ||
| + | snmpwalk -v $VERSION -c $COMMUNITY $HOST .1.3.6.1.4.1.2021.10.1.2 # laNames | ||
| + | snmpwalk -v $VERSION -c $COMMUNITY $HOST .1.3.6.1.4.1.2021.10.1.3 # laLoad | ||
| + | ;; | ||
| + | linux.memory) : | ||
| + | snmpwalk -v $VERSION -c $COMMUNITY $HOST .1.3.6.1.4.1.2021.4.5 # | ||
| + | snmpwalk -v $VERSION -c $COMMUNITY $HOST .1.3.6.1.4.1.2021.4.6 # memAvailReal | ||
| ;; | ;; | ||
| *) snmpwalk -v $VERSION -c $COMMUNITY $HOST ${OID} ;; | *) snmpwalk -v $VERSION -c $COMMUNITY $HOST ${OID} ;; | ||
My Sites
SNS
Copyright (c) 2025 FastHandle - IT Operations Examples All Rights Reserved.