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

check_tsm

Rating
2 votes
Favoured:
1
Current Version
20100927
Last Release Date
2010-09-27
License
GPL
Hits
104853
Files:
FileDescription
check_tsm.tar.gzcheck_tsm.tar.gz
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
______
ATTENTION:
Anyone using nagios want to take over this plugin? Please contact me by mail (this platform is missing a notification feature...).
_____


A perl script to check some things for Tivoli Service Manager (tsm) health. Works for me at AIX 5.3 with tsm 5.5. The check plugin will report performance data, when useful. Use at own risk!


20100927:fix:check for scratch tapes produced no output for existing tapes. fixed it for being zero "0".
Version: 20100927
Autor: Daniel Bierstedt [d.bierstedt@crh-group.com]

This plugin checks several values from Tivoli Storage Manager
At this point of time available:
log, db, scratch, path, max_scratch

You need a user with analyse rights and an installed tsm client

Available arguments:

-h | --help
-w | --warning
-c | --critical
-u | --user
-p | --pass
-a | --path
-l | --libr
-g | --stgpool
-r | --max_scratch
-m | --used_scratch
-t | --type (of check to do)



Examples:

To query Log utilisation:
check_tsm -t log -w 60 -c 80 -u admin -p admin

To query DB utilisation:
check_tsm -t db -w 60 -c 80 -u admin -p admin

To check scratch tape count:
check_tsm -t scratch -l LIBRARY -w 20 -c 10 -u admin -p admin

To check pathes:
check_tsm -t path -s SOURCE -d DESTINATION -u admin -p admin

To check difference between NUMSCRATCHUSED and MAXSCRATCH:
check_tsm -t max_scratch -u admin -p admin -g STGPOOL -w 10 -c 5
Reviews (1)
byboco, August 9, 2012
This plugin worked well for me on AIX-5.1 via SSH, although it didnt seem to work via nrpe.

It worked on TSM-5.3 and TSM-6.1