Home Directory Plugins Backup and Recovery Tivoli Storage Manager TSM check scratchs, reclog and occupation

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

TSM check scratchs, reclog and occupation

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2011-02-08
Compatible With
  • Nagios 2.x
  • Nagios 3.x
Owner
Hits
96102
Files:
FileDescription
tsm_nombre_scratch.shtsm_nombre_scratch.sh
tsm_occupation.shtsm_occupation.sh
tsm_occupation_node.shtsm_occupation_node.sh
tsm_reclog_util.shtsm_reclog_util.sh
Nagios CSP

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!
Some scripts to get number of scratch tapes, reclog and occupation for nodes.
tsm_nombre_scratch.sh

#-------------------------------------------------------
# Check du nombre de K7 scraths dans la librairie TSM - Fabrice Dupre - 04/11/09
#-------------------------------------------------------
Syntaxe() {
echo " "
echo " Command Syntaxe: tsm_nombre_scratch.sh -u[Utilisateur TSM] -p[Mot de passe] -w[Seuil alerte] -c [seuil critique] -h[Affiche l'aide]"
echo " "
exit 3;
}


tsm_occupation_node.sh

#-------------------------------------------------------
# Check du volume sauvegarde sur un node TSM - Fabrice Dupre - 03/11/09
#-------------------------------------------------------
Syntaxe() {
echo " "
echo " Command Syntaxe: tsm_occupation_node.sh -u[Utilisateur TSM] -p[Mot de passe] -n[Node TSM] -h[Affiche l'aide]"
echo " "
exit 3;
}
#-------------------------------------------------------


tsm_occupation.sh

#-------------------------------------------------------
# Check du volume sauvegarde par TSM - Fabrice Dupre - 04/11/09
#-------------------------------------------------------
Syntaxe() {
echo " "
echo " Command Syntaxe: tsm_occupation.sh -u[Utilisateur TSM] -p[Mot de passe] -h[Affiche l'aide]"
echo " "
exit 3;
}
#-------------------------------------------------------


tsm_reclog_util.sh

#-------------------------------------------------------
# Check du taux d'utilisation de la recovery log TSM - Fabrice Dupre - 05/11/09
#-------------------------------------------------------
Syntaxe() {
echo " "
echo " Command Syntaxe: tsm_reclog_util.sh.sh -u[Utilisateur TSM] -p[Mot de passe] -w[Seuil alerte]% -c [seuil critique]% -h[Affiche l'aide]"
echo " "
exit 3;
}
#-------------------------------------------------------