Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_tsm
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!
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
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
It worked on TSM-5.3 and TSM-6.1