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

check_netapp_service

Rating
0 votes
Favoured:
0
Current Version
0.2
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
License
GPL
Hits
47326
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Script who allow to check the NETAPP services state on 7 mode appliance. Work on snmp v1 et v2c

----------------------------------------------
check_netapp_service.sh
----------------------------------------------
Options non obligatoire :
-h | --help : Affiche cet ecran d aide
-d | --debug Mode debug

Options obligatoire (avec parametre):
-v | --version : Version de snmp (disponible : 1-2c)
-C | --communaute : Communaute snmp
-H | --host : nom de la machine
-w | --warning : Seuil du warning centreon
-c | --critical : Seuil du critical centreon

Fonctions:
-f | --fonction : Nom de la fonction a utiliser

Liste des fonctions :
snapmirror_lag (seuil conseille 2 heures)
snapvault_lag (seuil conseille 8 jours = 192H)
sis_lag (peut varier)
snapmirror_statut (pas de seuil)
snapvault_statut (pas de seuil)
vfiler_statut (pas de seuil)
ndmp_statut (pas de seuil)
cifs_statut (pas de seuil)
cf_statut (pas de seuil)


Exemples:
$APPNAME -v 2c -C public -H netapp_appliance_name --fonction snapmirror_lag -w 1 -c 3
$APPNAME -v 2c -C public -H netapp_appliance_name --fonction snapvault_statut
---------------------------------------------------------------------