Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Nagios script to Check available size on datastores HP 3PAR Storage virtual volumes.
Current Version
Last Release Date
2016-07-18
Owner
Lai Dien
Compatible With
Log in to the server with the nagios user Create a SSH key with with “ssh-keygen” and copy the public key to a notepad: servernagios@nagios:~$cat .ssh/id_rsa.pub
Connect using SSH to the 3PAR Storage (with the user that will be used for running the checks) and add the key fingerprint to the list of known hosts:
servernagios@nagios:~$ssh [email protected]
Add the SSH public key to the 3PAR: servernagios@nagios:~$setsshkey -add paste here the pubblic key...
Check that the nagios user can now connect without having to enter a password: servernagios@nagios:~$ssh [email protected]
Check that the nagios user can successfuly run the check script on the 3PAR: servernagios@nagios:~$./check_3par_volume 192.168.x.y 3paradm <volume to check>
example: servernagios@nagios:~$ ./check_3par_volume 192.168.3.4 3paradm volume
You must be logged in to submit a review.
To:
From: