
IBM Tivoli
check_tsm
Description:
______
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”.
Current Version
20100927
Last Release Date
2010-09-27
Compatible With
Owner
License
GPL
Project Files
File | Description |
---|---|
check_tsm.tar.gz |
Project Notes
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)
Add a Review
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
Page Sections
Project Stats
Rating
4 (2)
Favorites
1
Views
105,288