Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_ds8100.sh
v1.0
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
- Nagios Fusion
GPL
5449
File | Description |
---|---|
check_ds8100.sh | check_ds8100.sh |
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!
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
}
#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
}
Reviews (0)
Be the first to review this listing!