Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Thecus NAS N5200
Current Version
0.1
Last Release Date
2014-03-27
Compatible With
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
Owner
Download URL
License
GPL
Hits
24816
Files:
File | Description |
---|---|
nas_ip_n5200.php | nas_ip_n5200.php |
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!
A check plugin to monitor the disc health of a Thecus NAS5200 appliance.
Usage: php nas_ip_n5200.php [HOSTADDRESS] [user ] [password ]
check_thecus.pl [--user ] [--password ] [--running ]
Example configure for icinga :
define host{
use generic-host
host_name nas_ip_n5200
address 192.168.1.1
}
# 'notify-service-by-email' command definition
define command{
command_name nas_ip_n5200
command_line php /usr/lib/nagios/plugins/nas_ip_n5200.php $HOSTADDRESS$ $ARG1$ $ARG2$
}
define service{
use generic-service
host_name nas_ip_n5200
check_command nas_ip_n5200!username!password
service_description Check NAS N5200
}
Usage: php nas_ip_n5200.php [HOSTADDRESS] [user ] [password ]
check_thecus.pl [--user ] [--password ] [--running ]
Example configure for icinga :
define host{
use generic-host
host_name nas_ip_n5200
address 192.168.1.1
}
# 'notify-service-by-email' command definition
define command{
command_name nas_ip_n5200
command_line php /usr/lib/nagios/plugins/nas_ip_n5200.php $HOSTADDRESS$ $ARG1$ $ARG2$
}
define service{
use generic-service
host_name nas_ip_n5200
check_command nas_ip_n5200!username!password
service_description Check NAS N5200
}
Reviews (0)
Be the first to review this listing!