Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
check IBM DS8100 storage status from hmc https webpage
Current Version
v1.0
Last Release Date
October 18, 2017
Owner
majian
License
GPL
Compatible With
This script need curl tools
#check the https webpache status command command[check_ds8100_https]=/usr/local/nagios/libexec/check_http -I $ARG1$ -u /preloginmonitor/status.jsp -S #check ds8100 status command command[check_ds8100_status]=/usr/local/nagios/libexec/check_ds81001.sh -M $ARG1$ -C $ARG2$ #define check service define service { host_name BSS_DS8100 service_description DS8100_System_Status check_command check_ds8100_status!check_ds8100_status!systemMessage check_interval 60 register 1 notifications_enabled 1 use generic-service _SERVICE_ID 5406 }
define service { host_name BSS_DS8100 service_description DS8100_Attention_LEDs check_command check_ds8100_status!check_ds8100_status!attentionsMessage check_interval 60 register 1 notifications_enabled 1 use generic-service _SERVICE_ID 5416 }
define service { host_name BSS_DS8100 service_description DS8100_Serviceable_Events check_command check_ds8100_status!check_ds8100_status!serviceablesMessage check_interval 60 register 1 notifications_enabled 1 use generic-service _SERVICE_ID 5417 }
define service { host_name BSS_DS8100 service_description check_ds8100_https check_command check_ds8100_https!check_ds8100_https check_interval 60 register 1 notifications_enabled 1 use generic-service _SERVICE_ID 5421 }
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!