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

Thecus NAS N5200

Rating
0 votes
Favoured:
0
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
License
GPL
Hits
24241
Files:
FileDescription
nas_ip_n5200.phpnas_ip_n5200.php
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
A check plugin to monitor the disc health of a Thecus NAS5200 appliance.
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
}