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

tegile pool

Rating
0 votes
Favoured:
0
Current Version
1.0
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Owner
Hits
3310
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin monitors the pool usage on your Tegile SANs.
This plugin monitors the pool usage on your Tegile SANs. It returns the percentage used as performance data.

This script requires jq.
I made this script to work with only two pools. Pool A and Pool B

[ -u URL ] [ -k Base64 encoded credentials ] [ -w Warning treshold percentage ] [ -c Critical treshold percentage ]

$USER1$/check_tegile_pool.sh -u $ARG1$ -k $ARG2$ -w $ARG3$ -c $ARG4$