Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Some scripts to get number of scratch tapes, reclog and occupation for nodes.
Current Version
1.0
Last Release Date
2011-02-08
Owner
Dupre
Compatible With
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; } #-------------------------------------------------------
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!