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
44706
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!
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
---------------------------------------------------------------------