Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_hp_msaP2000_vdisks.pl
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!
Require HTTP API from the storage system.
Reviews (1)
bynishith, September 17, 2019
Below is the command:
# ./check_hp_msa2000_vdisks.pl -H 172.16.1.124 -u nagios -p N@gios123 -d Vdisk1
OUTPUT:-
Vdisk1 is online.
############################
commands.cfg file:-
define command{
command_name check_hp_msa_2040_vdisks
command_line $USER1$/check_hp_msa2000_vdisks.pl -H 172.16.1.124 -u $ARG1$ -p $ARG2$ -d $ARG3$
}
############################
san.cfg file
define service{
use generic-service
host_name HP-MSA2040_SP1
service_description Vdisk1 Status
check_command check_hp_msa_2040_vdisks!nagios!N@gios123!Vdisk1
check_interval 15
retry_interval 1
}
##############################
# ./check_hp_msa2000_vdisks.pl -H 172.16.1.124 -u nagios -p N@gios123 -d Vdisk1
OUTPUT:-
Vdisk1 is online.
############################
commands.cfg file:-
define command{
command_name check_hp_msa_2040_vdisks
command_line $USER1$/check_hp_msa2000_vdisks.pl -H 172.16.1.124 -u $ARG1$ -p $ARG2$ -d $ARG3$
}
############################
san.cfg file
define service{
use generic-service
host_name HP-MSA2040_SP1
service_description Vdisk1 Status
check_command check_hp_msa_2040_vdisks!nagios!N@gios123!Vdisk1
check_interval 15
retry_interval 1
}
##############################