Home Directory Plugins Operating Systems Linux check_physical_link.sh

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_physical_link.sh

Rating
0 votes
Favoured:
0
Current Version
0.6
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Hits
44426
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check the ethernet port negociation. you can enter some parameter to filter some eth device

---------------------------------------------------------------------
Usage of check_physical_link.sh
---------------------------------------------------------------------
version 0.6
Options non obligatoire :
-h | --help : Affiche cette ecran d aide
-d | --debug Mode debug

Obsolete:
-w | --warning : Seuil du warning centreon
-c | --critical : Seuil du critical centreon

Fonctions:
-f | --fonction : Nom de la fonction a utiliser
-I | --interface Nom de l interface a verifier
-N | --negocation Vitesse de la negication attendue
Par defaut tous les bondings sont prise en compte


Liste des fonctions :
network permets de valider la negociation et letat du link


Examples:
check_physical_link.sh --fonction network -I eth0 -N 10000
check_physical_link.sh --fonction network -I "eth0 eth1" -N 10000

*Si l'on ne place pas l'option Interface, le script va prendre toutes les interfaces presentent sur la machine.
check_physical_link.sh --fonction network -N 10000
---------------------------------------------------------------------