Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
TSM check scratchs, reclog and occupation
1.0
2011-02-08
- Nagios 2.x
- Nagios 3.x
96102
File | Description |
---|---|
tsm_nombre_scratch.sh | tsm_nombre_scratch.sh |
tsm_occupation.sh | tsm_occupation.sh |
tsm_occupation_node.sh | tsm_occupation_node.sh |
tsm_reclog_util.sh | tsm_reclog_util.sh |
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!
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;
}
#-------------------------------------------------------
#-------------------------------------------------------
# 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;
}
#-------------------------------------------------------
Reviews (0)
Be the first to review this listing!