Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_ds8100.sh

Rating
0 votes
Favoured:
0
Current Version
v1.0
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
  • Nagios Fusion
Owner
License
GPL
Hits
5449
Files:
FileDescription
check_ds8100.shcheck_ds8100.sh
Nagios CSP

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!
check IBM DS8100 storage status from hmc https webpage
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
}