Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_readynas - Netgear ReadyNAS 2100 Nagios Plugin
96240
File | Description |
---|---|
check_readynas.sh | check_readynas.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!
# Command definition
# Netgear ReadyNAS 2100
define command{
command_name check_readynas
command_line $USER1$/check_readynas $HOSTADDRESS$ $ARG1$ $ARG2$
}
# Example host/service definitions
define host {
host_name netgear-readynas
alias Netgear ReadyNAS 2100 Business Editon 8TB
address 1.2.3.4
use device-template
}
define service{
host netgear-readynas
service_description DISK1 TEMP
check_command check_readynas!MYSNMPCOMMUNITY!disk1temp
use device-service
}
# Netgear ReadyNAS 2100
define command{
command_name check_readynas
command_line $USER1$/check_readynas $HOSTADDRESS$ $ARG1$ $ARG2$
}
# Example host/service definitions
define host {
host_name netgear-readynas
alias Netgear ReadyNAS 2100 Business Editon 8TB
address 1.2.3.4
use device-template
}
define service{
host netgear-readynas
service_description DISK1 TEMP
check_command check_readynas!MYSNMPCOMMUNITY!disk1temp
use device-service
}
Reviews (1)
bywithanhdammit, August 22, 2016
Your fan2 was checking:
.1.3.6.1.4.1.4526.18.4.1.2.2
and should be checking:
.1.3.6.1.4.1.4526.18.4.1.2.3
Your freespace is checking (total space):
.1.3.6.1.4.1.4526.18.7.1.5.1
and should be checking (free space):
.1.3.6.1.4.1.4526.18.7.1.6.1
.1.3.6.1.4.1.4526.18.4.1.2.2
and should be checking:
.1.3.6.1.4.1.4526.18.4.1.2.3
Your freespace is checking (total space):
.1.3.6.1.4.1.4526.18.7.1.5.1
and should be checking (free space):
.1.3.6.1.4.1.4526.18.7.1.6.1