forked from wAmpIre/check_netappfiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some clean up and adjustments also done. Signed-off-by: Sven Velt <[email protected]>
- Loading branch information
Showing
6 changed files
with
37 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
Quick guide to get SNMPv1 up and running on ONTAP: | ||
|
||
- Set up some things on the FAS: | ||
- Set up SNMP on the FAS/ONTAP: | ||
|
||
toaster> snmp contact Toaster Master <[email protected]> | ||
toaster> snmp location Somewhere in the basement | ||
|
@@ -9,8 +7,17 @@ Quick guide to get SNMPv1 up and running on ONTAP: | |
|
||
- On your UNIX box: | ||
|
||
+ You need "snmpget" as "/usr/bin/snmpget". | ||
+ Either (recommended) ... | ||
|
||
* Install NET-SNMP Python bindings | ||
|
||
On Debian/Ubuntu: sudo apt-get install libsnmp-python | ||
|
||
+ ... or | ||
|
||
* You need "snmp(get|walk)" as "/usr/bin/snmp(get|walk)" | ||
or specify path with "--path /PATH/TO/" | ||
|
||
+ root@monitor:~> .../check_netappfiler.py -H toaster | ||
NETAPP(global) OK - FAS2020: The system's global status is normal. | ||
- nagios@monitor:~> .../check_netappfiler.py -H toaster | ||
NETAPP(global) OK - FAS2020: The system's global status is normal. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters